Package com.comalatech.workflow.event
Interface TaskCompleteEvent
-
- All Superinterfaces:
com.atlassian.confluence.event.events.content.Contented,TaskEvent,WorkflowEvent
public interface TaskCompleteEvent extends WorkflowEvent, TaskEvent
This event is fired when a task is completed
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletiongetCompletion()Retrieves the task completion-
Methods inherited from interface com.comalatech.workflow.event.WorkflowEvent
getState
-
-
-
-
Method Detail
-
getCompletion
Completion getCompletion()
Retrieves the task completion- Returns:
- the task completion
-
-