Package | Description |
---|---|
com.comalatech.workflow |
This package provide the services for accessing and manipulating Ad hoc Workflows information
|
com.comalatech.workflow.model |
This package define the Ad hoc Workflows object model
|
Modifier and Type | Method and Description |
---|---|
PageUpdateResetApprovalStatus |
WorkflowConfigurationService.getEffectiveResetApprovalStatus(com.atlassian.confluence.spaces.Space space)
Returns the effective "Page Update Reset Approval" setting from a space.
|
PageUpdateResetApprovalStatus |
WorkflowConfigurationService.getResetApprovalStatus(com.atlassian.confluence.spaces.Space space)
Returns "Page Update Reset Approval" setting from a space
|
Modifier and Type | Method and Description |
---|---|
void |
WorkflowConfigurationService.setResetApprovalStatus(com.atlassian.confluence.spaces.Space space,
PageUpdateResetApprovalStatus pageUpdateResetApprovalStatus)
Sets "Page Update Reset Approval" setting in a space
|
Modifier and Type | Method and Description |
---|---|
static PageUpdateResetApprovalStatus |
PageUpdateResetApprovalStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PageUpdateResetApprovalStatus[] |
PageUpdateResetApprovalStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021 Comala Technology Solutions, Inc.. All rights reserved.