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 Summary

    Modifier and Type
    Method
    Description
    Provides the approval given.

    Methods inherited from interface com.comalatech.workflow.event.approval.ApprovalEvent

    getAbstractPage, getApprovalName, isPartial

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

    getContent

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

    getState
  • Method Details

    • getApproval

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