Interface StateChangeEvent

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

public interface StateChangeEvent extends WorkflowEvent
This event is fired when the state of a content object is changed
  • Method Summary

    Modifier and Type
    Method
    Description
    Provides the preceding state

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

    getContent

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

    getState
  • Method Details

    • getPreviousEvent

      State getPreviousEvent()
      Provides the preceding state
      Returns:
      the preceding state, or null if none exists