Uses of Class
com.comalatech.workflow.model.WorkflowVisibility
-
Packages that use WorkflowVisibility 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 WorkflowVisibility in com.comalatech.workflow
Methods in com.comalatech.workflow that return WorkflowVisibility Modifier and Type Method Description WorkflowVisibility
WorkflowConfigurationService. getEffectiveWorkflowVisibility(com.atlassian.confluence.spaces.Space space)
Returns the effective "Workflow Activity and Drafts Visibility" setting from a space.WorkflowVisibility
WorkflowConfigurationService. getWorkflowVisibility(com.atlassian.confluence.spaces.Space space)
Returns "Workflow Activity and Drafts Visibility" setting for the given spaceMethods in com.comalatech.workflow with parameters of type WorkflowVisibility Modifier and Type Method Description void
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
Methods in com.comalatech.workflow.model that return WorkflowVisibility Modifier and Type Method Description static WorkflowVisibility
WorkflowVisibility. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static WorkflowVisibility[]
WorkflowVisibility. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-