Uses of Class
com.comalatech.workflow.model.TasksMode
-
Packages that use TasksMode 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 TasksMode in com.comalatech.workflow
Methods in com.comalatech.workflow that return TasksMode Modifier and Type Method Description TasksModeWorkflowConfigurationService. getEffectiveTasksMode(com.atlassian.confluence.spaces.Space space)Returns the effective "Tasks Mode" setting from a space.TasksModeWorkflowConfigurationService. getTasksMode(com.atlassian.confluence.spaces.Space space)Returns "Tasks Mode" setting from a spaceMethods in com.comalatech.workflow with parameters of type TasksMode Modifier and Type Method Description voidWorkflowConfigurationService. setTasksMode(com.atlassian.confluence.spaces.Space space, TasksMode tasksMode)Sets "Tasks Mode" setting in a space -
Uses of TasksMode in com.comalatech.workflow.model
Methods in com.comalatech.workflow.model that return TasksMode Modifier and Type Method Description static TasksModeTasksMode. valueOf(String name)Returns the enum constant of this type with the specified name.static TasksMode[]TasksMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-