Uses of Interface
com.comalatech.workflow.model.Approval
-
Packages that use Approval Package Description com.comalatech.workflow This package provide the services for accessing and manipulating Ad hoc Workflows informationcom.comalatech.workflow.event This package define the workflow related eventscom.comalatech.workflow.model This package define the Ad hoc Workflows object model -
-
Uses of Approval in com.comalatech.workflow
Methods in com.comalatech.workflow that return Approval Modifier and Type Method Description Approval
ApprovalService. approve(com.atlassian.confluence.core.ContentEntityObject content, java.lang.String name, java.lang.String userName, java.lang.String password, java.lang.String comment)
Approves the content. -
Uses of Approval in com.comalatech.workflow.event
Methods in com.comalatech.workflow.event that return Approval Modifier and Type Method Description Approval
ContentApproveEvent. getApproval()
Provides the approval given. -
Uses of Approval in com.comalatech.workflow.model
Subinterfaces of Approval in com.comalatech.workflow.model Modifier and Type Interface Description interface
PartialApproval
Represents a partial approval: approvals from other approvers are still requiredMethods in com.comalatech.workflow.model that return types with arguments of type Approval Modifier and Type Method Description java.util.List<Approval>
State. getApprovals()
Deprecated.useStateApproval.getApprovals()
instead and checkisApproved()
is true.java.util.List<Approval>
StateApproval. getApprovals()
Returns a list of all approve and reject activities on this approval.
-