org.jprocessunit.addon.jpd.util
Class TaskEventInfo
java.lang.Object
org.jprocessunit.addon.jpd.util.TaskEventInfo
public class TaskEventInfo
- extends java.lang.Object
|
Constructor Summary |
TaskEventInfo(com.bea.wli.worklist.api.TaskQuery taskQuery,
java.lang.String applicationName,
float taskPlanVersion,
java.lang.String taskPlanPath)
The wait event is satisfied as soon as a single task matches the query. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskEventInfo
public TaskEventInfo(com.bea.wli.worklist.api.TaskQuery taskQuery,
java.lang.String applicationName,
float taskPlanVersion,
java.lang.String taskPlanPath)
- The wait event is satisfied as soon as a single task matches the query.
- Parameters:
taskQuery - task query matching a single target tasktaskPlanPath - the path of the task plan for the targeted taskapplicationName - name of the application containing the targeted task plantaskPlanVersion - the version of the task plan for the targeted task
getApplicationName
public java.lang.String getApplicationName()
setApplicationName
public void setApplicationName(java.lang.String applicationName)
getTaskPlanVersion
public float getTaskPlanVersion()
setTaskPlanVersion
public void setTaskPlanVersion(float taskPlanVersion)
getTaskPlanPath
public java.lang.String getTaskPlanPath()
setTaskPlanPath
public void setTaskPlanPath(java.lang.String taskPlanPath)
getTaskQuery
public com.bea.wli.worklist.api.TaskQuery getTaskQuery()
setTaskQuery
public void setTaskQuery(com.bea.wli.worklist.api.TaskQuery taskQuery)
JProcessUnit API