Uses of Enum Class
com.comalatech.workflow.model.PageUpdateResetApprovalStatus
Package
Description
This package provide the services for accessing and manipulating Ad hoc Workflows information
This package define the Ad hoc Workflows object model
-
Uses of PageUpdateResetApprovalStatus in com.comalatech.workflow
Modifier and TypeMethodDescriptionWorkflowConfigurationService.getEffectiveResetApprovalStatus
(com.atlassian.confluence.spaces.Space space) Returns the effective "Page Update Reset Approval" setting from a space.WorkflowConfigurationService.getResetApprovalStatus
(com.atlassian.confluence.spaces.Space space) Returns "Page Update Reset Approval" setting from a spaceModifier and TypeMethodDescriptionvoid
WorkflowConfigurationService.setResetApprovalStatus
(com.atlassian.confluence.spaces.Space space, PageUpdateResetApprovalStatus pageUpdateResetApprovalStatus) Sets "Page Update Reset Approval" setting in a space -
Uses of PageUpdateResetApprovalStatus in com.comalatech.workflow.model
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static PageUpdateResetApprovalStatus[]
PageUpdateResetApprovalStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.