com.filenet.api.meta
Interface Metadata

All Known Subinterfaces:
ClassDescription, PropertyDescription, PropertyDescriptionBinary, PropertyDescriptionBoolean, PropertyDescriptionDateTime, PropertyDescriptionFloat64, PropertyDescriptionId, PropertyDescriptionInteger32, PropertyDescriptionObject, PropertyDescriptionString

public interface Metadata

Represents the base class for classes that hold immutable metadata (class description and property description classes).

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain or ObjectStore
SuperclassName: GenericObject


Method Summary
 java.lang.String get_DescriptiveText()
          Returns the value of the DescriptiveText property.
 java.lang.String get_DisplayName()
          Returns the value of the DisplayName property.
 IdList get_Ids()
          Returns the value of the Ids property.
 

Method Detail

get_DisplayName

java.lang.String get_DisplayName()
Returns the value of the DisplayName property. For more information, see DisplayName Property.


get_DescriptiveText

java.lang.String get_DescriptiveText()
Returns the value of the DescriptiveText property. For more information, see DescriptiveText Property.


get_Ids

IdList get_Ids()
Returns the value of the Ids property. For more information, see Ids Property.



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