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 WorkflowWorkflowService. getWorkflow(com.atlassian.confluence.core.ContentEntityObject content)Returns the workflow that is set on a content object (Page, Blogpost).WorkflowWorkflowService. getWorkflow(com.atlassian.confluence.spaces.Space space, java.lang.String workflowName)Returns the space workflow with the given name.WorkflowWorkflowService. loadWorkflow(com.atlassian.confluence.core.ContentEntityObject content, java.lang.String workflowMarkup)Loads the given workflowMarkup into the contentWorkflowWorkflowService. loadWorkflow(com.atlassian.confluence.spaces.Space space, java.lang.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 java.util.List<Workflow>WorkflowService. getActiveWorkflows(com.atlassian.confluence.core.ContentEntityObject content)returns the workflow that is active on the given Content Object (Page, BlogPost)java.util.List<Workflow>WorkflowService. getWorkflows(com.atlassian.confluence.spaces.Space space)Returns the workflows for the given space.java.util.List<Workflow>WorkflowService. getWorkflowTemplates()Deprecated.from 1.3 useWorkflowTemplateManager.getWorkflowTemplates()java.util.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 WorkflowWorkflowChangeEvent. 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 java.util.List<Workflow>LinkedTemplateManager. getLinkedLabelTemplates(java.lang.String label)Returns the global workflows that are linked to a specific space label.java.util.List<Workflow>LinkedTemplateManager. getLinkedTemplates(java.lang.String spaceKey)Get the global workflow templates that are linked to a space.java.util.List<Workflow>WorkflowTemplateManager. getWorkflowTemplates()Returns the global workflow templatesjava.util.List<Workflow>WorkflowTemplateManager. getWorkflowTemplates(com.atlassian.confluence.spaces.Space space)Returns the workflow templates for a given space 
 -