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. |
Modifier and Type | Method and Description |
---|---|
CmTextSearchAffinityGroup |
CmTextSearchServer.get_AffinityGroup()
Returns the value of the AffinityGroup property.
|
CmTextSearchAffinityGroup |
CmTextSearchIndexArea.get_AffinityGroup()
Returns the value of the AffinityGroup property.
|
Modifier and Type | Method and Description |
---|---|
void |
CmTextSearchServer.set_AffinityGroup(CmTextSearchAffinityGroup value)
Sets the value of the AffinityGroup property.
|
void |
CmTextSearchIndexArea.set_AffinityGroup(CmTextSearchAffinityGroup value)
Sets the value of the AffinityGroup property.
|
Modifier and Type | Method and Description |
---|---|
static CmTextSearchAffinityGroup |
Factory.CmTextSearchAffinityGroup.createInstance(Domain domain,
Id id)
Creates a new instance of the
CmTextSearchAffinityGroup class based on the specified parameters. |
static CmTextSearchAffinityGroup |
Factory.CmTextSearchAffinityGroup.fetchInstance(Domain domain,
Id id,
PropertyFilter filter)
Retrieves an object of the
CmTextSearchAffinityGroup class
by the specified domain and ID. |
static CmTextSearchAffinityGroup |
Factory.CmTextSearchAffinityGroup.getInstance(Domain domain,
Id id)
Constructs an instance of the
CmTextSearchAffinityGroup class by the specified domain and ID. |
© Copyright IBM Corporation 2006, 2015. All rights reserved.