public class TaskQueryConstant extends Object
Modifier and Type | Field and Description |
---|---|
static String |
GET_TASKS_FOR_ACTORS_QUERY |
static String |
GET_TASKS_FOR_PROCESS_ID_AND_ACTORS_QUERY |
static String |
GET_TASKS_FOR_PROCESS_ID_AND_NODE_ID_QUERY |
static String |
GET_TASKS_FOR_PROCESS_ID_QUERY |
static String |
GET_TASKS_FOR_TARGET_DOCUMENT_AND_ACTORS_QUERY |
static String |
GET_TASKS_FOR_TARGET_DOCUMENT_AND_ACTORS_QUERY_OR_DELEGATED_ACTORS_QUERY |
static String |
GET_TASKS_FOR_TARGET_DOCUMENT_QUERY |
static String |
GET_TASKS_FOR_TARGET_DOCUMENTS_AND_ACTORS_QUERY |
static String |
GET_TASKS_FOR_TARGET_DOCUMENTS_QUERY |
static String |
GET_TASKS_QUERY |
static String |
TASK_ACTORS_WHERE_CLAUSE |
static String |
TASK_VARIABLES_WHERE_CLAUSE |
Constructor and Description |
---|
TaskQueryConstant() |
Modifier and Type | Method and Description |
---|---|
static String |
formatStringList(List<String> actors) |
static String |
getActorsWhereClause(List<String> actors) |
static String |
getVariableWhereClause(String key,
String value) |
public static final String TASK_VARIABLES_WHERE_CLAUSE
public static final String TASK_ACTORS_WHERE_CLAUSE
public static final String GET_TASKS_QUERY
public static final String GET_TASKS_FOR_ACTORS_QUERY
public static final String GET_TASKS_FOR_TARGET_DOCUMENT_QUERY
public static final String GET_TASKS_FOR_TARGET_DOCUMENTS_QUERY
public static final String GET_TASKS_FOR_TARGET_DOCUMENT_AND_ACTORS_QUERY
public static final String GET_TASKS_FOR_TARGET_DOCUMENTS_AND_ACTORS_QUERY
public static final String GET_TASKS_FOR_PROCESS_ID_QUERY
public static final String GET_TASKS_FOR_PROCESS_ID_AND_ACTORS_QUERY
public static final String GET_TASKS_FOR_PROCESS_ID_AND_NODE_ID_QUERY
public static final String GET_TASKS_FOR_TARGET_DOCUMENT_AND_ACTORS_QUERY_OR_DELEGATED_ACTORS_QUERY
Copyright © 2013 Nuxeo SA. All Rights Reserved.