Uses of Enum Class
com.comalatech.workflow.model.WorkflowVisibility
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 WorkflowVisibility in com.comalatech.workflow
Modifier and TypeMethodDescriptionWorkflowConfigurationService.getEffectiveWorkflowVisibility
(com.atlassian.confluence.spaces.Space space) Returns the effective "Workflow Activity and Drafts Visibility" setting from a space.WorkflowConfigurationService.getWorkflowVisibility
(com.atlassian.confluence.spaces.Space space) Returns "Workflow Activity and Drafts Visibility" setting for the given spaceModifier and TypeMethodDescriptionvoid
WorkflowConfigurationService.setWorkflowVisibility
(com.atlassian.confluence.spaces.Space space, WorkflowVisibility visibility) Sets "Workflow Activity and Drafts Visibility" setting in a space -
Uses of WorkflowVisibility in com.comalatech.workflow.model
Modifier and TypeMethodDescriptionstatic WorkflowVisibility
Returns the enum constant of this class with the specified name.static WorkflowVisibility[]
WorkflowVisibility.values()
Returns an array containing the constants of this enum class, in the order they are declared.