Package | Description |
---|---|
com.filenet.api.constants |
Provides classes defining collections of related, type-safe constant values.
|
com.filenet.api.query |
Provides classes related to constructing and performing Content Engine searches.
|
Modifier and Type | Field and Description |
---|---|
static ContentQueryOptimization |
ContentQueryOptimization.CONTENT_FIRST
Specifies to perform content query before database query.
|
static ContentQueryOptimization |
ContentQueryOptimization.DB_FIRST
Specifies to perform database query before content query.
|
static ContentQueryOptimization |
ContentQueryOptimization.DYNAMIC_THRESHOLD
Specifies to dynamically switch between content query or database query first based on content query row count.
|
static ContentQueryOptimization |
ContentQueryOptimization.NONE
Disables dynamic switching optimization.
|
Modifier and Type | Method and Description |
---|---|
static ContentQueryOptimization |
ContentQueryOptimization.getInstanceFromInt(int value)
Gets an instance of this class using its associated integer value (the
*_AS_INT fields). |
Modifier and Type | Method and Description |
---|---|
ContentQueryOptimization |
SearchTemplateContent.getContentQueryOptimization()
Retrieves the kind of optimization used for the content search, content first, database first, or dynamic threshold.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchTemplateContent.setContentQueryOptimization(ContentQueryOptimization contentQueryOptimization)
Specifies the kind of optimization used for content search, content first, database first, or dynamic threshold.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.