Uses of Class
com.filenet.api.constants.ReplicationMode

Packages that use ReplicationMode
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
static ReplicationMode ReplicationMode.MASTER
          Not supported.
static ReplicationMode ReplicationMode.SLAVE
          Not supported.
 

Methods in com.filenet.api.constants that return ReplicationMode
static ReplicationMode ReplicationMode.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
 ReplicationMode ReplicationParticipant.get_ReplicationMode()
          Returns the value of the ReplicationMode property.
 

Methods in com.filenet.api.replication with parameters of type ReplicationMode
 void ReplicationParticipant.set_ReplicationMode(ReplicationMode value)
          Sets the value of the ReplicationMode property.
 



© Copyright IBM Corporation 2006, 2008. All rights reserved.