Class SearchKey.TE_SearchKeys
java.lang.Object
com.webmethods.portal.service.task.SearchKey.TE_SearchKeys
List with TE predefined search keys.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe inbox type option.The include business data option.The include roles option.The searchTask options whether ascending or descending true/false.If set - the returned list from the task search is loaded on demand and can be accessed only via an iterator.The option, which specifies the principal ids for user task search.The tag search option, mostly used by the business console searches.The option specifies whether the tasks which are considered votable will be shown in the search or not.The user tasks option, specifying whether to search for user tasks. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INBOX_TYPE
The inbox type option. Can be one of the options, specified inITaskInboxEntry
-
INCLUDE_BUSINESS_DATA
The include business data option. Can be true/false. -
INCLUDE_ROLES
The include roles option. Can be true/false. -
PRINCIPAL_IDS
The option, which specifies the principal ids for user task search. Contains list of integers. -
TAG_SEARCH
The tag search option, mostly used by the business console searches. Can be true/false. -
USER_TASKS
The user tasks option, specifying whether to search for user tasks. Can be true/false. -
isASC
The searchTask options whether ascending or descending true/false. -
LAZY_FETCH
If set - the returned list from the task search is loaded on demand and can be accessed only via an iterator. -
TASKS_VOTED
The option specifies whether the tasks which are considered votable will be shown in the search or not.
-
-
Constructor Details
-
TE_SearchKeys
public TE_SearchKeys()
-