Uses of Interface
com.atlassian.jira.workflow.JiraWorkflow

Packages that use JiraWorkflow
com.atlassian.jira.bulkedit.operation   
com.atlassian.jira.upgrade.tasks   
com.atlassian.jira.web.action.admin.issuetypes   
com.atlassian.jira.web.action.admin.workflow   
com.atlassian.jira.web.action.admin.workflow.professional   
com.atlassian.jira.web.action.admin.workflow.scheme   
com.atlassian.jira.web.action.issue   
com.atlassian.jira.web.action.issue.bulkedit   
com.atlassian.jira.web.action.issue.enterprise   
com.atlassian.jira.web.bean   
com.atlassian.jira.workflow   
 

Uses of JiraWorkflow in com.atlassian.jira.bulkedit.operation
 

Methods in com.atlassian.jira.bulkedit.operation that return JiraWorkflow
 JiraWorkflow BulkMoveOperation.getWorkflowForType(Long projectId, String issueTypeId)
           
 

Uses of JiraWorkflow in com.atlassian.jira.upgrade.tasks
 

Methods in com.atlassian.jira.upgrade.tasks with parameters of type JiraWorkflow
(package private)  boolean UpgradeTask_Build155.upgradeWorkflow(JiraWorkflow workflow)
           
(package private)  void UpgradeTask_Build155.saveWorkflow(JiraWorkflow workflow)
           
 

Uses of JiraWorkflow in com.atlassian.jira.web.action.admin.issuetypes
 

Fields in com.atlassian.jira.web.action.admin.issuetypes declared as JiraWorkflow
(package private)  JiraWorkflow DeleteIssueType.workflow
           
 

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

Fields in com.atlassian.jira.web.action.admin.workflow declared as JiraWorkflow
(package private)  JiraWorkflow DeleteWorkflowStep.workflow
           
 

Methods in com.atlassian.jira.web.action.admin.workflow that return JiraWorkflow
 JiraWorkflow ViewWorkflowXml.getWorkflow()
           
 JiraWorkflow ViewWorkflowStep.getWorkflow()
           
 JiraWorkflow ListWorkflows.getWorkflow()
           
 JiraWorkflow DeleteWorkflowTransitions.getWorkflow()
           
 JiraWorkflow DeleteWorkflowStep.getWorkflow()
           
 JiraWorkflow CloneWorkflow.getWorkflow()
           
 JiraWorkflow AbstractWorkflowTransitionAction.getWorkflow()
           
 JiraWorkflow AbstractWorkflowTransition.getWorkflow()
           
 JiraWorkflow AbstractWorkflowStep.getWorkflow()
           
 JiraWorkflow AbstractViewWorkflowMetaAttributes.getWorkflow()
           
 

Methods in com.atlassian.jira.web.action.admin.workflow with parameters of type JiraWorkflow
 Collection ListWorkflows.getSchemesForWorkflow(JiraWorkflow workflow)
           
 

Constructors in com.atlassian.jira.web.action.admin.workflow with parameters of type JiraWorkflow
ViewWorkflowXml(JiraWorkflow workflow, ApplicationProperties applicationProperties)
           
ViewWorkflowTransitionMetaAttributes(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition)
           
ViewWorkflowTransitionMetaAttributes(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor transition)
           
ViewWorkflowTransitionConditionalResult(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginManager pluginManager)
           
ViewWorkflowTransitionConditionalResult(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginManager pluginManager)
           
ViewWorkflowTransition(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginManager pluginManager, ConstantsManager constantsManager, CollectionReorderer collectionReorderer)
           
ViewWorkflowTransition(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginManager pluginManager, ConstantsManager constantsManager, CollectionReorderer collectionReorderer)
           
ViewWorkflowSteps(JiraWorkflow workflow, ConstantsManager constantsManager)
           
ViewWorkflowStepMetaAttributes(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step)
           
ViewWorkflowStep(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, ConstantsManager constantsManager)
           
EditWorkflowTransitionValidatorParams(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginManager pluginManager)
           
EditWorkflowTransitionValidatorParams(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginManager pluginManager)
           
EditWorkflowTransitionPostFunctionParams(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginManager pluginManager)
           
EditWorkflowTransitionPostFunctionParams(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginManager pluginManager)
           
EditWorkflowTransitionConditionParams(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginManager pluginManager)
           
EditWorkflowTransitionConditionParams(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginManager pluginManager)
           
EditWorkflowTransition(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor action, FieldScreenManager fieldScreenManager)
           
EditWorkflowTransition(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor action, FieldScreenManager fieldScreenManager)
           
EditWorkflowStep(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, ConstantsManager constantsManager)
           
DeleteWorkflowTransitions(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step)
           
DeleteWorkflowTransitionValidator(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginManager pluginManager)
           
DeleteWorkflowTransitionValidator(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginManager pluginManager)
           
DeleteWorkflowTransitionPostFunction(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginManager pluginManager)
           
DeleteWorkflowTransitionPostFunction(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginManager pluginManager)
           
DeleteWorkflowTransitionCondition(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginManager pluginManager)
           
DeleteWorkflowTransitionCondition(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginManager pluginManager)
           
DeleteWorkflowStep(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step)
           
CloneWorkflow(JiraWorkflow workflow, WorkflowManager workflowManager)
           
AddWorkflowTransitionValidatorParams(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginManager pluginManager)
           
AddWorkflowTransitionValidatorParams(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginManager pluginManager)
           
AddWorkflowTransitionValidator(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginManager pluginManager)
           
AddWorkflowTransitionValidator(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginManager pluginManager)
           
AddWorkflowTransitionPostFunction(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginManager pluginManager)
           
AddWorkflowTransitionPostFunction(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginManager pluginManager)
           
AddWorkflowTransitionFunctionParams(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginManager pluginManager)
           
AddWorkflowTransitionFunctionParams(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginManager pluginManager)
           
AddWorkflowTransitionConditionParams(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginManager pluginManager)
           
AddWorkflowTransitionConditionParams(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginManager pluginManager)
           
AddWorkflowTransitionCondition(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginManager pluginManager)
           
AddWorkflowTransitionCondition(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginManager pluginManager)
           
AddWorkflowTransition(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.atlassian.plugin.PluginManager pluginManager, FieldScreenManager fieldScreenManager)
           
AbstractWorkflowTransitionAction(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginManager pluginManager)
           
AbstractWorkflowTransitionAction(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginManager pluginManager)
           
AbstractWorkflowTransition(JiraWorkflow workflow)
           
AbstractWorkflowTransition(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step)
           
AbstractWorkflowStep(JiraWorkflow workflow, ConstantsManager constantsManager)
           
AbstractViewWorkflowMetaAttributes(JiraWorkflow workflow)
           
AbstractEditWorkflowTransitionDescriptorParams(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginManager pluginManager)
           
AbstractEditWorkflowTransitionDescriptorParams(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginManager pluginManager)
           
AbstractDeleteWorkflowTransitionDescriptor(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginManager pluginManger)
           
AbstractDeleteWorkflowTransitionDescriptor(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginManager pluginManger)
           
AbstractAddWorkflowTransitionDescriptorParams(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginManager pluginManager)
           
AbstractAddWorkflowTransitionDescriptorParams(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginManager pluginManager)
           
AbstractAddWorkflowTransitionDescriptor(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginManager pluginManager)
           
AbstractAddWorkflowTransitionDescriptor(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginManager pluginManager)
           
 

Uses of JiraWorkflow in com.atlassian.jira.web.action.admin.workflow.professional
 

Fields in com.atlassian.jira.web.action.admin.workflow.professional declared as JiraWorkflow
(package private)  JiraWorkflow ProWorkflowMigrationManager.existingWorkflow
           
(package private)  JiraWorkflow ProWorkflowMigrationManager.targetWorkflow
           
 

Uses of JiraWorkflow in com.atlassian.jira.web.action.admin.workflow.scheme
 

Methods in com.atlassian.jira.web.action.admin.workflow.scheme that return JiraWorkflow
 JiraWorkflow SelectProjectWorkflowSchemeStep2.getTargetWorkflow(org.ofbiz.core.entity.GenericValue issueType)
           
 JiraWorkflow SelectProjectWorkflowSchemeStep2.getExistingWorkflow(org.ofbiz.core.entity.GenericValue issueType)
           
 JiraWorkflow EditWorkflowSchemeEntities.getWorkflow(String workflow)
           
 JiraWorkflow DeleteWorkflowSchemeEntity.getWorkflow()
           
 

Uses of JiraWorkflow in com.atlassian.jira.web.action.issue
 

Methods in com.atlassian.jira.web.action.issue that return JiraWorkflow
 JiraWorkflow ViewIssue.getJiraWorkflow()
           
 JiraWorkflow MoveIssue.getTargetWorkflow()
           
 JiraWorkflow MoveIssue.getCurrentWorkflow()
           
 JiraWorkflow MoveIssue.getWorkflowForType(Long projectId, String issueTypeId)
           
 

Methods in com.atlassian.jira.web.action.issue with parameters of type JiraWorkflow
protected  void MoveIssueConfirm.migrateIssueToWorkflow(org.ofbiz.core.entity.GenericValue issue, String oldIssueType, JiraWorkflow targetWorkflow, org.ofbiz.core.entity.GenericValue targetStatus)
          Migrate the specified issue to the specified workflow, specified status and target type.
 

Uses of JiraWorkflow in com.atlassian.jira.web.action.issue.bulkedit
 

Methods in com.atlassian.jira.web.action.issue.bulkedit that return JiraWorkflow
 JiraWorkflow BulkMove.getWorkflowForType(Long projectId, String issueTypeId)
           
 

Uses of JiraWorkflow in com.atlassian.jira.web.action.issue.enterprise
 

Methods in com.atlassian.jira.web.action.issue.enterprise that return JiraWorkflow
 JiraWorkflow MoveIssueUpdateWorkflow.getSubTaskTargetWorkflow(String subTaskTypeID)
           
 JiraWorkflow MoveIssueUpdateWorkflow.getTaskTargetWorkflow(org.ofbiz.core.entity.GenericValue taskType)
           
 JiraWorkflow MoveIssueUpdateWorkflow.getTaskCurrentWorkflow(org.ofbiz.core.entity.GenericValue taskType)
           
 

Methods in com.atlassian.jira.web.action.issue.enterprise with parameters of type JiraWorkflow
 Collection MoveIssueUpdateWorkflow.getTasksByStatusWorkflowType(String statusId, JiraWorkflow workflow, String typeId)
           
 

Uses of JiraWorkflow in com.atlassian.jira.web.bean
 

Methods in com.atlassian.jira.web.bean that return JiraWorkflow
 JiraWorkflow BulkEditBean.getTargetWorkflow()
           
 JiraWorkflow BulkEditBean.getTargetWorkflowByType(String issueTypeId)
           
 

Uses of JiraWorkflow in com.atlassian.jira.workflow
 

Classes in com.atlassian.jira.workflow that implement JiraWorkflow
 class AbstractJiraWorkflow
           
 class ConfigurableJiraWorkflow
           
 class DefaultJiraWorkflow
           
 

Methods in com.atlassian.jira.workflow that return JiraWorkflow
 JiraWorkflow WorkflowManager.getWorkflow(String name)
          Retrieve a single workflow by name
 JiraWorkflow WorkflowManager.getWorkflow(org.ofbiz.core.entity.GenericValue issue)
          Retrieve the workflow for a given issue.
 JiraWorkflow WorkflowManager.getWorkflow(Issue issue)
          Retrieve the workflow for a given issue.
 JiraWorkflow WorkflowManager.getWorkflow(Long projectId, String issueTypeId)
          Retrieve the workflow for a given project - issue type pair.
 JiraWorkflow WorkflowManager.getWorkflowFromScheme(org.ofbiz.core.entity.GenericValue scheme, String issueTypeId)
          Return the workflow in a particular scheme for a given issue type.
 JiraWorkflow SimpleWorkflowManager.getWorkflow(String name)
           
 JiraWorkflow SimpleWorkflowManager.getWorkflow(org.ofbiz.core.entity.GenericValue issue)
           
 JiraWorkflow SimpleWorkflowManager.getWorkflow(Issue issue)
           
 JiraWorkflow SimpleWorkflowManager.getWorkflow(Long projectId, String issueTypeId)
           
 JiraWorkflow SimpleWorkflowManager.getWorkflowFromScheme(org.ofbiz.core.entity.GenericValue scheme, String issueTypeId)
           
 JiraWorkflow OSWorkflowManager.getWorkflow(String name)
           
 JiraWorkflow OSWorkflowManager.getWorkflow(Issue issue)
           
 JiraWorkflow OSWorkflowManager.getWorkflow(Long projectId, String issueTypeId)
           
 JiraWorkflow OSWorkflowManager.getWorkflowFromScheme(org.ofbiz.core.entity.GenericValue scheme, String issueTypeId)
           
 JiraWorkflow OSWorkflowManager.getWorkflow(org.ofbiz.core.entity.GenericValue issue)
           
 

Methods in com.atlassian.jira.workflow with parameters of type JiraWorkflow
 Collection WorkflowSchemeManager.getSchemesForWorkflow(JiraWorkflow workflow)
           
 boolean WorkflowManager.isActive(JiraWorkflow workflow)
          Determine whether or not a given workflow is active in the system.
 boolean WorkflowManager.isSystemWorkflow(JiraWorkflow workflow)
          Determine whether or not a given workflow is a system workflow.
 void WorkflowManager.createWorkflow(User creator, JiraWorkflow workflow)
           
 void WorkflowManager.saveWorkflow(JiraWorkflow workflow)
           
 void WorkflowManager.deleteWorkflow(JiraWorkflow workflow)
           
 void WorkflowManager.migrateIssueToWorkflow(org.ofbiz.core.entity.GenericValue issue, JiraWorkflow newWorkflow, org.ofbiz.core.entity.GenericValue status)
           
 Map WorkflowManager.getPostFunctionsForWorkflow(JiraWorkflow workflow)
           
 boolean SimpleWorkflowManager.isActive(JiraWorkflow workflow)
           
 boolean SimpleWorkflowManager.isSystemWorkflow(JiraWorkflow workflow)
           
 void SimpleWorkflowManager.createWorkflow(User creator, JiraWorkflow workflow)
           
 void SimpleWorkflowManager.saveWorkflow(JiraWorkflow workflow)
           
 void SimpleWorkflowManager.deleteWorkflow(JiraWorkflow workflow)
           
 void SimpleWorkflowManager.migrateIssueToWorkflow(org.ofbiz.core.entity.GenericValue issue, JiraWorkflow newWorkflow, org.ofbiz.core.entity.GenericValue status)
           
 Map SimpleWorkflowManager.getPostFunctionsForWorkflow(JiraWorkflow workflow)
          Retrieve a map: actions -> post functions.
 boolean OSWorkflowManager.isActive(JiraWorkflow workflow)
           
 boolean OSWorkflowManager.isSystemWorkflow(JiraWorkflow workflow)
           
 void OSWorkflowManager.createWorkflow(User creator, JiraWorkflow workflow)
           
 void OSWorkflowManager.saveWorkflow(JiraWorkflow workflow)
           
 void OSWorkflowManager.deleteWorkflow(JiraWorkflow workflow)
           
 void OSWorkflowManager.migrateIssueToWorkflow(org.ofbiz.core.entity.GenericValue issue, JiraWorkflow newWorkflow, org.ofbiz.core.entity.GenericValue newStatus)
           
 Collection DefaultWorkflowSchemeManager.getSchemesForWorkflow(JiraWorkflow workflow)
           
 



Copyright © 2002-2006 Atlassian. All Rights Reserved.