public class QueryResourceData extends Object
| Modifier and Type | Field and Description |
|---|---|
static Map<Integer,String> |
actionParamNameMap |
protected static int |
GENERAL_END |
protected static int |
META_END |
static String[] |
metaRuntimeParams |
static String[] |
metaRuntimeParamsShort |
static Map<String,Integer> |
paramNameActionMap |
protected static int |
PROCESS_END |
static String[] |
procInstQueryParams |
static String[] |
procInstQueryParamsShort |
static SimpleDateFormat |
QUERY_PARAM_DATE_FORMAT |
protected static int |
TASK_END |
static String[] |
taskQueryParams |
static String[] |
taskQueryParamsShort |
protected static int |
VARIABLE_END |
static String[] |
varInstQueryParams |
static String[] |
varInstQueryParamsShort |
| Constructor and Description |
|---|
QueryResourceData() |
| Modifier and Type | Method and Description |
|---|---|
static Timestamp[] |
getDates(int action,
String[] data) |
static int[] |
getInts(int action,
String[] data) |
static long[] |
getLongs(int action,
String[] data) |
static Set<String> |
getQueryParameters(boolean getAllQueryParameters) |
static org.kie.api.task.model.Status[] |
getTaskStatuses(String[] data) |
static boolean |
isNameValueParam(String queryParam) |
public static final String[] taskQueryParams
public static final String[] taskQueryParamsShort
public static final String[] procInstQueryParams
public static final String[] procInstQueryParamsShort
public static final String[] varInstQueryParams
public static final String[] varInstQueryParamsShort
public static final String[] metaRuntimeParams
public static final String[] metaRuntimeParamsShort
protected static final int GENERAL_END
protected static final int TASK_END
protected static final int PROCESS_END
protected static final int VARIABLE_END
protected static final int META_END
public static final SimpleDateFormat QUERY_PARAM_DATE_FORMAT
public static long[] getLongs(int action,
String[] data)
public static int[] getInts(int action,
String[] data)
public static org.kie.api.task.model.Status[] getTaskStatuses(String[] data)
public static boolean isNameValueParam(String queryParam)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.