Package | Description |
---|---|
com.atlassian.jira.workflow.edit |
Modifier and Type | Method and Description |
---|---|
Workflow |
Workflows.getClone(String workflowName)
Get a clone of workflow.
|
Workflow |
WorkflowsImpl.getClone(String workflowName) |
Workflow |
Workflows.getDraftWorkflow(String workflowName)
Retrieves a draft workflow with the given name.
|
Workflow |
WorkflowsImpl.getDraftWorkflow(String workflowName) |
Workflow |
Workflows.getMutableWorkflowWithoutValidation(String workflowName)
Gets a mutable workflow with no validation applied to it.
|
Workflow |
WorkflowsImpl.getMutableWorkflowWithoutValidation(String workflowName) |
Workflow |
Workflows.getWorkflow(boolean isDraft,
String workflowName)
Get the workflow specified by the supplied name in the state specified by isDraft.
|
Workflow |
WorkflowsImpl.getWorkflow(boolean isDraft,
String workflowName) |
Workflow |
Workflows.getWorkflow(JiraWorkflow mutableWorkflow)
Returns
Workflow from mutable JiraWorkflow |
Workflow |
WorkflowsImpl.getWorkflow(JiraWorkflow jiraWorkflow) |
Modifier and Type | Method and Description |
---|---|
ServiceOutcome<Workflow> |
Workflow.addCommonTransition(String sourceStatusId,
int transitionId)
Add a common transition to the workflow.
|
ServiceOutcome<Workflow> |
WorkflowTransitions.addCommonTransition(String sourceStatusId,
int transitionId,
String workflowName)
Add a common transition to a workflow.
|
ServiceOutcome<Workflow> |
WorkflowTransitionsImpl.addCommonTransition(String sourceStatusId,
int transitionId,
String workflowName) |
ServiceOutcome<Workflow> |
Workflow.addGlobalTransition(Workflow.AddTransitionParameters params)
Add a global transition to this workflow.
|
ServiceOutcome<Workflow> |
Workflow.addStatus(Status status)
Add a status to the supplied workflow.
|
ServiceOutcome<Workflow> |
WorkflowStatuses.addStatusAndGlobalTransitionToWorkflow(Status status,
String workflowName)
Add a status and a global transition to that status to a workflow.
|
ServiceOutcome<Workflow> |
WorkflowStatusesImpl.addStatusAndGlobalTransitionToWorkflow(Status status,
String workflowName) |
ServiceOutcome<Workflow> |
WorkflowStatuses.addStatusToWorkflow(Status status,
String workflowName)
Add a status to a workflow.
|
ServiceOutcome<Workflow> |
WorkflowStatusesImpl.addStatusToWorkflow(Status status,
String workflowName) |
ServiceOutcome<Workflow> |
WorkflowStatuses.createAndAddStatusToWorkflow(boolean createGlobalTransition,
String description,
String name,
String statusCategoryId,
String workflowName)
Create a status and add it to a workflow.
|
ServiceOutcome<Workflow> |
WorkflowStatusesImpl.createAndAddStatusToWorkflow(boolean createGlobalTransition,
String description,
String name,
String statusCategoryId,
String workflowName) |
ServiceOutcome<Workflow> |
WorkflowGlobalTransitions.createGlobalTransition(String statusId,
String workflowName,
String globalTransitionName,
String globalTransitionDescription,
Long screenId)
Create a global transition to a specified status on a workflow.
|
ServiceOutcome<Workflow> |
WorkflowGlobalTransitionsImpl.createGlobalTransition(String statusId,
String workflowName,
String globalTransitionName,
String globalTransitionDescription,
Long screenId) |
ServiceOutcome<Workflow> |
Workflow.deleteGlobalTransition(String globalTransitionId)
Delete the global transition from the provided workflow.
|
ServiceOutcome<Workflow> |
WorkflowGlobalTransitions.deleteGlobalTransition(String globalTransitionId,
String workflowName)
Delete the global transition in the specified workflow.
|
ServiceOutcome<Workflow> |
WorkflowGlobalTransitionsImpl.deleteGlobalTransition(String globalTransitionId,
String workflowName) |
ServiceOutcome<Workflow> |
Workflow.deleteLoopedTransition(int loopedTransitionId)
Delete the looped transition from the provided workflow.
|
ServiceOutcome<Workflow> |
WorkflowLoopedTransitionsImpl.deleteLoopedTransition(int loopedTransitionId,
String workflowName) |
ServiceOutcome<Workflow> |
WorkflowLoopedTransitions.deleteLoopedTransition(int loopedTransitionId,
String workflowName)
Delete the looped transition in the specified workflow.
|
ServiceOutcome<Workflow> |
Workflow.deleteTransition(int transitionId,
int sourceStepId)
Delete the transition represented by the supplied transition id, source step id.
|
ServiceOutcome<Workflow> |
WorkflowTransitions.deleteTransition(int transitionId,
int sourceStepId,
String workflowName)
Delete the transition represented by transition id on the specified workflow.
|
ServiceOutcome<Workflow> |
WorkflowTransitionsImpl.deleteTransition(int transitionId,
int sourceStepId,
String workflowName) |
ServiceOutcome<Workflow> |
Workflows.getMutableWorkflow(String workflowName)
Get a workflow that can be changed.
|
ServiceOutcome<Workflow> |
WorkflowsImpl.getMutableWorkflow(String workflowName) |
ServiceOutcome<Workflow> |
Workflows.publishDraft(String parentWorkflowName)
Publish a draft workflow.
|
ServiceOutcome<Workflow> |
WorkflowsImpl.publishDraft(String parentWorkflowName) |
ServiceOutcome<Workflow> |
Workflow.removeStatus(Status status)
Remove a status from the provided workflow.
|
ServiceOutcome<Workflow> |
Workflow.removeStatus(String statusId)
Remove a status from the provided workflow.
|
ServiceOutcome<Workflow> |
WorkflowStatuses.removeStatus(String statusId,
String workflowName)
Remove the status represented by the supplied status from the named workflow.
|
ServiceOutcome<Workflow> |
WorkflowStatusesImpl.removeStatus(String statusId,
String workflowName)
Remove the status represented by the supplied status from the named workflow.
|
ServiceOutcome<Workflow> |
Workflows.saveWorkflow(Workflow workflow)
Save changes that have been made to a workflow and return a
ServiceOutcome . |
ServiceOutcome<Workflow> |
WorkflowsImpl.saveWorkflow(Workflow workflow) |
ServiceOutcome<Workflow> |
Workflow.updateGlobalTransition(int transitionId,
String name,
String description,
FieldScreen screen)
Update the global transition represented by the supplied transition id to have the supplied properties.
|
ServiceOutcome<Workflow> |
WorkflowGlobalTransitions.updateGlobalTransition(int transitionId,
String name,
String description,
Long screenId,
String workflowName)
Update the global transition identified by the specified transition id with the supplied properties.
|
ServiceOutcome<Workflow> |
WorkflowGlobalTransitionsImpl.updateGlobalTransition(int transitionId,
String name,
String description,
Long screenId,
String workflowName) |
ServiceOutcome<Workflow> |
Workflow.updateLoopedTransition(int transitionId,
String name,
String description,
FieldScreen screen)
Update the looped transition represented by the supplied transition id to have the supplied properties.
|
ServiceOutcome<Workflow> |
WorkflowLoopedTransitionsImpl.updateLoopedTransition(int transitionId,
String name,
String description,
Long screenId,
String workflowName) |
ServiceOutcome<Workflow> |
WorkflowLoopedTransitions.updateLoopedTransition(int transitionId,
String name,
String description,
Long screenId,
String workflowName)
Update the global transition identified by the specified transition id with the supplied properties.
|
ServiceOutcome<Workflow> |
Workflow.updateStatus(String statusId,
String name)
Update a status identified by the status id in the workflow.
|
ServiceOutcome<Workflow> |
WorkflowStatuses.updateStatus(String description,
String name,
String statusCategoryId,
String statusId,
String workflowName)
Update a status, setting its description, name, and status category.
|
ServiceOutcome<Workflow> |
WorkflowStatusesImpl.updateStatus(String description,
String name,
String statusCategoryId,
String statusId,
String workflowName)
Update a status, setting its description, name, and status category.
|
ServiceOutcome<Workflow> |
Workflow.updateTransition(int transitionId,
String name,
String description,
FieldScreen screen)
Update the transition specified by the transitionId with the supplied parameters.
|
ServiceOutcome<Workflow> |
WorkflowTransitions.updateTransition(int transitionId,
String name,
String description,
Long screenId,
int sourceStepId,
String workflowName)
Update an existing transition with the supplied properties on the named workflow.
|
ServiceOutcome<Workflow> |
WorkflowTransitionsImpl.updateTransition(int transitionId,
String name,
String description,
Long screenId,
int sourceStepId,
String workflowName) |
ServiceOutcome<Workflow> |
Workflow.updateTransitionSource(int transitionId,
Status newSourceStatus,
Status originalSourceStatus)
Update the source of the transition specified by the transitionId.
|
ServiceOutcome<Workflow> |
WorkflowTransitions.updateTransitionSource(int transitionId,
String newSourceStatusId,
String originalSourceStatusId,
String workflowName)
Update the source of an existing transition on the named workflow.
|
ServiceOutcome<Workflow> |
WorkflowTransitionsImpl.updateTransitionSource(int transitionId,
String newSourceStatusId,
String originalSourceStatusId,
String workflowName) |
ServiceOutcome<Workflow> |
Workflow.updateTransitionTarget(int transitionId,
Status targetStatus)
Update the target of the transition specified by the transitionId.
|
ServiceOutcome<Workflow> |
WorkflowTransitions.updateTransitionTarget(int transitionId,
String targetStatusId,
String workflowName)
Update the target of an existing transition on the named workflow.
|
ServiceOutcome<Workflow> |
WorkflowTransitionsImpl.updateTransitionTarget(int transitionId,
String targetStatusId,
String workflowName) |
ServiceOutcome<Workflow> |
WorkflowGlobalTransitions.verifyGlobalTransitionCanBeUpdated(int transitionId,
String name,
String workflowName,
Long screenId) |
ServiceOutcome<Workflow> |
WorkflowGlobalTransitionsImpl.verifyGlobalTransitionCanBeUpdated(int transitionId,
String name,
String workflowName,
Long screenId) |
ServiceOutcome<Workflow> |
WorkflowLoopedTransitionsImpl.verifyLoopedTransitionCanBeAdded(String name,
String workflowName,
Long screenId) |
ServiceOutcome<Workflow> |
WorkflowLoopedTransitions.verifyLoopedTransitionCanBeAdded(String name,
String workflowName,
Long screenId) |
ServiceOutcome<Workflow> |
WorkflowLoopedTransitionsImpl.verifyLoopedTransitionCanBeUpdated(int transitionId,
String name,
String workflowName,
Long screenId) |
ServiceOutcome<Workflow> |
WorkflowLoopedTransitions.verifyLoopedTransitionCanBeUpdated(int transitionId,
String name,
String workflowName,
Long screenId) |
ServiceOutcome<Pair<Workflow,Status>> |
WorkflowStatuses.verifyStatusCanBeRemoved(Status status,
String workflowName) |
ServiceOutcome<Pair<Workflow,Status>> |
WorkflowStatusesImpl.verifyStatusCanBeRemoved(Status status,
String workflowName) |
ServiceOutcome<Pair<Workflow,Status>> |
WorkflowStatuses.verifyStatusCanBeRemoved(String statusId,
String workflowName) |
ServiceOutcome<Pair<Workflow,Status>> |
WorkflowStatusesImpl.verifyStatusCanBeRemoved(String statusId,
String workflowName) |
Modifier and Type | Method and Description |
---|---|
String |
WorkflowGlobalTransitions.resolveUniqueGlobalTransitionName(Workflow workflow,
String globalTransitionName)
Checks if a global transition name conflict occurs, returns a generated unique name if it does
|
String |
WorkflowGlobalTransitionsImpl.resolveUniqueGlobalTransitionName(Workflow workflow,
String globalTransitionName) |
ServiceOutcome<Workflow> |
Workflows.saveWorkflow(Workflow workflow)
Save changes that have been made to a workflow and return a
ServiceOutcome . |
ServiceOutcome<Workflow> |
WorkflowsImpl.saveWorkflow(Workflow workflow) |
Copyright © 2002-2019 Atlassian. All Rights Reserved.