Uses of Enum Class
com.comalatech.workflow.model.PageUpdateResetApprovalStatus
Packages that use 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
Methods in com.comalatech.workflow that return PageUpdateResetApprovalStatusModifier 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 spaceMethods in com.comalatech.workflow with parameters of type PageUpdateResetApprovalStatusModifier 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
Methods in com.comalatech.workflow.model that return PageUpdateResetApprovalStatusModifier 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.