Uses of Interface
com.atlassian.jira.bc.workflow.WorkflowService

Packages that use WorkflowService
com.atlassian.jira.bc.workflow   
com.atlassian.jira.web.action.admin.workflow   
 

Uses of WorkflowService in com.atlassian.jira.bc.workflow
 

Classes in com.atlassian.jira.bc.workflow that implement WorkflowService
 class DefaultWorkflowService
          Default workflow service implementation.
 

Uses of WorkflowService in com.atlassian.jira.web.action.admin.workflow
 

Fields in com.atlassian.jira.web.action.admin.workflow declared as WorkflowService
protected  WorkflowService AbstractWorkflowStep.workflowService
           
protected  WorkflowService AbstractWorkflowTransition.workflowService
           
protected  WorkflowService AbstractWorkflowTransitionAction.workflowService
           
 

Constructors in com.atlassian.jira.web.action.admin.workflow with parameters of type WorkflowService
AbstractAddWorkflowTransitionDescriptor(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginAccessor pluginAccessor, WorkflowService workflowService)
           
AbstractAddWorkflowTransitionDescriptor(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginAccessor pluginAccessor, WorkflowService workflowService)
           
AbstractAddWorkflowTransitionDescriptorParams(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginAccessor pluginAccessor, WorkflowService workflowService)
           
AbstractAddWorkflowTransitionDescriptorParams(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginAccessor pluginAccessor, WorkflowService workflowService)
           
AbstractDeleteWorkflowTransitionDescriptor(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginAccessor pluginAccessor, WorkflowService workflowService)
           
AbstractDeleteWorkflowTransitionDescriptor(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginAccessor pluginAccessor, WorkflowService workflowService)
           
AbstractEditWorkflowTransitionDescriptorParams(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginAccessor pluginAccessor, WorkflowService workflowService)
           
AbstractEditWorkflowTransitionDescriptorParams(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginAccessor pluginAccessor, WorkflowService workflowService)
           
AbstractViewWorkflowMetaAttributes(JiraWorkflow workflow, WorkflowService workflowService)
           
AbstractWorkflowStep(JiraWorkflow workflow, ConstantsManager constantsManager, WorkflowService workflowService)
           
AbstractWorkflowTransition(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, WorkflowService workflowService)
           
AbstractWorkflowTransition(JiraWorkflow workflow, WorkflowService workflowService)
           
AbstractWorkflowTransitionAction(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginAccessor pluginAccessor, WorkflowService workflowService)
           
AbstractWorkflowTransitionAction(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginAccessor pluginAccessor, WorkflowService workflowService)
           
AddWorkflowTransition(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.atlassian.plugin.PluginAccessor pluginAccessor, FieldScreenManager fieldScreenManager, WorkflowService workflowService)
           
AddWorkflowTransitionCondition(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginAccessor pluginAccessor, WorkflowService workflowService)
           
AddWorkflowTransitionCondition(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginAccessor pluginAccessor, WorkflowService workflowService)
           
AddWorkflowTransitionConditionParams(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginAccessor pluginAccessor, WorkflowService workflowService)
           
AddWorkflowTransitionConditionParams(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginAccessor pluginAccessor, WorkflowService workflowService)
           
AddWorkflowTransitionFunctionParams(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginAccessor pluginAccessor, WorkflowService workflowService)
           
AddWorkflowTransitionFunctionParams(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginAccessor pluginAccessor, WorkflowService workflowService)
           
AddWorkflowTransitionPostFunction(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginAccessor pluginAccessor, WorkflowService workflowService)
           
AddWorkflowTransitionPostFunction(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginAccessor pluginAccessor, WorkflowService workflowService)
           
AddWorkflowTransitionValidator(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginAccessor pluginAccessor, WorkflowService workflowService)
           
AddWorkflowTransitionValidator(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginAccessor pluginAccessor, WorkflowService workflowService)
           
AddWorkflowTransitionValidatorParams(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginAccessor pluginAccessor, WorkflowService workflowService)
           
AddWorkflowTransitionValidatorParams(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginAccessor pluginAccessor, WorkflowService workflowService)
           
CloneWorkflow(JiraWorkflow workflow, WorkflowService workflowService)
           
CreateDraftWorkflow(WorkflowService workflowService)
           
DeleteWorkflowStep(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, WorkflowService workflowService, ConstantsManager constantsManager)
           
DeleteWorkflowTransitionCondition(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginAccessor pluginAccessor, WorkflowService workflowService)
           
DeleteWorkflowTransitionCondition(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginAccessor pluginAccessor, WorkflowService workflowService)
           
DeleteWorkflowTransitionPostFunction(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginAccessor pluginAccessor, WorkflowService workflowService)
           
DeleteWorkflowTransitionPostFunction(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginAccessor pluginAccessor, WorkflowService workflowService)
           
DeleteWorkflowTransitions(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, WorkflowService workflowService)
           
DeleteWorkflowTransitionValidator(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginAccessor pluginAccessor, WorkflowService workflowService)
           
DeleteWorkflowTransitionValidator(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginAccessor pluginAccessor, WorkflowService workflowService)
           
EditWorkflow(JiraWorkflow jiraWorkflow, WorkflowService workflowService)
           
EditWorkflowStep(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, ConstantsManager constantsManager, WorkflowService workflowService)
           
EditWorkflowTransition(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor action, FieldScreenManager fieldScreenManager, WorkflowService workflowService)
           
EditWorkflowTransition(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor action, FieldScreenManager fieldScreenManager, WorkflowService workflowService)
           
EditWorkflowTransitionConditionParams(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginAccessor pluginAccessor, WorkflowService workflowService)
           
EditWorkflowTransitionConditionParams(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginAccessor pluginAccessor, WorkflowService workflowService)
           
EditWorkflowTransitionPostFunctionParams(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginAccessor pluginAccessor, WorkflowService workflowService)
           
EditWorkflowTransitionPostFunctionParams(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginAccessor pluginAccessor, WorkflowService workflowService)
           
EditWorkflowTransitionValidatorParams(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginAccessor pluginAccessor, WorkflowService workflowService)
           
EditWorkflowTransitionValidatorParams(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginAccessor pluginAccessor, WorkflowService workflowService)
           
PublishDraftWorkflow(WorkflowService workflowService, JiraWorkflow jiraWorkflow)
           
ViewWorkflowStep(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, ConstantsManager constantsManager, WorkflowService workflowService)
           
ViewWorkflowStepMetaAttributes(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, WorkflowService workflowService)
           
ViewWorkflowSteps(JiraWorkflow workflow, ConstantsManager constantsManager, WorkflowService workflowService)
           
ViewWorkflowTransition(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginAccessor pluginAccessor, ConstantsManager constantsManager, CollectionReorderer collectionReorderer, WorkflowService workflowService)
           
ViewWorkflowTransition(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginAccessor pluginAccessor, ConstantsManager constantsManager, CollectionReorderer collectionReorderer, WorkflowService workflowService)
           
ViewWorkflowTransitionConditionalResult(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginAccessor pluginAccessor, WorkflowService workflowService)
           
ViewWorkflowTransitionConditionalResult(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginAccessor pluginAccessor, WorkflowService workflowService)
           
ViewWorkflowTransitionMetaAttributes(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor transition, WorkflowService workflowService)
           
ViewWorkflowTransitionMetaAttributes(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition, WorkflowService workflowService)
           
 



Copyright © 2002-2010 Atlassian. All Rights Reserved.