|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReplicationJournalEntry
Represents the journal record of an operation on a replicated object for outbound replication.
Metadata
Auditable: false
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 |
---|
java.lang.String get_Creator()
void set_Creator(java.lang.String value)
java.util.Date get_DateCreated()
void set_DateCreated(java.util.Date value)
java.lang.String get_LastModifier()
void set_LastModifier(java.lang.String value)
java.util.Date get_DateLastModified()
void set_DateLastModified(java.util.Date value)
Id get_Id()
Replicable get_SourceObject()
Repository get_DestinationRepository()
ReplicationGroup get_ReplicationGroup()
java.lang.Integer get_ReplicationOperation()
ReplicationJournalStatus get_ReplicationStatus()
java.lang.Integer get_RetryCount()
void set_RetryCount(java.lang.Integer value)
java.util.Date get_HeldUntilDate()
java.lang.String get_LastFailureReason()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |