Package com.filenet.api.replication

Provides interfaces for defining objects that can be replicated and external repositories that are capable of federating content.

See: Description

  • Interface Summary 
    Interface Description
    CMODRepository
    Represents an IBM® Content Manager OnDemand (CMOD) external repository that is capable of federating content.
    ContentFederatingRepository
    Represents repositories that are external to the Content Engine server and are capable of federating content.
    ExternalAlias
    Represents the mechanism for mapping a class or property in an external repository to a corresponding Content Engine class or property.
    ExternalClassAlias
    Represents the mechanism for mapping a class in an external repository to a corresponding Content Engine class.
    ExternalClassDescription
    Represents the description of a class, of which an object instance can be replicated, in an external repository.
    ExternalIdentity
    Represents the identity of a replicated object in an external repository.
    ExternalParticipant
    Represents the participation of an external repository in a replication group.
    ExternalPropertyAlias
    Represents the mechanism for mapping a property in an external repository to a corresponding Content Engine property.
    ExternalPropertyDescription
    Represents the description of a property in an external repository.
    ExternalRepository
    Represents repositories that are external to the Content Engine server.
    ImageServicesRepository
    Represents an IBM® FileNet® Image Services external repository that is capable of federating content.
    ObjectStoreParticipant
    Represents an object store participant of a replication group.
    Replicable
    This interface is the base for subinterfaces representing classes of which an object instance can be replicated.
    ReplicationGroup
    Represents a group of object stores and external repositories in which replication is enabled.
    ReplicationJournalEntry
    Represents the journal record of an operation on a replicated object for outbound replication from a Content Engine object store to an external repository.
    ReplicationParticipant
    This interface is the base for subinterfaces representing external repository or object store participants in a replication group.
    Repository
    This interface is the base for subinterfaces representing Content Engine object store repositories and repositories that are external to the Content Engine server.

Package com.filenet.api.replication Description

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.

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