Interface ApprovalApprovedEvent

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

    public interface ApprovalApprovedEvent
    extends ApprovalEvent
    The ApprovalApprovedEvent is fired when a partial or final approval is given
    Since:
    5.8
    • Method Detail

      • getApproval

        Approval getApproval()
        Provides the approval given. If other approvers are require, then the approval is partial
        Returns:
        the approval given.
        See Also:
        PartialApproval