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 RequiredState |
RequiredState.NONE
Specifies no required state.
|
static RequiredState |
RequiredState.PROHIBITED
Specifies that a term is prohibited in a Stored Search query.
|
static RequiredState |
RequiredState.REQUIRED
Specifies that a term is required in a Stored Search query.
|
Modifier and Type | Method and Description |
---|---|
static RequiredState |
RequiredState.getInstanceFromInt(int value)
Gets an instance of this class using its associated integer value (the
*_AS_INT fields). |
Modifier and Type | Method and Description |
---|---|
RequiredState |
SearchTemplateContentItem.getRequiredState()
Retrieves the content search item required state to be used.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchTemplateContentItem.setRequiredState(RequiredState requiredState)
Specifies the content search item required state to be used.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.