Interface TaskUpdatedEvent

All Superinterfaces:
com.atlassian.confluence.event.events.content.Contented, TaskEvent, WorkflowEvent

public interface TaskUpdatedEvent extends TaskEvent, WorkflowEvent
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the previous version of the task before this update event.

    Methods inherited from interface com.atlassian.confluence.event.events.content.Contented

    getContent

    Methods inherited from interface com.comalatech.workflow.event.TaskEvent

    getTask

    Methods inherited from interface com.comalatech.workflow.event.WorkflowEvent

    getState
  • Method Details

    • 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