Uses of Class
com.comalatech.workflow.model.PageUpdateResetApprovalStatus
-
Packages that use PageUpdateResetApprovalStatus Package Description com.comalatech.workflow This package provide the services for accessing and manipulating Ad hoc Workflows informationcom.comalatech.workflow.model This package define the Ad hoc Workflows object model -
-
Uses of PageUpdateResetApprovalStatus in com.comalatech.workflow
Methods in com.comalatech.workflow that return PageUpdateResetApprovalStatus Modifier and Type Method 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 spaceMethods in com.comalatech.workflow with parameters of type PageUpdateResetApprovalStatus Modifier and Type Method Description void
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 PageUpdateResetApprovalStatus Modifier and Type Method Description static PageUpdateResetApprovalStatus
PageUpdateResetApprovalStatus. valueOf(java.lang.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.
-