Uses of Interface
com.comalatech.workflow.model.Rejection
-
Packages that use Rejection 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 Rejection in com.comalatech.workflow
Methods in com.comalatech.workflow that return Rejection Modifier and Type Method Description Rejection
ApprovalService. reject(com.atlassian.confluence.core.ContentEntityObject content, java.lang.String name, java.lang.String userName, java.lang.String password, java.lang.String comment)
Rejects the content -
Uses of Rejection in com.comalatech.workflow.event
Methods in com.comalatech.workflow.event that return Rejection Modifier and Type Method Description Rejection
ContentRejectEvent. getRejection()
Provides the rejection given. -
Uses of Rejection in com.comalatech.workflow.model
Subinterfaces of Rejection in com.comalatech.workflow.model Modifier and Type Interface Description interface
PartialRejection
Represents a partial rejection: there is at least one person who has given the same named approvalMethods in com.comalatech.workflow.model that return types with arguments of type Rejection Modifier and Type Method Description java.util.List<Rejection>
State. getRejections()
Deprecated.useStateApproval.getApprovals()
instead and checkApproval.isApproved()
is false.
-