com.filenet.api.replication
Interface ExternalParticipant
-
- All Superinterfaces:
- DependentObject, EngineObject, ReplicationParticipant, java.io.Serializable
public interface ExternalParticipant extends ReplicationParticipant, DependentObject
Represents the participation of an external repository in a replication group. EachExternalParticipantobject specifies the external repository and the replication mode (master or slave) of the participant. In addition, eachExternalParticipantobject references a partner object store that is present as an object store participant in the replication group. Every external repository must be associated with a partner object store, which controls all the replication interactions of the external repository.Metadata
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.Booleanget_EnableDefensibleDisposal()Returns the value of the EnableDefensibleDisposal property.ExternalRepositoryget_ExternalRepository()Returns the value of the ExternalRepository property.ObjectStoreget_PartnerObjectStore()Returns the value of the PartnerObjectStore property.voidset_EnableDefensibleDisposal(java.lang.Boolean value)Sets the value of the EnableDefensibleDisposal property.voidset_ExternalRepository(ExternalRepository value)Sets the value of the ExternalRepository property.voidset_PartnerObjectStore(ObjectStore value)Sets the value of the PartnerObjectStore property.-
Methods inherited from interface com.filenet.api.replication.ReplicationParticipant
get_Id, get_ReplicationMode, set_ReplicationMode
-
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
-
-
-
-
Method Detail
-
get_ExternalRepository
ExternalRepository get_ExternalRepository()
Returns the value of the ExternalRepository property. For more information, see ExternalRepository Property.
-
set_ExternalRepository
void set_ExternalRepository(ExternalRepository value)
Sets the value of the ExternalRepository property. For more information, see ExternalRepository Property.
-
get_PartnerObjectStore
ObjectStore get_PartnerObjectStore()
Returns the value of the PartnerObjectStore property. For more information, see PartnerObjectStore Property.
-
set_PartnerObjectStore
void set_PartnerObjectStore(ObjectStore value)
Sets the value of the PartnerObjectStore property. For more information, see PartnerObjectStore Property.
-
get_EnableDefensibleDisposal
java.lang.Boolean get_EnableDefensibleDisposal()
Returns the value of the EnableDefensibleDisposal property. For more information, see EnableDefensibleDisposal Property.
-
set_EnableDefensibleDisposal
void set_EnableDefensibleDisposal(java.lang.Boolean value)
Sets the value of the EnableDefensibleDisposal property. For more information, see EnableDefensibleDisposal Property.
-
-