Uses of Interface
com.filenet.api.replication.ReplicationGroup

Packages that use ReplicationGroup
com.filenet.api.core Provides classes and interfaces that are related to the core business objects of the API, such as EntireNetwork, Domain, Document, Folder, and so on. 
com.filenet.api.replication Provides interfaces for defining objects that can be replicated and external repositories that are capable of federating content. 
 

Uses of ReplicationGroup in com.filenet.api.core
 

Methods in com.filenet.api.core that return ReplicationGroup
static ReplicationGroup Factory.ReplicationGroup.createInstance(Domain domain)
          Creates a new instance of the ReplicationGroup class for the specified domain.
static ReplicationGroup Factory.ReplicationGroup.createInstance(Domain domain, Id id)
          Creates a new instance of the ReplicationGroup class based on the specified parameters.
static ReplicationGroup Factory.ReplicationGroup.fetchInstance(Domain domain, Id id, PropertyFilter filter)
          Retrieves an object of the ReplicationGroup class based on the specified domain and ID.
static ReplicationGroup Factory.ReplicationGroup.getInstance(Domain domain, Id id)
          Retrieves an instance of the ReplicationGroup class based on the specified domain and ID.
 

Uses of ReplicationGroup in com.filenet.api.replication
 

Methods in com.filenet.api.replication that return ReplicationGroup
 ReplicationGroup Replicable.get_ReplicationGroup()
          Returns the value of the ReplicationGroup property.
 ReplicationGroup ReplicationJournalEntry.get_ReplicationGroup()
          Returns the value of the ReplicationGroup property.
 

Methods in com.filenet.api.replication with parameters of type ReplicationGroup
 void Replicable.set_ReplicationGroup(ReplicationGroup value)
          Sets the value of the ReplicationGroup property.
 



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