|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jprocessunit.WaitEvent
org.jprocessunit.addon.jpd.TaskWaitEvent
public class TaskWaitEvent
JProcessUnit Wait Event used to wait for a particular WLI Work List task to be created.
| Constructor Summary | |
|---|---|
TaskWaitEvent(TargetTaskInfo taskEventInfo)
The wait event is satisfied as soon as a single task matches the query. |
|
TaskWaitEvent(com.bea.wli.worklist.api.TaskSelector taskSelector)
Deprecated. Please use TaskWaitEvent(TaskQuery) |
|
| Method Summary | |
|---|---|
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)
Deprecated. Please use setTaskQuery(TaskQuery) |
boolean |
waitConditionSatisfied()
The wait condition is satisfied only when a task matching the taskSelector is found. |
| Methods inherited from class org.jprocessunit.WaitEvent |
|---|
assertEvent, setPollingInterval, setTimeOutValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TaskWaitEvent(com.bea.wli.worklist.api.TaskSelector taskSelector)
taskSelector - task selector identifying a single target taskpublic TaskWaitEvent(TargetTaskInfo taskEventInfo)
taskEventInfo - info identifying the target task for this event| 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 boolean waitConditionSatisfied()
waitConditionSatisfied in class WaitEvent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||