Package | Description |
---|---|
com.filenet.api.constants |
Provides classes defining collections of related, type-safe constant values.
|
com.filenet.api.replication |
Provides interfaces for defining objects that can be replicated and external repositories that are capable of federating content.
|
Modifier and Type | Field and Description |
---|---|
static ReplicationJournalStatus |
ReplicationJournalStatus.FAILED
The processing of the replication journal entry has failed multiple times and has been abandoned.
|
static ReplicationJournalStatus |
ReplicationJournalStatus.IN_PROGRESS
The processing of the replication journal entry is in progress.
|
static ReplicationJournalStatus |
ReplicationJournalStatus.RETRY_WAIT
The processing of the replication journal entry has failed at least once and is waiting to be retried.
|
static ReplicationJournalStatus |
ReplicationJournalStatus.WAITING
A new replication journal entry is waiting for initial processing.
|
Modifier and Type | Method and Description |
---|---|
static ReplicationJournalStatus |
ReplicationJournalStatus.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
Modifier and Type | Method and Description |
---|---|
ReplicationJournalStatus |
ReplicationJournalEntry.get_ReplicationStatus()
Returns the value of the ReplicationStatus property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.