Provides interfaces for defining objects that can be replicated and external repositories that are capable of federating content. This package contains a base interface, Repository, 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
Public interface ICMODRepository Represents an IBM® Content Manager OnDemand (CMOD) external repository that is capable of federating content.
Public interface 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.
Public interface 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.
Public interface IExternalClassAlias Represents the mechanism for mapping an external class to a corresponding Content Engine class.
Public interface IExternalClassDescription Represents the description of a class in an external repository of which an object instance can be replicated.
Public interface IExternalIdentity Represents the identity of a replicated object in an external repository.
Public interface IExternalParticipant This interface is not supported.
Public interface IExternalPropertyAlias Represents the mechanism for mapping an external class property to a corresponding Content Engine class property.
Public interface IExternalPropertyDescription Represents the description of a class property in an external repository.
Public interface IExternalRepository Represents repositories that are external to the Content Engine server. This interface is the base for subinterfaces representing external repositories.
Public interface IImageServicesRepository Represents an IBM® FileNet® Image Services external repository that is capable of federating content.
Public interface IObjectStoreParticipant Represents an object store participant of a replication group.
Public interface IReplicable This interface is the base for subinterfaces representing classes of which an object instance can be replicated.
Public interface IReplicationGroup This interface is not supported.
Public interface IReplicationJournalEntry Represents the journal record of an operation on a replicated object for outbound replication.
Public interface IReplicationParticipant This interface is the base for subinterfaces representing external repository or object store participants in a replication group.
Public interface IRepository This interface is the base for subinterfaces representing object stores and external repositories.