|
|||||||||
| 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.TaskStepChangeEvent
org.jprocessunit.addon.jpd.CompleteTaskEvent
public class CompleteTaskEvent
JProcessUnit ActionEvent class used to bring a WLI 8.1 task to a completed state.
| Constructor Summary | |
|---|---|
CompleteTaskEvent(com.bea.wli.worklist.api.TaskSelector taskSelector)
Deprecated. |
|
| Method Summary | |
|---|---|
org.apache.xmlbeans.XmlObject |
getTaskRequest()
Deprecated. Retrieves the request paramter of the target task for this event |
void |
setAssignToUser(java.lang.String userName)
Deprecated. Used when the task has not been assigned to a specific user, in which case the action event first assignes the task to userName and then changes the task step. |
void |
setTaskResponse(java.io.File taskResponse)
Deprecated. Sets the response paramter of the task to which this instance is tied to the XML content of the given file. |
void |
setTaskResponse(java.lang.String taskResponse)
Deprecated. Sets the response paramter of the task to which this instance is tied to the XML content of the given String. |
void |
setTaskSelector(com.bea.wli.worklist.api.TaskSelector taskSelector)
Deprecated. The wait event is satisfied as soon as a single task matches the selector. |
| Methods inherited from class org.jprocessunit.addon.jpd.TaskStepChangeEvent |
|---|
getStringTaskUserProperty, getTaskEventUtil, getXMLTaskUserProperty, performAction, setTaskQuery, setTaskUserProperty, setTaskUserProperty |
| 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 CompleteTaskEvent(com.bea.wli.worklist.api.TaskSelector taskSelector)
| Method Detail |
|---|
public void setAssignToUser(java.lang.String userName)
userName - public void setTaskSelector(com.bea.wli.worklist.api.TaskSelector taskSelector)
taskSelector - task selector identifying a single target taskpublic org.apache.xmlbeans.XmlObject getTaskRequest()
taskResponse - public void setTaskResponse(java.io.File taskResponse)
taskResponse - public void setTaskResponse(java.lang.String taskResponse)
taskResponse -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||