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 Detail

      • 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:
        PartialRejection