com.filenet.api.replication
Interface ReplicationJournalEntry

All Superinterfaces:
EngineObject, IndependentlyPersistableObject, IndependentObject, RepositoryObject, java.io.Serializable

public interface ReplicationJournalEntry
extends RepositoryObject, IndependentlyPersistableObject

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

Metadata

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


Method Summary
 java.lang.String get_Creator()
          Returns the value of the Creator property.
 java.util.Date get_DateCreated()
          Returns the value of the DateCreated property.
 java.util.Date get_DateLastModified()
          Returns the value of the DateLastModified property.
 Repository get_DestinationRepository()
          Returns the value of the DestinationRepository property.
 java.util.Date get_HeldUntilDate()
          Returns the value of the HeldUntilDate property.
 Id get_Id()
          Returns the value of the Id property.
 java.lang.String get_LastFailureReason()
          Returns the value of the LastFailureReason property.
 java.lang.String get_LastModifier()
          Returns the value of the LastModifier property.
 ReplicationGroup get_ReplicationGroup()
          Returns the value of the ReplicationGroup property.
 java.lang.Integer get_ReplicationOperation()
          Returns the value of the ReplicationOperation property.
 ReplicationJournalStatus get_ReplicationStatus()
          Returns the value of the ReplicationStatus property.
 java.lang.Integer get_RetryCount()
          Returns the value of the RetryCount property.
 Replicable get_SourceObject()
          Returns the value of the SourceObject property.
 void set_Creator(java.lang.String value)
          Sets the value of the Creator property.
 void set_DateCreated(java.util.Date value)
          Sets the value of the DateCreated property.
 void set_DateLastModified(java.util.Date value)
          Sets the value of the DateLastModified property.
 void set_LastModifier(java.lang.String value)
          Sets the value of the LastModifier property.
 void set_RetryCount(java.lang.Integer value)
          Sets the value of the RetryCount property.
 
Methods inherited from interface com.filenet.api.core.RepositoryObject
getObjectStore
 
Methods inherited from interface com.filenet.api.core.IndependentlyPersistableObject
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber
 
Methods inherited from interface com.filenet.api.core.IndependentObject
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh
 
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
 

Method Detail

get_Creator

java.lang.String get_Creator()
Returns the value of the Creator property. For more information, see Creator Property.


set_Creator

void set_Creator(java.lang.String value)
Sets the value of the Creator property. For more information, see Creator Property.


get_DateCreated

java.util.Date get_DateCreated()
Returns the value of the DateCreated property. For more information, see DateCreated Property.


set_DateCreated

void set_DateCreated(java.util.Date value)
Sets the value of the DateCreated property. For more information, see DateCreated Property.


get_LastModifier

java.lang.String get_LastModifier()
Returns the value of the LastModifier property. For more information, see LastModifier Property.


set_LastModifier

void set_LastModifier(java.lang.String value)
Sets the value of the LastModifier property. For more information, see LastModifier Property.


get_DateLastModified

java.util.Date get_DateLastModified()
Returns the value of the DateLastModified property. For more information, see DateLastModified Property.


set_DateLastModified

void set_DateLastModified(java.util.Date value)
Sets the value of the DateLastModified property. For more information, see DateLastModified Property.


get_Id

Id get_Id()
Returns the value of the Id property. For more information, see Id Property.


get_SourceObject

Replicable get_SourceObject()
Returns the value of the SourceObject property. For more information, see SourceObject Property.


get_DestinationRepository

Repository get_DestinationRepository()
Returns the value of the DestinationRepository property. For more information, see DestinationRepository Property.


get_ReplicationGroup

ReplicationGroup get_ReplicationGroup()
Returns the value of the ReplicationGroup property. For more information, see ReplicationGroup Property.


get_ReplicationOperation

java.lang.Integer get_ReplicationOperation()
Returns the value of the ReplicationOperation property. For more information, see ReplicationOperation Property.


get_ReplicationStatus

ReplicationJournalStatus get_ReplicationStatus()
Returns the value of the ReplicationStatus property. For more information, see ReplicationStatus Property.


get_RetryCount

java.lang.Integer get_RetryCount()
Returns the value of the RetryCount property. For more information, see RetryCount Property.


set_RetryCount

void set_RetryCount(java.lang.Integer value)
Sets the value of the RetryCount property. For more information, see RetryCount Property.


get_HeldUntilDate

java.util.Date get_HeldUntilDate()
Returns the value of the HeldUntilDate property. For more information, see HeldUntilDate Property.


get_LastFailureReason

java.lang.String get_LastFailureReason()
Returns the value of the LastFailureReason property. For more information, see LastFailureReason Property.



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