|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jprocessunit.addon.jpd.util.TaskEventUtil
public class TaskEventUtil
| Field Summary | |
|---|---|
static java.lang.String |
WLI81_COMPLETED_STEP
|
static java.lang.String |
WLI81_STARTED_STEP
|
static java.lang.String |
WLI81_TASKPLAN_APPLICATION
|
static java.lang.String |
WLI81_TASKPLAN_PATH
|
static float |
WLI81_TASKPLAN_VERSION
|
static java.lang.String |
WLI81_TASKREQUEST_PROPERTY
|
static java.lang.String |
WLI81_TASKRESPONSE_PROPERTY
|
| Constructor Summary | |
|---|---|
TaskEventUtil(TargetTaskInfo taskEventInfo)
The wait event is satisfied as soon as a single task matches the query. |
|
TaskEventUtil(com.bea.wli.worklist.api.TaskSelector taskSelector)
Utility for task events. |
|
| Method Summary | |
|---|---|
java.lang.String[] |
getAllTaskIds()
Returns a list of all of the tasks matching this instance's query |
java.lang.String |
getTaskId()
Returns the one and only task matching this instance's query. |
com.bea.wli.worklist.api.PropertyInstance |
getTaskProperty(java.lang.String propertyName)
Returns the PropertyInstance associted with the propertyName for the target task's task plan. |
com.bea.wli.worklist.api.TaskQuery |
getTaskQuery()
|
com.bea.wli.worklist.api.WorklistContext |
getWorklistContext()
|
void |
setTaskQuery(com.bea.wli.worklist.api.TaskQuery taskQuery)
The wait event is satisfied as soon as a single task matches the query. |
void |
setTaskSelector(com.bea.wli.worklist.api.TaskSelector taskSelector)
The wait event is satisfied as soon as a single task matches the selector. |
void |
setWorklistContext(com.bea.wli.worklist.api.WorklistContext worklistContext)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String WLI81_TASKPLAN_PATH
public static final float WLI81_TASKPLAN_VERSION
public static final java.lang.String WLI81_TASKPLAN_APPLICATION
public static final java.lang.String WLI81_COMPLETED_STEP
public static final java.lang.String WLI81_STARTED_STEP
public static final java.lang.String WLI81_TASKRESPONSE_PROPERTY
public static final java.lang.String WLI81_TASKREQUEST_PROPERTY
| Constructor Detail |
|---|
public TaskEventUtil(com.bea.wli.worklist.api.TaskSelector taskSelector)
taskSelector - task selector identifying a single target taskpublic TaskEventUtil(TargetTaskInfo taskEventInfo)
taskQuery - task query matching a single target tasktaskPlanPath - the path of the task plan for the targeted task *taskPlanVersion - the version of the task plan for the targeted taskapplicationName - name of the application containing the targeted task plan| Method Detail |
|---|
public void setTaskSelector(com.bea.wli.worklist.api.TaskSelector taskSelector)
taskSelector - task selector identifying a single target taskpublic void setTaskQuery(com.bea.wli.worklist.api.TaskQuery taskQuery)
taskQuery - public com.bea.wli.worklist.api.PropertyInstance getTaskProperty(java.lang.String propertyName)
Name - of target propertypublic java.lang.String getTaskId()
public java.lang.String[] getAllTaskIds()
public com.bea.wli.worklist.api.TaskQuery getTaskQuery()
public com.bea.wli.worklist.api.WorklistContext getWorklistContext()
public void setWorklistContext(com.bea.wli.worklist.api.WorklistContext worklistContext)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||