Provides interfaces for defining objects that can be replicated and external repositories that are capable of federating content. This package contains a base interface,
, and its subinterfaces, which represent object stores and the CMOD and Image Services external repositories for federating content. In addition, this package defines interfaces for external class and property descriptions, which describe classes and properties in external repositories, and external aliases, which define the aliases for those classes and properties.
Interfaces
Interface | Description | |
---|---|---|
![]() |
ICMODRepository | Represents an IBM® Content Manager OnDemand (CMOD) external repository that is capable of federating content. |
![]() |
IContentFederatingRepository | Represents repositories that are external to the Content Engine server and are capable of federating content. This interface is the base for subinterfaces representing specific external repository types that are capable of federating content. |
![]() |
IExternalAlias | Represents the mechanism for mapping an external class or property to a corresponding Content Engine class or property. This interface is the base for subinterfaces representing external class and property aliases. |
![]() |
IExternalClassAlias | Represents the mechanism for mapping an external class to a corresponding Content Engine class. |
![]() |
IExternalClassDescription | Represents the description of a class in an external repository of which an object instance can be replicated. |
![]() |
IExternalIdentity | Represents the identity of a replicated object in an external repository. |
![]() |
IExternalParticipant | This interface is not supported. |
![]() |
IExternalPropertyAlias | Represents the mechanism for mapping an external class property to a corresponding Content Engine class property. |
![]() |
IExternalPropertyDescription | Represents the description of a class property in an external repository. |
![]() |
IExternalRepository | Represents repositories that are external to the Content Engine server. This interface is the base for subinterfaces representing external repositories. |
![]() |
IImageServicesRepository | Represents an IBM® FileNet® Image Services external repository that is capable of federating content. |
![]() |
IObjectStoreParticipant | Represents an object store participant of a replication group. |
![]() |
IReplicable | This interface is the base for subinterfaces representing classes of which an object instance can be replicated. |
![]() |
IReplicationGroup | This interface is not supported. |
![]() |
IReplicationJournalEntry | Represents the journal record of an operation on a replicated object for outbound replication. |
![]() |
IReplicationParticipant | This interface is the base for subinterfaces representing external repository or object store participants in a replication group. |
![]() |
IRepository | This interface is the base for subinterfaces representing object stores and external repositories. |