com.adobe.idp.taskmanager.dsc.client.query
Class ProcessSearchingUtil

java.lang.Object
  extended by com.adobe.idp.taskmanager.dsc.client.query.ProcessSearchingUtil
All Implemented Interfaces:
java.io.Serializable

public class ProcessSearchingUtil
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static java.lang.String jASSIGNMENT_JOIN
           
static java.lang.String jPRINCIPAL_JOIN
           
static java.lang.String jQUEUE_JOIN
           
static java.lang.String jSTARTED_BY_JOIN
           
static java.lang.String jTASK_JOIN
           
static java.lang.String PROCESS_VARIABLE_JOIN
           
 
Constructor Summary
ProcessSearchingUtil()
           
 
Method Summary
static java.lang.String getJoinName(java.lang.String property)
           
static java.lang.String getPofProperty(java.lang.String property)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jPRINCIPAL_JOIN

public static final java.lang.String jPRINCIPAL_JOIN

jTASK_JOIN

public static final java.lang.String jTASK_JOIN

jSTARTED_BY_JOIN

public static final java.lang.String jSTARTED_BY_JOIN
See Also:
Constant Field Values

jASSIGNMENT_JOIN

public static final java.lang.String jASSIGNMENT_JOIN

jQUEUE_JOIN

public static final java.lang.String jQUEUE_JOIN

PROCESS_VARIABLE_JOIN

public static final java.lang.String PROCESS_VARIABLE_JOIN
Constructor Detail

ProcessSearchingUtil

public ProcessSearchingUtil()
Method Detail

getPofProperty

public static java.lang.String getPofProperty(java.lang.String property)

getJoinName

public static java.lang.String getJoinName(java.lang.String property)