Class TaskAssigningQueries


  • public class TaskAssigningQueries
    extends Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String JBPM_HUMAN_TASKS_QUERY
      Task assigning standard query for facilitating the tasks consumption by third parties using the standard queries API.
      static String JBPM_HUMAN_TASKS_WITH_USER_QUERY
      Task assigning standard query for facilitating the tasks consumption by third parties using the standard queries API.
      static String RAW_LIST_QUERY_MAPPER
      Standard query mapper that can be used with the JBPM_HUMAN_TASKS_QUERY and JBPM_HUMAN_TASKS_WITH_USER_QUERY queries for returning the full query results in the raw version.
      static String TASK_DATA_QUERY_MAPPER
      Task assigning standard query mapper that can be used with the JBPM_HUMAN_TASKS_QUERY and JBPM_HUMAN_TASKS_WITH_USER_QUERY queries for returning a List when executing the queries.
      static String TASK_DATA_RAW_QUERY_MAPPER
      Task assigning standard query mapper that can be used with the JBPM_HUMAN_TASKS_QUERY and JBPM_HUMAN_TASKS_WITH_USER_QUERY queries for returning the raw version of the TaskData when executing the queries.
    • Field Detail

      • JBPM_HUMAN_TASKS_QUERY

        public static final String JBPM_HUMAN_TASKS_QUERY
        Task assigning standard query for facilitating the tasks consumption by third parties using the standard queries API.
        See Also:
        Constant Field Values
      • JBPM_HUMAN_TASKS_WITH_USER_QUERY

        public static final String JBPM_HUMAN_TASKS_WITH_USER_QUERY
        Task assigning standard query for facilitating the tasks consumption by third parties using the standard queries API. This query is sensitive to the current logged user in the KieServicesClient and to the query filtering parameters. Results will include the tasks that fulfills the filter criteria and for which the current logged user is a potential owner.
        See Also:
        Constant Field Values
      • TASK_DATA_QUERY_MAPPER

        public static final String TASK_DATA_QUERY_MAPPER
        Task assigning standard query mapper that can be used with the JBPM_HUMAN_TASKS_QUERY and JBPM_HUMAN_TASKS_WITH_USER_QUERY queries for returning a List when executing the queries.
        See Also:
        Constant Field Values
      • TASK_DATA_RAW_QUERY_MAPPER

        public static final String TASK_DATA_RAW_QUERY_MAPPER
        Task assigning standard query mapper that can be used with the JBPM_HUMAN_TASKS_QUERY and JBPM_HUMAN_TASKS_WITH_USER_QUERY queries for returning the raw version of the TaskData when executing the queries.
        See Also:
        Constant Field Values
      • RAW_LIST_QUERY_MAPPER

        public static final String RAW_LIST_QUERY_MAPPER
        Standard query mapper that can be used with the JBPM_HUMAN_TASKS_QUERY and JBPM_HUMAN_TASKS_WITH_USER_QUERY queries for returning the full query results in the raw version.
        See Also:
        Constant Field Values