Package com.filenet.api.meta

Provides interfaces for holding immutable metadata for Content Engine classes (class descriptions) and properties (property descriptions).

See: Description

  • Interface Summary 
    Interface Description
    ClassDescription
    Represents the fixed description (immutable metadata) of a class.
    Metadata
    Represents the base class for classes that hold immutable metadata (class description and property description classes).
    MetadataCache
    Represents a client cache of the immutable metadata (class descriptions and their associated property descriptions) for all metadata objects accessed during the life of a given server connection.
    PropertyDescription
    Represents the base class for all property description classes.
    PropertyDescriptionBinary
    Represents the fixed description of a property that holds a binary value.
    PropertyDescriptionBoolean
    Represents the fixed description of a property that holds a Boolean value.
    PropertyDescriptionDateTime
    Represents the fixed description of a property that holds a DateTime value.
    PropertyDescriptionFloat64
    Represents the fixed description of a property that holds a Double (Float64) value.
    PropertyDescriptionId
    Represents the fixed description of a property that holds a GUID string value.
    PropertyDescriptionInteger32
    Represents the fixed description of a property that holds an integer value.
    PropertyDescriptionObject
    Represents the fixed description of a property that holds a Content Engine object value.
    PropertyDescriptionString
    Represents the fixed description of a property that holds a string value.

Package com.filenet.api.meta Description

Provides interfaces for holding immutable metadata for Content Engine classes (class descriptions) and properties (property descriptions). This package contains a base interface (Metadata), which has subinterfaces related to classes (ClassDescription) and properties (PropertyDescription). The PropertyDescription interface, in turn, is itself a base interface and has 8 subinterfaces, each of which holds the metadata for a specific type of property (PropertyDescriptionBinary, PropertyDescriptionBoolean, and so on). In addition, this package provides an interface for caching immutable metadata (MetadataCache).

© Copyright IBM Corporation 2006, 2013. All rights reserved.