-
Packages that use ReplicationGroup 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.core Provides classes and interfaces that are related to the core business objects of the API, such asEntireNetwork,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.admin
Methods in com.filenet.api.admin that return ReplicationGroup Modifier and Type Method and Description ReplicationGroupCmContentConversionSettings. get_ReplicationGroup()Returns the value of the ReplicationGroup property.Methods in com.filenet.api.admin with parameters of type ReplicationGroup Modifier and Type Method and Description voidCmContentConversionSettings. set_ReplicationGroup(ReplicationGroup value)Sets the value of the ReplicationGroup property. -
Uses of ReplicationGroup in com.filenet.api.core
Methods in com.filenet.api.core that return ReplicationGroup Modifier and Type Method and Description static ReplicationGroupFactory.ReplicationGroup. createInstance(Domain domain)Creates a new instance of theReplicationGroupclass for the specified domain.static ReplicationGroupFactory.ReplicationGroup. createInstance(Domain domain, Id id)Creates a new instance of theReplicationGroupclass based on the specified parameters.static ReplicationGroupFactory.ReplicationGroup. fetchInstance(Domain domain, Id id, PropertyFilter filter)Retrieves an object of theReplicationGroupclass based on the specified domain and ID.static ReplicationGroupFactory.ReplicationGroup. getInstance(Domain domain, Id id)Retrieves an instance of theReplicationGroupclass based on the specified domain and ID. -
Uses of ReplicationGroup in com.filenet.api.replication
Methods in com.filenet.api.replication that return ReplicationGroup Modifier and Type Method and Description ReplicationGroupReplicationJournalEntry. get_ReplicationGroup()Returns the value of the ReplicationGroup property.ReplicationGroupReplicable. get_ReplicationGroup()Returns the value of the ReplicationGroup property.Methods in com.filenet.api.replication with parameters of type ReplicationGroup Modifier and Type Method and Description voidReplicable. set_ReplicationGroup(ReplicationGroup value)Sets the value of the ReplicationGroup property.
-