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 CBRQueryRankOverride |
CBRQueryRankOverride.DISABLED
Forces CBR-first only searches for queries that combine a CBR search and a
relational search on a database (DB).
|
static CBRQueryRankOverride |
CBRQueryRankOverride.ENABLED
Allows the Content Engine to operate in dynamic switching mode
for queries that combine a CBR search and a database (DB) search.
|
static CBRQueryRankOverride |
CBRQueryRankOverride.REQUIRED
Suppresses a request for rank order for all CBR searches,
with or without dynamic switching enabled, including CBR-first searches.
|
Modifier and Type | Method and Description |
---|---|
static CBRQueryRankOverride |
CBRQueryRankOverride.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
Modifier and Type | Method and Description |
---|---|
CBRQueryRankOverride |
ObjectStore.get_CBRQueryRankOverride()
Returns the value of the CBRQueryRankOverride property.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectStore.set_CBRQueryRankOverride(CBRQueryRankOverride value)
Sets the value of the CBRQueryRankOverride property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.