Uses of Class
com.atlassian.jira.workflow.WorkflowException
Packages that use WorkflowException
Package
Description
-
Uses of WorkflowException in com.atlassian.jira.bulkedit.operation
Methods in com.atlassian.jira.bulkedit.operation that throw WorkflowExceptionModifier and TypeMethodDescriptionBulkMoveOperationImpl.getWorkflowForType(Long projectId, String issueTypeId) voidBulkMigrateOperation.setStatusFields(BulkEditBean rootBulkEditBean) voidBulkMoveOperation.setStatusFields(BulkEditBean bulkEditBean) voidBulkMoveOperationImpl.setStatusFields(BulkEditBean bulkEditBean) -
Uses of WorkflowException in com.atlassian.jira.external
Methods in com.atlassian.jira.external that throw WorkflowExceptionModifier and TypeMethodDescriptionprotected voidExternalUtils.checkStatus(Issue issue, String statusId) -
Uses of WorkflowException in com.atlassian.jira.issue
Methods in com.atlassian.jira.issue that throw WorkflowExceptionModifier and TypeMethodDescriptionprotected voidIssueVerifier.checkIssueDetails(Issue issue, ErrorCollection errorCollection, ConstantsManager constantsManager, boolean checkWorkflowIntegrity) -
Uses of WorkflowException in com.atlassian.jira.web.action.admin.workflow
Methods in com.atlassian.jira.web.action.admin.workflow that throw WorkflowExceptionModifier and TypeMethodDescriptionprotected abstract voidAbstractAddWorkflowTransitionDescriptorParams.addWorkflowDescriptor()protected voidAddWorkflowTransitionConditionParams.addWorkflowDescriptor()protected voidAddWorkflowTransitionFunctionParams.addWorkflowDescriptor()Constructs and adds aFunctionDescriptorin its correct position in the list of post-functions.protected voidAddWorkflowTransitionValidatorParams.addWorkflowDescriptor()protected abstract voidAbstractDeleteWorkflowTransitionDescriptor.deleteWorkflowDescriptor()protected voidDeleteWorkflowTransitionCondition.deleteWorkflowDescriptor()protected voidDeleteWorkflowTransitionPostFunction.deleteWorkflowDescriptor()protected voidDeleteWorkflowTransitionValidator.deleteWorkflowDescriptor()protected StringEditWorkflow.doExecute()booleanAbstractWorkflowStep.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 WorkflowExceptionModifier and TypeMethodDescriptionSelectProjectWorkflowSchemeStep2.getExistingWorkflow(IssueType issueType) SelectProjectWorkflowSchemeStep2.getTargetStatuses(IssueType issueType) SelectProjectWorkflowSchemeStep2.getTargetWorkflow(IssueType issueType) -
Uses of WorkflowException in com.atlassian.jira.web.action.issue
Methods in com.atlassian.jira.web.action.issue that throw WorkflowExceptionModifier and TypeMethodDescriptionprotected StringCreateIssueDetails.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.CreateIssue.getButtons()Returns a list ofCreateIssue.ButtonHolders for submit buttons required in addition to the standard 'submit' button.MoveIssue.getCurrentWorkflow()MoveIssue.getTargetWorkflow()MoveIssue.getTaskInvalidStatuses(String typeId) MoveIssue.getTaskInvalidStatusObjects(String typeId) MoveIssue.getTasksWithStatus(String invalidStatusId) MoveIssue.getWorkflowForType(Long projectId, String issueTypeId) booleanMoveIssue.isIssueStatusValid()booleanMoveIssue.isTaskStatusChangeRequired()booleanMoveIssue.isTaskStatusValid(String typeId, String statusId) -
Uses of WorkflowException in com.atlassian.jira.web.action.issue.bulkedit
Methods in com.atlassian.jira.web.action.issue.bulkedit that throw WorkflowExceptionModifier and TypeMethodDescriptionBulkMove.getTargetWorkflowStatuses(String issueTypeId) 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 WorkflowExceptionModifier and TypeMethodDescriptionprotected StringMoveIssueUpdateWorkflow.doExecute()MoveIssueUpdateWorkflow.getSubTaskTargetWorkflow(String subTaskTypeID) MoveIssueUpdateWorkflow.getTargetWorkflows()MoveIssueUpdateWorkflow.getTaskCurrentWorkflow(org.ofbiz.core.entity.GenericValue taskType) MoveIssueUpdateWorkflow.getTaskCurrentWorkflows()MoveIssueUpdateWorkflow.getTaskInvalidTypes()MoveIssueUpdateWorkflow.getTasksByStatusWorkflowType(String statusId, JiraWorkflow workflow, String typeId) 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 WorkflowExceptionModifier and TypeMethodDescriptionBulkEditBean.getInvalidIssues()Gets issues whose status is nullBulkEditBeanImpl.getInvalidIssues()Gets issues whose status is nullCollection<org.ofbiz.core.entity.GenericValue>BulkEditBean.getInvalidStatuses()Gets a set of invalid statuses that are not valid in the destination workflowCollection<org.ofbiz.core.entity.GenericValue>BulkEditBeanImpl.getInvalidStatuses()Gets a set of invalid statuses that are not valid in the destination workflowBulkEditBean.getInvalidSubTaskStatusesByType(String subTaskTypeId) BulkEditBeanImpl.getInvalidSubTaskStatusesByType(String subTaskTypeId) BulkEditBean.getInvalidSubTaskTypes()BulkEditBeanImpl.getInvalidSubTaskTypes()BulkEditBean.getTargetWorkflow()BulkEditBeanImpl.getTargetWorkflow()BulkEditBean.getTargetWorkflowByType(String issueTypeId) BulkEditBeanImpl.getTargetWorkflowByType(String issueTypeId) voidBulkEditBean.populateStatusHolder()voidBulkEditBeanImpl.populateStatusHolder()voidBulkEditBean.populateSubTaskStatusHolder()voidBulkEditBeanImpl.populateSubTaskStatusHolder() -
Uses of WorkflowException in com.atlassian.jira.workflow
Methods in com.atlassian.jira.workflow that throw WorkflowExceptionModifier and TypeMethodDescriptionorg.ofbiz.core.entity.GenericValueOSWorkflowManager.createIssue(String remoteUserName, Map<String, Object> fields) org.ofbiz.core.entity.GenericValueWorkflowManager.createIssue(String remoteUserName, Map<String, Object> fields) Create an issue in the database.voidOSWorkflowManager.createWorkflow(ApplicationUser user, JiraWorkflow workflow) voidOSWorkflowManager.createWorkflow(String username, JiraWorkflow workflow) voidWorkflowManager.createWorkflow(ApplicationUser user, JiraWorkflow workflow) voidWorkflowManager.createWorkflow(String username, JiraWorkflow workflow) Deprecated.voidOSWorkflowManager.deleteWorkflow(JiraWorkflow workflow) voidWorkflowManager.deleteWorkflow(JiraWorkflow workflow) DefaultWorkflowSchemeManager.getActiveWorkflowNames()EagerWorkflowSchemeManager.getActiveWorkflowNames()WorkflowSchemeManager.getActiveWorkflowNames()OSWorkflowManager.getActiveWorkflows()WorkflowManager.getActiveWorkflows()Retrieve all currently active workflows.OSWorkflowManager.getDefaultWorkflow()WorkflowManager.getDefaultWorkflow()OSWorkflowManager.getWorkflow(Issue issue) OSWorkflowManager.getWorkflow(Long projectId, String issueTypeId) OSWorkflowManager.getWorkflow(org.ofbiz.core.entity.GenericValue issue) WorkflowManager.getWorkflow(Issue issue) Retrieve the workflow for a given issue.WorkflowManager.getWorkflow(Long projectId, String issueTypeId) Retrieve the workflow for a given project - issue type pair.WorkflowManager.getWorkflow(org.ofbiz.core.entity.GenericValue issue) Deprecated.WorkflowManager.getWorkflowFromScheme(WorkflowScheme scheme, String issueTypeId) Return the workflow in a particular scheme for a given issue type.WorkflowManager.getWorkflowFromScheme(org.ofbiz.core.entity.GenericValue scheme, String issueTypeId) Return the workflow in a particular scheme for a given issue type.OSWorkflowManager.getWorkflowsFromScheme(Scheme workflowScheme) OSWorkflowManager.getWorkflowsFromScheme(org.ofbiz.core.entity.GenericValue scheme) WorkflowManager.getWorkflowsFromScheme(Scheme workflowScheme) Returns all workflows for a given scheme.WorkflowManager.getWorkflowsFromScheme(org.ofbiz.core.entity.GenericValue workflowScheme) Deprecated.Since 5.0.booleanAbstractJiraWorkflow.isActive()booleanJiraWorkflow.isActive()Determine whether this workflow object is currently active.booleanMockJiraWorkflow.isActive()booleanOSWorkflowManager.isActive(JiraWorkflow workflow) booleanWorkflowManager.isActive(JiraWorkflow workflow) Determine whether or not a given workflow is active in the system.booleanAbstractJiraWorkflow.isEditable()booleanJiraDraftWorkflow.isEditable()A draft Workflow is always editable.booleanJiraWorkflow.isEditable()Determines if the workflow can be modifed within JIRA.booleanMockJiraWorkflow.isEditable()booleanAbstractJiraWorkflow.isSystemWorkflow()booleanJiraWorkflow.isSystemWorkflow()Determines if the workflow is loaded from XML or the databasebooleanMockJiraWorkflow.isSystemWorkflow()booleanWorkflowManager.isSystemWorkflow(JiraWorkflow workflow) Determine whether or not a given workflow is a system workflow.voidOSWorkflowManager.migrateIssueToWorkflow(MutableIssue issue, JiraWorkflow newWorkflow, Status status) Migrates given issue to new workflow and sets new status on it.voidOSWorkflowManager.migrateIssueToWorkflow(org.ofbiz.core.entity.GenericValue issue, JiraWorkflow newWorkflow, org.ofbiz.core.entity.GenericValue newStatus) voidWorkflowManager.migrateIssueToWorkflow(MutableIssue issue, JiraWorkflow newWorkflow, Status status) Migrates given issue to new workflow and sets new status on it.voidWorkflowManager.migrateIssueToWorkflow(org.ofbiz.core.entity.GenericValue issue, JiraWorkflow newWorkflow, org.ofbiz.core.entity.GenericValue status) booleanOSWorkflowManager.migrateIssueToWorkflowNoReindex(org.ofbiz.core.entity.GenericValue issue, JiraWorkflow newWorkflow, org.ofbiz.core.entity.GenericValue newStatus) booleanWorkflowManager.migrateIssueToWorkflowNoReindex(org.ofbiz.core.entity.GenericValue issue, JiraWorkflow newWorkflow, org.ofbiz.core.entity.GenericValue status) Migrates given issue to new workflow and sets new status on it.voidOSWorkflowManager.saveWorkflowWithoutAudit(JiraWorkflow workflow) voidWorkflowManager.saveWorkflowWithoutAudit(JiraWorkflow workflow) This method will save the workflow and it will not affect the updatedDate and updatedAuthorName meta attributes of the workflow.booleanOSWorkflowManager.workflowExists(String name) booleanWorkflowManager.workflowExists(String name) -
Uses of WorkflowException in com.atlassian.jira.workflow.edit
Methods in com.atlassian.jira.workflow.edit that throw WorkflowExceptionModifier and TypeMethodDescriptionbooleanWorkflow.isActive()Determine whether this workflow object is currently active.booleanWorkflow.isEditable()Determines if the workflow can be modifed within JIRA.booleanWorkflow.isSystemWorkflow()Determines if the workflow is loaded from XML or the database -
Uses of WorkflowException in com.atlassian.jira.workflow.migration
Methods in com.atlassian.jira.workflow.migration that throw WorkflowExceptionModifier and TypeMethodDescriptionAssignableWorkflowSchemeMigrationHelper.migrate(TaskProgressSink sink) DraftWorkflowSchemeMigrationHelper.migrate(TaskProgressSink sink) WorkflowSchemeMigrationHelper.migrate(TaskProgressSink sink)
WorkflowManager.createWorkflow(com.atlassian.jira.user.ApplicationUser, JiraWorkflow)instead.