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

Packages that use JiraWorkflow
com.atlassian.jira.bc.workflow   
com.atlassian.jira.bulkedit.operation   
com.atlassian.jira.event   
com.atlassian.jira.web.action.admin.issuefields.screens   
com.atlassian.jira.web.action.admin.workflow   
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.bc.workflow
 

Methods in com.atlassian.jira.bc.workflow that return JiraWorkflow
 JiraWorkflow DefaultWorkflowService.copyWorkflow(JiraServiceContext jiraServiceContext, String clonedWorkflowName, String clonedWorkflowDescription, JiraWorkflow workflowToClone)
           
 JiraWorkflow WorkflowService.copyWorkflow(JiraServiceContext jiraServiceContext, String clonedWorkflowName, String clonedWorkflowDescription, JiraWorkflow workflowToClone)
          Clones and persists a new workflow with the name given.
 JiraWorkflow DefaultWorkflowService.createDraftWorkflow(JiraServiceContext jiraServiceContext, String parentWorkflowName)
           
 JiraWorkflow WorkflowService.createDraftWorkflow(JiraServiceContext jiraServiceContext, String parentWorkflowName)
          Creates a copy of an active workflow for editing.
 JiraWorkflow DefaultWorkflowService.getDraftWorkflow(JiraServiceContext jiraServiceContext, String parentWorkflowName)
           
 JiraWorkflow WorkflowService.getDraftWorkflow(JiraServiceContext jiraServiceContext, String parentWorkflowName)
          Given a parentWorkflowName, this methods will retrieved the relevant draft workflow linked to that parent.
 JiraWorkflow DefaultWorkflowService.getWorkflow(JiraServiceContext jiraServiceContext, String name)
           
 JiraWorkflow WorkflowService.getWorkflow(JiraServiceContext jiraServiceContext, String name)
          Returns the workflow with the given name.
 

Methods in com.atlassian.jira.bc.workflow with parameters of type JiraWorkflow
 JiraWorkflow DefaultWorkflowService.copyWorkflow(JiraServiceContext jiraServiceContext, String clonedWorkflowName, String clonedWorkflowDescription, JiraWorkflow workflowToClone)
           
 JiraWorkflow WorkflowService.copyWorkflow(JiraServiceContext jiraServiceContext, String clonedWorkflowName, String clonedWorkflowDescription, JiraWorkflow workflowToClone)
          Clones and persists a new workflow with the name given.
 boolean DefaultWorkflowService.isStepOnDraftWithNoTransitionsOnParentWorkflow(JiraServiceContext jiraServiceContext, JiraWorkflow workflow, int stepId)
           
 boolean WorkflowService.isStepOnDraftWithNoTransitionsOnParentWorkflow(JiraServiceContext jiraServiceContext, JiraWorkflow workflow, int stepId)
          Given a draft workflow and a step Id, this method returns true, if the step does not have any transitions on the original workflow.
 void DefaultWorkflowService.updateWorkflow(JiraServiceContext jiraServiceContext, JiraWorkflow workflow)
           
 void WorkflowService.updateWorkflow(JiraServiceContext jiraServiceContext, JiraWorkflow workflow)
          Updates the workflow descriptor provided in the persistance mechanism implemented.
 void DefaultWorkflowService.updateWorkflowNameAndDescription(JiraServiceContext jiraServiceContext, JiraWorkflow currentWorkflow, String newName, String newDescription)
           
 void WorkflowService.updateWorkflowNameAndDescription(JiraServiceContext jiraServiceContext, JiraWorkflow currentWorkflow, String newName, String newDescription)
          Used to change the name and description of an existing worfklow with the given name.
 void DefaultWorkflowService.validateAddWorkflowTransitionToDraft(JiraServiceContext jiraServiceContext, JiraWorkflow newJiraWorkflow, int stepId)
           
 void WorkflowService.validateAddWorkflowTransitionToDraft(JiraServiceContext jiraServiceContext, JiraWorkflow newJiraworkflow, int stepId)
          Validates if a workflow transition can be added to a draft.
 void DefaultWorkflowService.validateUpdateWorkflowNameAndDescription(JiraServiceContext jiraServiceContext, JiraWorkflow currentWorkflow, String newWorkflowName)
           
 void WorkflowService.validateUpdateWorkflowNameAndDescription(JiraServiceContext jiraServiceContext, JiraWorkflow currentWorkflow, String newWorkflowName)
          Validates that the workflow with currentName can have its name and description changed to newWorkflowName and newDescription.
 

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

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

Uses of JiraWorkflow in com.atlassian.jira.event
 

Methods in com.atlassian.jira.event that return JiraWorkflow
 JiraWorkflow WorkflowCopiedEvent.getNewWorkflow()
           
 JiraWorkflow WorkflowCopiedEvent.getOriginalWorkflow()
           
 JiraWorkflow AbstractWorkflowEvent.getWorkflow()
           
 

Constructors in com.atlassian.jira.event with parameters of type JiraWorkflow
AbstractWorkflowEvent(JiraWorkflow workflow)
           
DraftWorkflowCreatedEvent(JiraWorkflow workflow)
           
DraftWorkflowDeletedEvent(JiraWorkflow workflow)
           
DraftWorkflowPublishedEvent(JiraWorkflow workflow)
           
WorkflowCopiedEvent(JiraWorkflow originalWorkflow, JiraWorkflow newWorkflow)
           
WorkflowDeletedEvent(JiraWorkflow workflow)
           
 

Uses of JiraWorkflow in com.atlassian.jira.web.action.admin.issuefields.screens
 

Methods in com.atlassian.jira.web.action.admin.issuefields.screens that return types with arguments of type JiraWorkflow
 Map<JiraWorkflow,Collection<com.opensymphony.workflow.loader.ActionDescriptor>> ViewFieldScreens.getWorkflows(FieldScreen fieldScreen)
           
 

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

Fields in com.atlassian.jira.web.action.admin.workflow declared as JiraWorkflow
protected  JiraWorkflow AbstractWorkflowStep.workflow
           
 

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

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

Constructors in com.atlassian.jira.web.action.admin.workflow with parameters of type JiraWorkflow
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)
           
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, ProjectWorkflowSchemeHelper helper)
           
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)
           
ViewWorkflowXml(JiraWorkflow workflow)
           
 

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.getExistingWorkflow(org.ofbiz.core.entity.GenericValue issueType)
           
 JiraWorkflow SelectProjectWorkflowSchemeStep2.getTargetWorkflow(org.ofbiz.core.entity.GenericValue issueType)
           
 JiraWorkflow DeleteWorkflowSchemeEntity.getWorkflow()
           
 JiraWorkflow EditWorkflowSchemeEntities.getWorkflow(String workflow)
           
 

Methods in com.atlassian.jira.web.action.admin.workflow.scheme that return types with arguments of type JiraWorkflow
 Collection<JiraWorkflow> AddWorkflowSchemeEntity.getWorkflows()
           
 

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

Methods in com.atlassian.jira.web.action.issue that return JiraWorkflow
 JiraWorkflow MoveIssue.getCurrentWorkflow()
           
 JiraWorkflow AbstractConvertIssue.getCurrentWorkflow()
          Utility method used by convertissuetosubtask-updateworkflow.jsp and convertissuetosubtask-confirm-part1.jsp
Retrieve and return current workflow for selected issue
 JiraWorkflow ViewIssue.getJiraWorkflow()
           
 JiraWorkflow MoveIssue.getTargetWorkflow()
           
 JiraWorkflow AbstractConvertIssue.getTargetWorkflow()
          Utility method used by convertissuetosubtask-confirm.jsp and convertissuetosubtask-confirm-part1.jsp
Retrieve and return workflow for selected issue's project and new (target) issue type.
 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 subtaskIssueType)
          Get the "target workflow" for a subtask issue type.
 JiraWorkflow MoveIssueUpdateWorkflow.getSubTaskTargetWorkflow(String subTaskTypeID)
           
 JiraWorkflow MoveIssueUpdateWorkflow.getTaskCurrentWorkflow(org.ofbiz.core.entity.GenericValue taskType)
           
 JiraWorkflow MoveIssueUpdateWorkflow.getTaskTargetWorkflow(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 BulkEditBeanImpl.getTargetWorkflow()
           
 JiraWorkflow BulkEditBean.getTargetWorkflow()
           
 JiraWorkflow BulkEditBeanImpl.getTargetWorkflowByType(String issueTypeId)
           
 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
           
 class JiraDraftWorkflow
          This class represents an draft workflow, that is a copy of an active workflow that may be edited, (and eventually) be used to overwrite an active workflow.
 

Fields in com.atlassian.jira.workflow with type parameters of type JiraWorkflow
static Comparator<JiraWorkflow> JiraWorkflowComparator.COMPARATOR
           
 

Methods in com.atlassian.jira.workflow that return JiraWorkflow
 JiraWorkflow OSWorkflowManager.copyWorkflow(String username, String clonedWorkflowName, String clonedWorkflowDescription, JiraWorkflow workflowToClone)
           
 JiraWorkflow WorkflowManager.copyWorkflow(String username, String clonedWorkflowName, String clonedWorkflowDescription, JiraWorkflow workflowToClone)
          Clones a workflow by creating a deep copy of the workflow provided.
 JiraWorkflow OfBizDraftWorkflowStore.createDraftWorkflow(String authorName, JiraWorkflow parentWorkflow)
           
 JiraWorkflow CachingDraftWorkflowStore.createDraftWorkflow(String authorName, JiraWorkflow parentWorkflow)
           
 JiraWorkflow DraftWorkflowStore.createDraftWorkflow(String authorName, JiraWorkflow parentWorkflow)
          Creates a temporary workflow linked back to the named active workflow by id.
 JiraWorkflow OSWorkflowManager.createDraftWorkflow(String username, String parentWorkflowName)
           
 JiraWorkflow WorkflowManager.createDraftWorkflow(String username, String parentWorkflowName)
          This will create an draft workflow of the named active workflow.
 JiraWorkflow OSWorkflowManager.getDefaultWorkflow()
           
 JiraWorkflow WorkflowManager.getDefaultWorkflow()
           
 JiraWorkflow OfBizDraftWorkflowStore.getDraftWorkflow(String parentWorkflowName)
           
 JiraWorkflow OSWorkflowManager.getDraftWorkflow(String parentWorkflowName)
           
 JiraWorkflow CachingDraftWorkflowStore.getDraftWorkflow(String parentWorkflowName)
           
 JiraWorkflow DraftWorkflowStore.getDraftWorkflow(String parentWorkflowName)
          This will retrieve an draft workflow that is related to the named saved workflow.
 JiraWorkflow WorkflowManager.getDraftWorkflow(String parentWorkflowName)
          Retrieve a single draft workflow by name.
 JiraWorkflow OSWorkflowManager.getWorkflow(org.ofbiz.core.entity.GenericValue issue)
           
 JiraWorkflow WorkflowManager.getWorkflow(org.ofbiz.core.entity.GenericValue issue)
          Retrieve the workflow for a given issue.
 JiraWorkflow OSWorkflowManager.getWorkflow(Issue issue)
           
 JiraWorkflow WorkflowManager.getWorkflow(Issue issue)
          Retrieve the workflow for a given issue.
 JiraWorkflow OSWorkflowManager.getWorkflow(Long projectId, String issueTypeId)
           
 JiraWorkflow WorkflowManager.getWorkflow(Long projectId, String issueTypeId)
          Retrieve the workflow for a given project - issue type pair.
 JiraWorkflow OSWorkflowManager.getWorkflow(String name)
           
 JiraWorkflow WorkflowManager.getWorkflow(String name)
          Retrieve a single workflow by name.
 JiraWorkflow OSWorkflowManager.getWorkflowClone(String name)
           
 JiraWorkflow WorkflowManager.getWorkflowClone(String name)
          This method returns a JiraWorkflow, that contains a WorkflowDescriptor that is mutable.
 JiraWorkflow OSWorkflowManager.getWorkflowFromScheme(org.ofbiz.core.entity.GenericValue scheme, String issueTypeId)
           
protected  JiraWorkflow DefaultWorkflowSchemeManager.getWorkflowFromScheme(org.ofbiz.core.entity.GenericValue workflowScheme, String issueTypeId)
           
 JiraWorkflow WorkflowManager.getWorkflowFromScheme(org.ofbiz.core.entity.GenericValue scheme, String issueTypeId)
          Return the workflow in a particular scheme for a given issue type.
 JiraWorkflow OfBizDraftWorkflowStore.updateDraftWorkflow(String username, String parentWorkflowName, JiraWorkflow workflow)
           
 JiraWorkflow CachingDraftWorkflowStore.updateDraftWorkflow(String username, String parentWorkflowName, JiraWorkflow workflow)
           
 JiraWorkflow DraftWorkflowStore.updateDraftWorkflow(String username, String parentWorkflowName, JiraWorkflow workflow)
          Updates a temporary workflow with the one provided for the parent workflow name passed in.
 JiraWorkflow OfBizDraftWorkflowStore.updateDraftWorkflowWithoutAudit(String parentWorkflowName, JiraWorkflow workflow)
           
 JiraWorkflow CachingDraftWorkflowStore.updateDraftWorkflowWithoutAudit(String parentWorkflowName, JiraWorkflow workflow)
           
 JiraWorkflow DraftWorkflowStore.updateDraftWorkflowWithoutAudit(String parentWorkflowName, JiraWorkflow workflow)
          Updates a temporary workflow with the one provided for the parent workflow name passed in.
 

Methods in com.atlassian.jira.workflow that return types with arguments of type JiraWorkflow
 Collection<JiraWorkflow> OSWorkflowManager.getActiveWorkflows()
           
 Collection<JiraWorkflow> WorkflowManager.getActiveWorkflows()
          Retrieve all currently active workflows.
 Collection<JiraWorkflow> OSWorkflowManager.getWorkflows()
          Retrieve all of the workflows in the system
 Collection<JiraWorkflow> WorkflowManager.getWorkflows()
          Retrieve all of the workflows in the system
 Collection<JiraWorkflow> OSWorkflowManager.getWorkflowsFromScheme(org.ofbiz.core.entity.GenericValue scheme)
           
 Collection<JiraWorkflow> WorkflowManager.getWorkflowsFromScheme(org.ofbiz.core.entity.GenericValue workflowScheme)
          Returns all workflows for a given scheme
 List<JiraWorkflow> OSWorkflowManager.getWorkflowsIncludingDrafts()
           
 List<JiraWorkflow> WorkflowManager.getWorkflowsIncludingDrafts()
          Retrieve all of the workflows in the system including drafts.
 

Methods in com.atlassian.jira.workflow with parameters of type JiraWorkflow
 int JiraWorkflowComparator.compare(JiraWorkflow workflow1, JiraWorkflow workflow2)
          The natural order of JiraWorkflow objects should be: 1) All instances of DefaultJiraWorkflow (sorted alphabetically ignoring case); followed by 2) all other instances of JiraWorkflow (also sorted alphabetically ignoring case).
 int AbstractJiraWorkflow.compareTo(JiraWorkflow o)
           
 JiraWorkflow OSWorkflowManager.copyWorkflow(String username, String clonedWorkflowName, String clonedWorkflowDescription, JiraWorkflow workflowToClone)
           
 JiraWorkflow WorkflowManager.copyWorkflow(String username, String clonedWorkflowName, String clonedWorkflowDescription, JiraWorkflow workflowToClone)
          Clones a workflow by creating a deep copy of the workflow provided.
 JiraWorkflow OfBizDraftWorkflowStore.createDraftWorkflow(String authorName, JiraWorkflow parentWorkflow)
           
 JiraWorkflow CachingDraftWorkflowStore.createDraftWorkflow(String authorName, JiraWorkflow parentWorkflow)
           
 JiraWorkflow DraftWorkflowStore.createDraftWorkflow(String authorName, JiraWorkflow parentWorkflow)
          Creates a temporary workflow linked back to the named active workflow by id.
 void OSWorkflowManager.createWorkflow(String username, JiraWorkflow workflow)
           
 void WorkflowManager.createWorkflow(String username, JiraWorkflow workflow)
           
 void OSWorkflowManager.createWorkflow(com.atlassian.crowd.embedded.api.User creator, JiraWorkflow workflow)
           
 void WorkflowManager.createWorkflow(com.atlassian.crowd.embedded.api.User user, JiraWorkflow workflow)
           
 void OSWorkflowManager.deleteWorkflow(JiraWorkflow workflow)
           
 void WorkflowManager.deleteWorkflow(JiraWorkflow workflow)
           
 Map<com.opensymphony.workflow.loader.ActionDescriptor,Collection<com.opensymphony.workflow.loader.FunctionDescriptor>> OSWorkflowManager.getPostFunctionsForWorkflow(JiraWorkflow workflow)
           
 Map<com.opensymphony.workflow.loader.ActionDescriptor,Collection<com.opensymphony.workflow.loader.FunctionDescriptor>> WorkflowManager.getPostFunctionsForWorkflow(JiraWorkflow workflow)
          Retrieve a map: actions -> post functions for a workflow.
 Collection<org.ofbiz.core.entity.GenericValue> DefaultWorkflowSchemeManager.getSchemesForWorkflow(JiraWorkflow workflow)
           
 Collection<org.ofbiz.core.entity.GenericValue> WorkflowSchemeManager.getSchemesForWorkflow(JiraWorkflow workflow)
           
static String WorkflowUtil.getWorkflowDisplayName(JiraWorkflow workflow)
          Appends "(Draft)" to the end of the workflow name for an draft workflow.
 boolean OSWorkflowManager.isActive(JiraWorkflow workflow)
           
 boolean WorkflowManager.isActive(JiraWorkflow workflow)
          Determine whether or not a given workflow is active in the system.
 boolean OSWorkflowManager.isSystemWorkflow(JiraWorkflow workflow)
           
 boolean WorkflowManager.isSystemWorkflow(JiraWorkflow workflow)
          Determine whether or not a given workflow is a system workflow.
 void OSWorkflowManager.migrateIssueToWorkflow(org.ofbiz.core.entity.GenericValue issue, JiraWorkflow newWorkflow, org.ofbiz.core.entity.GenericValue newStatus)
           
 void WorkflowManager.migrateIssueToWorkflow(org.ofbiz.core.entity.GenericValue issue, JiraWorkflow newWorkflow, org.ofbiz.core.entity.GenericValue status)
          Deprecated. Please use WorkflowManager.migrateIssueToWorkflow(com.atlassian.jira.issue.MutableIssue,JiraWorkflow,com.atlassian.jira.issue.status.Status). Since: 3.9.
 void OSWorkflowManager.migrateIssueToWorkflow(MutableIssue issue, JiraWorkflow newWorkflow, Status status)
          Migrates given issue to new workflow and sets new status on it.
 void WorkflowManager.migrateIssueToWorkflow(MutableIssue issue, JiraWorkflow newWorkflow, Status status)
          Migrates given issue to new workflow and sets new status on it.
 void OSWorkflowManager.saveWorkflowWithoutAudit(JiraWorkflow workflow)
           
 void WorkflowManager.saveWorkflowWithoutAudit(JiraWorkflow workflow)
          This method will save the workflow and it will not affect the updatedDate and updatedAuthorName meta attributes of the workflow.
 JiraWorkflow OfBizDraftWorkflowStore.updateDraftWorkflow(String username, String parentWorkflowName, JiraWorkflow workflow)
           
 JiraWorkflow CachingDraftWorkflowStore.updateDraftWorkflow(String username, String parentWorkflowName, JiraWorkflow workflow)
           
 JiraWorkflow DraftWorkflowStore.updateDraftWorkflow(String username, String parentWorkflowName, JiraWorkflow workflow)
          Updates a temporary workflow with the one provided for the parent workflow name passed in.
 JiraWorkflow OfBizDraftWorkflowStore.updateDraftWorkflowWithoutAudit(String parentWorkflowName, JiraWorkflow workflow)
           
 JiraWorkflow CachingDraftWorkflowStore.updateDraftWorkflowWithoutAudit(String parentWorkflowName, JiraWorkflow workflow)
           
 JiraWorkflow DraftWorkflowStore.updateDraftWorkflowWithoutAudit(String parentWorkflowName, JiraWorkflow workflow)
          Updates a temporary workflow with the one provided for the parent workflow name passed in.
 void OSWorkflowManager.updateWorkflow(String username, JiraWorkflow workflow)
           
 void WorkflowManager.updateWorkflow(String username, JiraWorkflow workflow)
          Saves the given JiraWorkflow, which may be either a "live" or "draft" version.
 void OSWorkflowManager.updateWorkflowNameAndDescription(String username, JiraWorkflow currentWorkflow, String newName, String newDescription)
           
 void WorkflowManager.updateWorkflowNameAndDescription(String username, JiraWorkflow currentWorkflow, String newName, String newDescription)
          Used to change the name and description of an existing worfklow with the given name.
 

Method parameters in com.atlassian.jira.workflow with type arguments of type JiraWorkflow
 void OSWorkflowManager.copyAndDeleteDraftWorkflows(com.atlassian.crowd.embedded.api.User user, Set<JiraWorkflow> workflows)
           
 void WorkflowManager.copyAndDeleteDraftWorkflows(com.atlassian.crowd.embedded.api.User user, Set<JiraWorkflow> workflows)
          Provided a set of workflows, this method will check, if the passed in workflows have any draft workflows linked to them.
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.