|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WorkflowException | |
|---|---|
| com.atlassian.jira.bulkedit.operation | |
| com.atlassian.jira.web.bean | |
| com.atlassian.jira.workflow | |
| Uses of WorkflowException in com.atlassian.jira.bulkedit.operation |
|---|
| Methods in com.atlassian.jira.bulkedit.operation that throw WorkflowException | |
|---|---|
void |
BulkMoveOperation.setStatusFields(BulkEditBean bulkEditBean)
|
| Uses of WorkflowException in com.atlassian.jira.web.bean |
|---|
| Methods in com.atlassian.jira.web.bean that throw WorkflowException | |
|---|---|
abstract Set<Issue> |
BulkEditBean.getInvalidIssues()
Gets issues whose status is null |
abstract Collection<org.ofbiz.core.entity.GenericValue> |
BulkEditBean.getInvalidStatuses()
Gets a set of invalid statuses that are not valid in the destination workflow |
abstract Set<String> |
BulkEditBean.getInvalidSubTaskStatusesByType(String subTaskTypeId)
|
abstract Set<String> |
BulkEditBean.getInvalidSubTaskTypes()
|
abstract JiraWorkflow |
BulkEditBean.getTargetWorkflow()
|
abstract JiraWorkflow |
BulkEditBean.getTargetWorkflowByType(String issueTypeId)
|
abstract void |
BulkEditBean.populateStatusHolder()
|
abstract void |
BulkEditBean.populateSubTaskStatusHolder()
|
| Uses of WorkflowException in com.atlassian.jira.workflow |
|---|
| Methods in com.atlassian.jira.workflow that throw WorkflowException | |
|---|---|
org.ofbiz.core.entity.GenericValue |
WorkflowManager.createIssue(String remoteUserName,
Map<String,Object> fields)
Create an issue in the database. |
void |
WorkflowManager.createWorkflow(String username,
JiraWorkflow workflow)
|
void |
WorkflowManager.createWorkflow(User user,
JiraWorkflow workflow)
|
void |
WorkflowManager.createWorkflow(com.atlassian.crowd.embedded.api.User user,
JiraWorkflow workflow)
|
void |
WorkflowManager.deleteWorkflow(JiraWorkflow workflow)
|
Collection<String> |
WorkflowSchemeManager.getActiveWorkflowNames()
|
Collection<JiraWorkflow> |
WorkflowManager.getActiveWorkflows()
Retrieve all currently active workflows. |
JiraWorkflow |
WorkflowManager.getDefaultWorkflow()
|
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. |
Collection<JiraWorkflow> |
WorkflowManager.getWorkflowsFromScheme(org.ofbiz.core.entity.GenericValue workflowScheme)
Returns all workflows for a given scheme |
boolean |
JiraWorkflow.isActive()
Determine whether this workflow object is currently active. |
boolean |
WorkflowManager.isActive(JiraWorkflow workflow)
Determine whether or not a given workflow is active in the system. |
boolean |
JiraWorkflow.isEditable()
Determines if the workflow can be modifed within JIRA. |
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. |
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 |
WorkflowManager.migrateIssueToWorkflow(MutableIssue issue,
JiraWorkflow newWorkflow,
Status status)
Migrates given issue to new workflow and sets new status on it. |
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. |
boolean |
WorkflowManager.workflowExists(String name)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||