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 CBRQueryOptimization |
CBRQueryOptimization.DYNAMIC_SWITCHING
Enables dynamic switching optimization for searches that combine both full text and
relational query conditions.
|
static CBRQueryOptimization |
CBRQueryOptimization.NONE
Disables dynamic switching optimization for searches that combine both full text and
relational query conditions.
|
Modifier and Type | Method and Description |
---|---|
static CBRQueryOptimization |
CBRQueryOptimization.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
Modifier and Type | Method and Description |
---|---|
CBRQueryOptimization |
ObjectStore.get_CBRQueryOptimization()
Returns the value of the CBRQueryOptimization property.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectStore.set_CBRQueryOptimization(CBRQueryOptimization value)
Sets the value of the CBRQueryOptimization property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.