Represents the journal record of an operation on a replicated object for outbound replication.


Namespace: FileNet.Api.Replication
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Interface IReplicationJournalEntry
    Implements IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
C#
public interface IReplicationJournalEntry : IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
C++
interface class IReplicationJournalEntry : IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
J#
public interface IReplicationJournalEntry implements IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
JScript
public interface IReplicationJournalEntry extends IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable

Remarks

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: ClassDefinition
IsDependent: false
IsHidden: false
Name: Id
Searchable: true
StorageType: ObjectStore
SuperclassName: GenericObject

See Also