Uses of Interface
com.comalatech.workflow.model.Workflow
Package
Description
This package provide the services for accessing and manipulating Ad hoc Workflows information
-
Uses of Workflow in com.comalatech.workflow
Modifier and TypeMethodDescriptionWorkflowService.getWorkflow
(com.atlassian.confluence.core.ContentEntityObject content) Returns the workflow that is set on a content object (Page, Blogpost).WorkflowService.getWorkflow
(com.atlassian.confluence.spaces.Space space, String workflowName) Returns the space workflow with the given name.WorkflowService.loadWorkflow
(com.atlassian.confluence.core.ContentEntityObject content, String workflowMarkup) Loads the given workflowMarkup into the contentWorkflowService.loadWorkflow
(com.atlassian.confluence.spaces.Space space, String workflowMarkup) Loads the given workflowMarkup as a space workflow.Modifier and TypeMethodDescriptionWorkflowService.getActiveWorkflows
(com.atlassian.confluence.core.ContentEntityObject content) returns the workflow that is active on the given Content Object (Page, BlogPost)WorkflowService.getWorkflows
(com.atlassian.confluence.spaces.Space space) Returns the workflows for the given space.WorkflowService.getWorkflowTemplates()
Deprecated.WorkflowService.getWorkflowTemplates
(com.atlassian.confluence.spaces.Space space) Deprecated.from 1.3 useWorkflowTemplateManager.getWorkflowTemplates(Space)
-
Uses of Workflow in com.comalatech.workflow.event.admin
-
Uses of Workflow in com.comalatech.workflow.template
Modifier and TypeMethodDescriptionLinkedTemplateManager.getLinkedLabelTemplates
(String label) Returns the global workflows that are linked to a specific space label.LinkedTemplateManager.getLinkedTemplates
(String spaceKey) Get the global workflow templates that are linked to a space.WorkflowTemplateManager.getWorkflowTemplates()
Returns the global workflow templatesWorkflowTemplateManager.getWorkflowTemplates
(com.atlassian.confluence.spaces.Space space) Returns the workflow templates for a given space
WorkflowTemplateManager.getWorkflowTemplates()