Interface ApprovalEvent

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.atlassian.confluence.pages.AbstractPage getAbstractPage()
      Returns the content (page or blog post) being approved
      java.lang.String getApprovalName()
      Returns the name of the approval being approved
      boolean isPartial()
      Returns true if there are pending users to give their approval, and false if the approval is final
    • Method Detail

      • getApprovalName

        java.lang.String getApprovalName()
        Returns the name of the approval being approved
        Returns:
        the name of the approval being approved
        Since:
        1.0
      • isPartial

        boolean isPartial()
        Returns true if there are pending users to give their approval, and false if the approval is final
        Returns:
        true if partial approval, false if final approval
        Since:
        5.8.0
      • getAbstractPage

        com.atlassian.confluence.pages.AbstractPage getAbstractPage()
        Returns the content (page or blog post) being approved
        Returns:
        the content (page or blog post) being approved
        Since:
        5.8.0