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