public class TaskAssigningQueries extends Object
| Modifier and Type | Field and 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
|
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.
|
public static final String JBPM_HUMAN_TASKS_QUERY
public static final String JBPM_HUMAN_TASKS_WITH_USER_QUERY
public static final String TASK_DATA_QUERY_MAPPER
public static final String TASK_DATA_RAW_QUERY_MAPPER
public static final String RAW_LIST_QUERY_MAPPER
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.