Package com.comalatech.workflow.event
Interface TaskUpdatedEvent
- 
- All Superinterfaces:
 TaskEvent,WorkflowEvent
public interface TaskUpdatedEvent extends TaskEvent, WorkflowEvent
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TaskgetOldTask()Returns the previous version of the task before this update event.- 
Methods inherited from interface com.comalatech.workflow.event.WorkflowEvent
getContent, getState 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getOldTask
Task getOldTask()
Returns the previous version of the task before this update event.- Returns:
 - Task the previous version of the task before this update event. This may return null if the update does not support this method
 
 
 - 
 
 -