com.filenet.api.replication
Interface ExternalClassDescription

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

public interface ExternalClassDescription
extends IndependentObject

Represents the description of a class in an external repository of which an object instance can be replicated.

Metadata

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


Method Summary
 java.lang.String get_ClassFamily()
          Returns the value of the ClassFamily property.
 java.lang.String get_ClassIdentity()
          Returns the value of the ClassIdentity 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.
 ExternalPropertyDescriptionList get_ExternalPropertyDescriptions()
          Returns the value of the ExternalPropertyDescriptions property.
 ReplicationDirection get_ReplicableDirection()
          Returns the value of the ReplicableDirection property.
 java.lang.String get_SuperclassIdentity()
          Returns the value of the SuperclassIdentity property.
 ObjectStore get_TargetObjectStore()
          Returns the value of the TargetObjectStore property.
 
Methods inherited from interface com.filenet.api.core.IndependentObject
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh
 
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
 

Method Detail

get_ClassIdentity

java.lang.String get_ClassIdentity()
Returns the value of the ClassIdentity property. For more information, see ClassIdentity 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_ReplicableDirection

ReplicationDirection get_ReplicableDirection()
Returns the value of the ReplicableDirection property. For more information, see ReplicableDirection Property.


get_ClassFamily

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


get_SuperclassIdentity

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


get_TargetObjectStore

ObjectStore get_TargetObjectStore()
Returns the value of the TargetObjectStore property. For more information, see TargetObjectStore Property.


get_ExternalPropertyDescriptions

ExternalPropertyDescriptionList get_ExternalPropertyDescriptions()
Returns the value of the ExternalPropertyDescriptions property. For more information, see ExternalPropertyDescriptions Property.



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