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 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.
|
Modifier and Type | Method and Description |
---|---|
ReplicationGroup |
CmContentConversionSettings.get_ReplicationGroup()
Returns the value of the ReplicationGroup property.
|
Modifier and Type | Method and Description |
---|---|
void |
CmContentConversionSettings.set_ReplicationGroup(ReplicationGroup value)
Sets the value of the ReplicationGroup property.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
ReplicationGroup |
ReplicationJournalEntry.get_ReplicationGroup()
Returns the value of the ReplicationGroup property.
|
ReplicationGroup |
Replicable.get_ReplicationGroup()
Returns the value of the ReplicationGroup property.
|
Modifier and Type | Method and Description |
---|---|
void |
Replicable.set_ReplicationGroup(ReplicationGroup value)
Sets the value of the ReplicationGroup property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.