Uses of Interface
com.filenet.api.meta.Metadata

Packages that use Metadata
com.filenet.api.meta Provides interfaces for holding immutable metadata for Content Engine classes (class descriptions) and properties (property descriptions). 
 

Uses of Metadata in com.filenet.api.meta
 

Subinterfaces of Metadata in com.filenet.api.meta
 interface ClassDescription
          Represents the fixed description (immutable metadata) of a class.
 interface PropertyDescription
          Represents the base class for all property description classes.
 interface PropertyDescriptionBinary
          Represents the fixed description of a property that holds a binary value.
 interface PropertyDescriptionBoolean
          Represents the fixed description of a property that holds a Boolean value.
 interface PropertyDescriptionDateTime
          Represents the fixed description of a property that holds a DateTime value.
 interface PropertyDescriptionFloat64
          Represents the fixed description of a property that holds a Double (Float64) value.
 interface PropertyDescriptionId
          Represents the fixed description of a property that holds a GUID string value.
 interface PropertyDescriptionInteger32
          Represents the fixed description of a property that holds an integer value.
 interface PropertyDescriptionObject
          Represents the fixed description of a property that holds a Content Engine object value.
 interface PropertyDescriptionString
          Represents the fixed description of a property that holds a string value.
 



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