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 |
---|---|
Rejection |
ApprovalService.reject(com.atlassian.confluence.core.ContentEntityObject content,
String name,
String userName,
String password,
String comment)
Rejects the content
|
Modifier and Type | Method and Description |
---|---|
Rejection |
ContentRejectEvent.getRejection()
Provides the rejection given.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PartialRejection
Represents a partial rejection: there is at least one person who has given the same named approval
|
Modifier and Type | Method and Description |
---|---|
List<Rejection> |
State.getRejections()
Deprecated.
use
StateApproval.getApprovals() instead and check Approval.isApproved() is false. |
Copyright © 2021 Comala Technology Solutions, Inc.. All rights reserved.