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 GroupAction |
GroupAction.ALL
Specifies that the group action is an AND condition.
|
static GroupAction |
GroupAction.ANY
Specifies that the group action is an OR condition.
|
static GroupAction |
GroupAction.IN
Specifies a group action based on the in context.
|
static GroupAction |
GroupAction.NEAR
Specifies that the group action is based on proximity, the NEAR condition.
|
static GroupAction |
GroupAction.NONE
Specifies no group action.
|
static GroupAction |
GroupAction.PARAGRAPH
Specifies a group action based on the paragraph context.
|
static GroupAction |
GroupAction.PHRASE
Specifies a group action based on the phrase context.
|
static GroupAction |
GroupAction.SENTENCE
Specifies a group action based on the sentence context.
|
static GroupAction |
GroupAction.UNIT
Specifies a group action based on the unit context.
|
static GroupAction |
GroupAction.VQL
Specifies the use of the native text query language.
|
Modifier and Type | Method and Description |
---|---|
static GroupAction |
GroupAction.getInstanceFromInt(int value)
Gets an instance of this class using its associated integer value (the
*_AS_INT fields). |
Modifier and Type | Method and Description |
---|---|
GroupAction |
SearchTemplateContentItem.getGroupAction()
Retrieves the group actions to be available for the content search item.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchTemplateContentItem.setGroupAction(GroupAction groupAction)
Specifies the group actions for the content search item to be used.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.