|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TaskDoneEvent
A TaskDoneEvent object is the description of a done activity. Those descriptions are sent to the workflow engine by the workflow tools when the user has done a task in a process instance.
Method Summary | |
---|---|
ProcessModel |
getProcessModel()
Returns the process model (peas). |
boolean |
isResumingAction()
Get the flag to indicate if action comes from a resumed action. |
void |
setProcessInstance(ProcessInstance instance)
Set the process instance. |
void |
setResumingAction(boolean isResumingInstance)
Set a flag to indicate if action comes from a resumed action. |
Methods inherited from interface com.silverpeas.workflow.api.event.GenericEvent |
---|
getActionDate, getActionName, getDataRecord, getProcessInstance, getResolvedState, getUser, getUserRoleName |
Method Detail |
---|
ProcessModel getProcessModel()
void setProcessInstance(ProcessInstance instance)
void setResumingAction(boolean isResumingInstance)
boolean isResumingAction()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |