Interface ContentRejectEvent

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

public interface ContentRejectEvent extends WorkflowEvent
This event is fired when a content object is rejected
  • Method Summary

    Modifier and Type
    Method
    Description
    Provides the rejection given.

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

    getContent

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

    getState
  • Method Details

    • getRejection

      Rejection getRejection()
      Provides the rejection given. If the rejection is not definitive, then it is a partial rejection
      Returns:
      the rejection given.
      See Also: