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 ReplicationMode |
ReplicationMode.MASTER
Master mode.
|
static ReplicationMode |
ReplicationMode.SLAVE
Slave mode.
|
Modifier and Type | Method and Description |
---|---|
static ReplicationMode |
ReplicationMode.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
Modifier and Type | Method and Description |
---|---|
ReplicationMode |
ReplicationParticipant.get_ReplicationMode()
Returns the value of the ReplicationMode property.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplicationParticipant.set_ReplicationMode(ReplicationMode value)
Sets the value of the ReplicationMode property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.