Package | Description |
---|---|
com.comalatech.workflow |
This package provide the services for accessing and manipulating Ad hoc Workflows information
|
com.comalatech.workflow.event |
This package define the workflow related events
|
com.comalatech.workflow.model |
This package define the Ad hoc Workflows object model
|
Modifier and Type | Method and Description |
---|---|
Approval |
ApprovalService.approve(com.atlassian.confluence.core.ContentEntityObject content,
String name,
String userName,
String password,
String comment)
Approves the content.
|
Modifier and Type | Method and Description |
---|---|
Approval |
ContentApproveEvent.getApproval()
Provides the approval given.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PartialApproval
Represents a partial approval: approvals from other approvers are still required
|
Modifier and Type | Method and Description |
---|---|
List<Approval> |
State.getApprovals()
Deprecated.
use
StateApproval.getApprovals() instead and check isApproved() is true. |
List<Approval> |
StateApproval.getApprovals()
Returns a list of all approve and reject activities on this approval.
|
Copyright © 2021 Comala Technology Solutions, Inc.. All rights reserved.