Package | Description |
---|---|
com.filenet.api.admin |
Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server.
|
com.filenet.api.constants |
Provides classes defining collections of related, type-safe constant values.
|
Modifier and Type | Method and Description |
---|---|
ReplicaSynchronizationType |
CmStorageDeviceConnection.get_ReplicaSynchronizationType()
Returns the value of the ReplicaSynchronizationType property.
|
ReplicaSynchronizationType |
CmReplicaSynchronizationSiteSettings.get_ReplicaSynchronizationType()
Returns the value of the ReplicaSynchronizationType property.
|
Modifier and Type | Method and Description |
---|---|
void |
CmStorageDeviceConnection.set_ReplicaSynchronizationType(ReplicaSynchronizationType value)
Sets the value of the ReplicaSynchronizationType property.
|
void |
CmReplicaSynchronizationSiteSettings.set_ReplicaSynchronizationType(ReplicaSynchronizationType value)
Sets the value of the ReplicaSynchronizationType property.
|
Modifier and Type | Field and Description |
---|---|
static ReplicaSynchronizationType |
ReplicaSynchronizationType.ASYNCHRONOUS
A
CmContentReplicationQueueSweep
instance uploads the content to this replica. |
static ReplicaSynchronizationType |
ReplicaSynchronizationType.PRIMARY
A primary replica is a candidate for synchronous content upload, and will be populated during
upload if needed, depending on the number of required and desired replicas.
|
static ReplicaSynchronizationType |
ReplicaSynchronizationType.SECONDARY
A secondary replica is a candidate for synchronous content upload, and will be populated during
upload if needed, depending on the number of required and desired replicas.
|
Modifier and Type | Method and Description |
---|---|
static ReplicaSynchronizationType |
ReplicaSynchronizationType.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.