Uses of Class
com.atlassian.jira.workflow.WorkflowException

Packages that use WorkflowException
com.atlassian.jira.bulkedit.operation   
com.atlassian.jira.external   
com.atlassian.jira.issue   
com.atlassian.jira.web.action.admin.issuetypes   
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   
com.atlassian.jira.workflow.migration   
com.atlassian.jira.workflow.migration.enterprise   
com.atlassian.jira.workflow.migration.professional   
 

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

Methods in com.atlassian.jira.bulkedit.operation that throw WorkflowException
 JiraWorkflow BulkMoveOperation.getWorkflowForType(Long projectId, String issueTypeId)
           
 void BulkMigrateOperation.setStatusFields(BulkEditBean rootBulkEditBean)
           
 void BulkMoveOperation.setStatusFields(BulkEditBean bulkEditBean)
           
 

Uses of WorkflowException in com.atlassian.jira.external
 

Methods in com.atlassian.jira.external that throw WorkflowException
protected  void ExternalUtils.checkStatus(Issue issue, String status)
           
 void ExternalUtils.setCurrentWorkflowStep(org.ofbiz.core.entity.GenericValue issue, String status, String resolution)
           
 

Uses of WorkflowException in com.atlassian.jira.issue
 

Methods in com.atlassian.jira.issue that throw WorkflowException
protected  void IssueVerifier.checkIssueDetails(org.ofbiz.core.entity.GenericValue issue, ErrorCollection errorCollection, ConstantsManager constantsManager, boolean checkWorkflowIntegrity)
           
 

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

Methods in com.atlassian.jira.web.action.admin.issuetypes that throw WorkflowException
 Collection DeleteIssueType.getAvailableIssueTypes()
          For Enterprise - need to determine if:

1: Issue Type is associated with one workflow and field layout scheme pair within the system.

 

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

Methods in com.atlassian.jira.web.action.admin.workflow that throw WorkflowException
protected abstract  void AbstractAddWorkflowTransitionDescriptorParams.addWorkflowDescriptor()
           
protected  void AddWorkflowTransitionValidatorParams.addWorkflowDescriptor()
           
protected  void AddWorkflowTransitionConditionParams.addWorkflowDescriptor()
           
protected  void AddWorkflowTransitionFunctionParams.addWorkflowDescriptor()
          Constructs and adds a FunctionDescriptor in its correct position in the list of post-functions.
protected abstract  void AbstractDeleteWorkflowTransitionDescriptor.deleteWorkflowDescriptor()
           
protected  void DeleteWorkflowTransitionValidator.deleteWorkflowDescriptor()
           
protected  void DeleteWorkflowTransitionPostFunction.deleteWorkflowDescriptor()
           
protected  void DeleteWorkflowTransitionCondition.deleteWorkflowDescriptor()
           
 String EditWorkflow.doExecute()
           
 boolean AbstractWorkflowStep.isCanDeleteStep(com.opensymphony.workflow.loader.StepDescriptor stepDescriptor)
           
 

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

Methods in com.atlassian.jira.web.action.admin.workflow.scheme that throw WorkflowException
 JiraWorkflow SelectProjectWorkflowSchemeStep2.getExistingWorkflow(org.ofbiz.core.entity.GenericValue issueType)
           
 Collection SelectProjectWorkflowSchemeStep2.getTargetStatuses(org.ofbiz.core.entity.GenericValue issueType)
           
 JiraWorkflow SelectProjectWorkflowSchemeStep2.getTargetWorkflow(org.ofbiz.core.entity.GenericValue issueType)
           
 Collection AddWorkflowSchemeEntity.getWorkflows()
           
 

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

Methods in com.atlassian.jira.web.action.issue that throw WorkflowException
protected  String CreateIssueDetails.getAuxiliarySubmitButtonValue()
          The jira-workflow.xml Create action (id 1) can contain meta attributes indicating that auxiliary (alternative) 'Create' buttons must be shown, to support alternative ways of submitting an issue (eg.
 List CreateIssue.getButtons()
          Returns a list of CreateIssue.ButtonHolders for submit buttons required in addition to the standard 'submit' button.
 JiraWorkflow MoveIssue.getCurrentWorkflow()
           
 JiraWorkflow ViewIssue.getJiraWorkflow()
           
 JiraWorkflow MoveIssue.getTargetWorkflow()
           
 Collection MoveIssue.getTargetWorkflowStatuses(String issueTypeId)
           
 Collection MoveIssue.getTaskInvalidStatuses(String typeId)
           
 Collection MoveIssue.getTasksWithStatus(String invalidStatusId)
           
 JiraWorkflow MoveIssue.getWorkflowForType(Long projectId, String issueTypeId)
           
 boolean MoveIssue.isIssueStatusValid()
           
 boolean MoveIssue.isTaskStatusChangeRequired()
           
 boolean MoveIssue.isTaskStatusValid(String typeId, String statusId)
           
 boolean MoveIssue.isWorkflowMatch(String currentIssueTypeId, String targetIssueTypeId)
           
 

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

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

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

Methods in com.atlassian.jira.web.action.issue.enterprise that throw WorkflowException
 String MoveIssueUpdateWorkflow.doExecute()
           
 JiraWorkflow MoveIssueUpdateWorkflow.getSubTaskTargetWorkflow(String subTaskTypeID)
           
 Collection MoveIssueUpdateWorkflow.getTargetWorkflows()
           
 JiraWorkflow MoveIssueUpdateWorkflow.getTaskCurrentWorkflow(org.ofbiz.core.entity.GenericValue taskType)
           
 Collection MoveIssueUpdateWorkflow.getTaskCurrentWorkflows()
           
 Collection MoveIssueUpdateWorkflow.getTaskInvalidTypes()
           
 Collection MoveIssueUpdateWorkflow.getTasksByStatusWorkflowType(String statusId, JiraWorkflow workflow, String typeId)
           
 JiraWorkflow MoveIssueUpdateWorkflow.getTaskTargetWorkflow(org.ofbiz.core.entity.GenericValue taskType)
           
 

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

Methods in com.atlassian.jira.web.bean that throw WorkflowException
 Collection BulkEditBean.getInvalidIssues()
          Gets issues whose status is null
 Collection BulkEditBean.getInvalidStatuses()
          Gets a set of invalid statuses that are not valid in the destination workflow
 Collection BulkEditBean.getInvalidSubTaskStatusesByType(String subTaskTypeId)
           
 Collection BulkEditBean.getInvalidSubTaskTypes()
           
 JiraWorkflow BulkEditBean.getTargetWorkflow()
           
 JiraWorkflow BulkEditBean.getTargetWorkflowByType(String issueTypeId)
           
 void BulkEditBean.populateStatusHolder()
           
 void BulkEditBean.populateSubTaskStatusHolder()
           
 

Uses of WorkflowException in com.atlassian.jira.workflow
 

Methods in com.atlassian.jira.workflow that throw WorkflowException
 JiraWorkflow SimpleWorkflowManager.createDraftWorkflow(String username, String parentWorkflowName)
           
 org.ofbiz.core.entity.GenericValue WorkflowManager.createIssue(String remoteUserName, Map fields)
           
 org.ofbiz.core.entity.GenericValue SimpleWorkflowManager.createIssue(String remoteUserName, Map fields)
          Create an issue in the database.
 void OSWorkflowManager.createWorkflow(String username, JiraWorkflow workflow)
           
 void WorkflowManager.createWorkflow(String username, JiraWorkflow workflow)
           
 void SimpleWorkflowManager.createWorkflow(String username, JiraWorkflow workflow)
           
 void OSWorkflowManager.createWorkflow(User creator, JiraWorkflow workflow)
           
 void WorkflowManager.createWorkflow(User user, JiraWorkflow workflow)
           
 void SimpleWorkflowManager.createWorkflow(User user, JiraWorkflow workflow)
           
 boolean SimpleWorkflowManager.deleteDraftWorkflow(String parentWorkflowName)
           
 void OSWorkflowManager.deleteWorkflow(JiraWorkflow workflow)
           
 void WorkflowManager.deleteWorkflow(JiraWorkflow workflow)
           
 void SimpleWorkflowManager.deleteWorkflow(JiraWorkflow workflow)
           
 Collection WorkflowSchemeManager.getActiveWorkflowNames()
           
 Collection DefaultWorkflowSchemeManager.getActiveWorkflowNames()
           
 Collection OSWorkflowManager.getActiveWorkflows()
           
 Collection WorkflowManager.getActiveWorkflows()
          Retrieve all currently active workflows.
 Collection SimpleWorkflowManager.getActiveWorkflows()
           
 JiraWorkflow WorkflowManager.getDefaultWorkflow()
           
 JiraWorkflow SimpleWorkflowManager.getDefaultWorkflow()
           
 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 SimpleWorkflowManager.getWorkflow(org.ofbiz.core.entity.GenericValue issue)
           
 JiraWorkflow OSWorkflowManager.getWorkflow(Issue issue)
           
 JiraWorkflow WorkflowManager.getWorkflow(Issue issue)
          Retrieve the workflow for a given issue.
 JiraWorkflow SimpleWorkflowManager.getWorkflow(Issue 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 SimpleWorkflowManager.getWorkflow(Long projectId, String issueTypeId)
           
 JiraWorkflow OSWorkflowManager.getWorkflowFromScheme(org.ofbiz.core.entity.GenericValue scheme, 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 SimpleWorkflowManager.getWorkflowFromScheme(org.ofbiz.core.entity.GenericValue scheme, String issueTypeId)
           
protected  String OSWorkflowManager.getWorkflowName(Long projectId, String issueType)
          This method returns the (unique) name of the workflow which should be used for the provided projectId and issueType
 Collection OSWorkflowManager.getWorkflowsFromScheme(org.ofbiz.core.entity.GenericValue scheme)
           
 Collection WorkflowManager.getWorkflowsFromScheme(org.ofbiz.core.entity.GenericValue workflowScheme)
          Returns all workflows for a given scheme
 Collection SimpleWorkflowManager.getWorkflowsFromScheme(org.ofbiz.core.entity.GenericValue workflowScheme)
           
 boolean AbstractJiraWorkflow.isActive()
           
 boolean JiraWorkflow.isActive()
          Determine whether this workflow object is currently active.
 boolean OSWorkflowManager.isActive(JiraWorkflow workflow)
           
 boolean WorkflowManager.isActive(JiraWorkflow workflow)
          Determine whether or not a given workflow is active in the system.
 boolean SimpleWorkflowManager.isActive(JiraWorkflow workflow)
           
 boolean AbstractJiraWorkflow.isEditable()
           
 boolean JiraDraftWorkflow.isEditable()
          A draft Workflow is always editable.
 boolean JiraWorkflow.isEditable()
          Determines if the workflow can be modifed within JIRA.
 boolean AbstractJiraWorkflow.isSystemWorkflow()
           
 boolean JiraWorkflow.isSystemWorkflow()
          Determines if the workflow is loaded from XML or the database
 boolean WorkflowManager.isSystemWorkflow(JiraWorkflow workflow)
          Determine whether or not a given workflow is a system workflow.
 boolean SimpleWorkflowManager.isSystemWorkflow(JiraWorkflow 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 SimpleWorkflowManager.migrateIssueToWorkflow(org.ofbiz.core.entity.GenericValue issue, JiraWorkflow newWorkflow, org.ofbiz.core.entity.GenericValue status)
           
 void WorkflowManager.migrateIssueToWorkflow(MutableIssue issue, JiraWorkflow newWorkflow, Status status)
          Migrates given issue to new workflow and sets new status on it.
 void SimpleWorkflowManager.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.
 void SimpleWorkflowManager.saveWorkflowWithoutAudit(JiraWorkflow workflow)
           
 boolean OSWorkflowManager.workflowExists(String name)
           
 boolean WorkflowManager.workflowExists(String name)
           
 boolean SimpleWorkflowManager.workflowExists(String name)
           
 

Uses of WorkflowException in com.atlassian.jira.workflow.migration
 

Methods in com.atlassian.jira.workflow.migration that throw WorkflowException
abstract  WorkflowMigrationResult AbstractWorkflowMigrationHelper.migrate(TaskProgressSink sink)
          Called to migrate the issues into a new workflow
 

Uses of WorkflowException in com.atlassian.jira.workflow.migration.enterprise
 

Methods in com.atlassian.jira.workflow.migration.enterprise that throw WorkflowException
 WorkflowMigrationResult EnterpriseWorkflowMigrationHelper.migrate(TaskProgressSink sink)
           
 

Constructors in com.atlassian.jira.workflow.migration.enterprise that throw WorkflowException
EnterpriseWorkflowMigrationHelper(org.ofbiz.core.entity.GenericValue project, org.ofbiz.core.entity.GenericValue targetScheme, WorkflowManager workflowManager, org.ofbiz.core.entity.DelegatorInterface delegator, IssueManager issueManager, SchemeManager schemeManager, I18nHelper i18nHelper, User user)
           
 

Uses of WorkflowException in com.atlassian.jira.workflow.migration.professional
 

Methods in com.atlassian.jira.workflow.migration.professional that throw WorkflowException
 void ProfessionalWorkflowMigrationHelper.calculateInputRequired(String workflowName)
           
 WorkflowMigrationResult ProfessionalWorkflowMigrationHelper.migrate(TaskProgressSink taskProgressSink)
           
 



Copyright © 2002-2008 Atlassian. All Rights Reserved.