|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jprocessunit.ActionEvent
org.jprocessunit.addon.jpd.DeleteTaskEvent
public class DeleteTaskEvent
JProcessUnit ActionEvent class used to delete a WLI task.
| Constructor Summary | |
|---|---|
DeleteTaskEvent(com.bea.wli.worklist.api.TaskSelector taskSelector)
The wait event is satisfied as soon as a single task matches the selector. |
|
| Method Summary | |
|---|---|
void |
performAction()
This method ensures that the first task matched by taskSelector is deleted. |
void |
setTaskSelector(com.bea.wli.worklist.api.TaskSelector taskSelector)
The action event is executed on the first task matches the selector. |
| Methods inherited from class org.jprocessunit.ActionEvent |
|---|
assertEvent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeleteTaskEvent(com.bea.wli.worklist.api.TaskSelector taskSelector)
taskSelector - | Method Detail |
|---|
public void setTaskSelector(com.bea.wli.worklist.api.TaskSelector taskSelector)
taskSelector - public void performAction()
performAction in class ActionEvent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||