-
Packages that use RequiredState 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 RequiredState in com.filenet.api.constants
Fields in com.filenet.api.constants declared as RequiredState Modifier and Type Field and Description static RequiredStateRequiredState. NONESpecifies no required state.static RequiredStateRequiredState. PROHIBITEDSpecifies that a term is prohibited in a Stored Search query.static RequiredStateRequiredState. REQUIREDSpecifies that a term is required in a Stored Search query.Methods in com.filenet.api.constants that return RequiredState Modifier and Type Method and Description static RequiredStateRequiredState. getInstanceFromInt(int value)Gets an instance of this class using its associated integer value (the*_AS_INTfields). -
Uses of RequiredState in com.filenet.api.query
Methods in com.filenet.api.query that return RequiredState Modifier and Type Method and Description RequiredStateSearchTemplateContentItem. getRequiredState()Retrieves the content search item required state to be used.Methods in com.filenet.api.query with parameters of type RequiredState Modifier and Type Method and Description voidSearchTemplateContentItem. setRequiredState(RequiredState requiredState)Specifies the content search item required state to be used.
-