Class SearchKey.TE_SearchKeys

java.lang.Object
com.webmethods.portal.service.task.SearchKey.TE_SearchKeys
Enclosing class:
SearchKey<T>

public static class SearchKey.TE_SearchKeys extends Object
List with TE predefined search keys.
  • Field Details

    • INBOX_TYPE

      public static final SearchKey<String> INBOX_TYPE
      The inbox type option. Can be one of the options, specified in ITaskInboxEntry
    • INCLUDE_BUSINESS_DATA

      public static final SearchKey<Boolean> INCLUDE_BUSINESS_DATA
      The include business data option. Can be true/false.
    • INCLUDE_ROLES

      public static final SearchKey<Boolean> INCLUDE_ROLES
      The include roles option. Can be true/false.
    • PRINCIPAL_IDS

      public static final SearchKey<Integer[]> PRINCIPAL_IDS
      The option, which specifies the principal ids for user task search. Contains list of integers.
    • USER_TASKS

      public static final SearchKey<Boolean> USER_TASKS
      The user tasks option, specifying whether to search for user tasks. Can be true/false.
    • isASC

      public static final SearchKey<Boolean> isASC
      The searchTask options whether ascending or descending true/false.
    • LAZY_FETCH

      public static final SearchKey<Boolean> 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

      public static final SearchKey<Boolean> 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()