Package | Description |
---|---|
com.filenet.api.constants |
Provides classes defining collections of related, type-safe constant values.
|
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 | Field and Description |
---|---|
static CBRSearchType |
CBRSearchType.NONE
Indicates that full-text indexing (CBR) is not enabled for this object store.
|
static CBRSearchType |
CBRSearchType.TEXT_SEARCH
Indicates that the IBM® Content Search Services full-text indexing subsystem is enabled for this object store.
|
static CBRSearchType |
CBRSearchType.VERITY
Deprecated.
As of release 5.2.0.
|
Modifier and Type | Method and Description |
---|---|
static CBRSearchType |
CBRSearchType.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
Modifier and Type | Method and Description |
---|---|
CBRSearchType |
ObjectStore.get_CBRSearchType()
Returns the value of the CBRSearchType property.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectStore.set_CBRSearchType(CBRSearchType value)
Sets the value of the CBRSearchType property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.