-
Packages that use GroupAction 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. -
-
Uses of GroupAction in com.filenet.api.constants
Fields in com.filenet.api.constants declared as GroupAction Modifier and Type Field and Description static GroupActionGroupAction. ALLSpecifies that the group action is an AND condition.static GroupActionGroupAction. ANYSpecifies that the group action is an OR condition.static GroupActionGroupAction. INSpecifies a group action based on the in context.static GroupActionGroupAction. NEARSpecifies that the group action is based on proximity, the NEAR condition.static GroupActionGroupAction. NONESpecifies no group action.static GroupActionGroupAction. PARAGRAPHSpecifies a group action based on the paragraph context.static GroupActionGroupAction. PHRASESpecifies a group action based on the phrase context.static GroupActionGroupAction. SENTENCESpecifies a group action based on the sentence context.static GroupActionGroupAction. UNITSpecifies a group action based on the unit context.static GroupActionGroupAction. VQLSpecifies the use of the native text query language.Methods in com.filenet.api.constants that return GroupAction Modifier and Type Method and Description static GroupActionGroupAction. getInstanceFromInt(int value)Gets an instance of this class using its associated integer value (the*_AS_INTfields). -
Uses of GroupAction in com.filenet.api.query
Methods in com.filenet.api.query that return GroupAction Modifier and Type Method and Description GroupActionSearchTemplateContentItem. getGroupAction()Retrieves the group actions to be available for the content search item.Methods in com.filenet.api.query with parameters of type GroupAction Modifier and Type Method and Description voidSearchTemplateContentItem. setGroupAction(GroupAction groupAction)Specifies the group actions for the content search item to be used.
-