KIE Remote Services :: Services 6.2.0.CR4

org.kie.remote.services.rest.query
Class QueryResourceData

java.lang.Object
  extended by org.kie.remote.services.rest.query.QueryResourceData

public class QueryResourceData
extends Object


Field Summary
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 SimpleDateFormat QUERY_PARAM_DATE_FORMAT
           
protected static int TASK_END
           
protected static int VARIABLE_END
           
 
Constructor Summary
QueryResourceData()
           
 
Method Summary
static Date[] getDates(int action, String[] data)
           
static int[] getInts(int action, String[] data)
           
static long[] getLongs(int action, String[] data)
           
static Set<String> getQueryParameters()
           
static org.kie.api.task.model.Status[] getTaskStatuses(String[] data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

metaRuntimeParams

public static final String[] metaRuntimeParams

metaRuntimeParamsShort

public static final String[] metaRuntimeParamsShort

actionParamNameMap

public static final Map<Integer,String> actionParamNameMap

paramNameActionMap

public static final Map<String,Integer> paramNameActionMap

GENERAL_END

protected static final int GENERAL_END
See Also:
Constant Field Values

TASK_END

protected static final int TASK_END
See Also:
Constant Field Values

PROCESS_END

protected static final int PROCESS_END
See Also:
Constant Field Values

VARIABLE_END

protected static final int VARIABLE_END
See Also:
Constant Field Values

META_END

protected static final int META_END
See Also:
Constant Field Values

QUERY_PARAM_DATE_FORMAT

public static final SimpleDateFormat QUERY_PARAM_DATE_FORMAT
Constructor Detail

QueryResourceData

public QueryResourceData()
Method Detail

getQueryParameters

public static Set<String> getQueryParameters()

getLongs

public static long[] getLongs(int action,
                              String[] data)

getInts

public static int[] getInts(int action,
                            String[] data)

getDates

public static Date[] getDates(int action,
                              String[] data)

getTaskStatuses

public static org.kie.api.task.model.Status[] getTaskStatuses(String[] data)

KIE Remote Services :: Services 6.2.0.CR4

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.