Public Properties

  Name Description
Public property ClassFamily Specifies the symbolic name of the Content Engine root class (for example, "Document") to which the class described by this external class description corresponds. This property can be null if no corresponding root class exists.
Public property ClassIdentity Specifies one of the following:
  • The identity of the external class described by this external class description.
  • The identity of the external class for which this external class alias defines a mapping.
  • The identity of the external class to which this mapped property belongs.

For ExternalClassDescription objects only, this string is immutable and is unique within the repository in which the external class description belongs.

Public property DescriptiveText User-readable text that describes an object.

The text is not locale-specific to the retrieving user except for the following classes:

  • ClassDescription
  • PropertyDescription*
  • ClassDefinition
  • PropertyTemplate*
  • PropertyDefinition*
Public property DisplayName The user-readable, provider-specific name of an object. This property is usually the designated Name property of the object's class.
Public property ExternalPropertyDescriptions Specifies an ExternalPropertyDescriptionSet object containing the set collection of ExternalPropertyDescription objects associated with this external class description.
Public property ReplicableDirection Specifies the direction in which instances of the external class described by this external class description can be replicated.
Public property SuperclassIdentity Specifies the identity of the immediate superclass of the class described by this external class description. This property can be null if the repository does not have hierarchical classes or if the superclass of the described class is not a replicable class and is therefore absent from the ExternalClassDescriptions collection of the external repository.
Public property TargetObjectStore Specifies the object store to which documents from this IBM® Content Manager OnDemand (CMOD) application group are federated or to which instances of this external class description can be replicated.
Top

See Also