com.filenet.api.replication
Interface ExternalPropertyDescription

All Superinterfaces:
DependentObject, EngineObject, java.io.Serializable

public interface ExternalPropertyDescription
extends EngineObject, DependentObject

Represents the description of a class property in an external repository.

Metadata

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


Method Summary
 Cardinality get_Cardinality()
          Returns the value of the Cardinality property.
 TypeID get_DataType()
          Returns the value of the DataType property.
 java.lang.String get_DescriptiveText()
          Returns the value of the DescriptiveText property.
 java.lang.String get_DisplayName()
          Returns the value of the DisplayName property.
 ReplicationDirection get_MappableDirection()
          Returns the value of the MappableDirection property.
 java.lang.String get_PropertyIdentity()
          Returns the value of the PropertyIdentity property.
 
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
 

Method Detail

get_PropertyIdentity

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


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_DataType

TypeID get_DataType()
Returns the value of the DataType property. For more information, see DataType Property.


get_Cardinality

Cardinality get_Cardinality()
Returns the value of the Cardinality property. For more information, see Cardinality Property.


get_MappableDirection

ReplicationDirection get_MappableDirection()
Returns the value of the MappableDirection property. For more information, see MappableDirection Property.



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