-
Packages that use ReplicationMode 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. -
-
Uses of ReplicationMode in com.filenet.api.constants
Fields in com.filenet.api.constants declared as ReplicationMode Modifier and Type Field and Description static ReplicationModeReplicationMode. MASTERMaster mode.static ReplicationModeReplicationMode. SLAVESlave mode.Methods in com.filenet.api.constants that return ReplicationMode Modifier and Type Method and Description static ReplicationModeReplicationMode. getInstanceFromInt(int value)Returns an instance of this class using its associated integer value. -
Uses of ReplicationMode in com.filenet.api.replication
Methods in com.filenet.api.replication that return ReplicationMode Modifier and Type Method and Description ReplicationModeReplicationParticipant. get_ReplicationMode()Returns the value of the ReplicationMode property.Methods in com.filenet.api.replication with parameters of type ReplicationMode Modifier and Type Method and Description voidReplicationParticipant. set_ReplicationMode(ReplicationMode value)Sets the value of the ReplicationMode property.
-