java.lang.Object | |
↳ | com.atlassian.jira.workflow.AbstractJiraWorkflow |
![]() |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
workflowManager |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get all actions in this workflow, global, common and from steps, whose name matched
name . | |||||||||||
Get all the actions which have a particular step as their unconditional result.
| |||||||||||
Get all the actions in this workflow, global, common and from steps.
| |||||||||||
Get the Status associated with the given StepDescriptor.
| |||||||||||
Get the id of the
Status associated with the given StepDescriptor | |||||||||||
Returns all status ids for this workflow
| |||||||||||
Get the Status associated with the given StepDescriptor.
| |||||||||||
Returns all statuses for this workflow
| |||||||||||
Returns all statuses for this workflow
| |||||||||||
Get the StepDescriptor linked to the given status for this workflow.
| |||||||||||
Get the StepDescriptor linked to the given status for this workflow.
| |||||||||||
Get the next available action id
| |||||||||||
Returns all post-functions of the transition, including the ones on all conditional results,
unconditional results and 'global' (non-result) postfunctions.
| |||||||||||
Returns a collection of all step descriptors that reference the given common action.
| |||||||||||
Returns the most recent author Notice: This method will also return proxy user even when is not
existing.
| |||||||||||
Returns the most recent authors username.
| |||||||||||
Returns the date of the most recent update to this workflow.
| |||||||||||
Determines if this workflow has a draft edit copy.
| |||||||||||
Determine whether this workflow object is currently active.
| |||||||||||
Determines if the workflow is the default JIRA workflow
| |||||||||||
Determines if the workflow can be modifed within JIRA.
| |||||||||||
Determines if the workflow is loaded from XML or the database
| |||||||||||
Remove a step from the workflow.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Get all actions in this workflow, global, common and from steps, whose name matched name
.
name | of the action to match. This is case-insensitive. |
---|
name
.
Get all the actions which have a particular step as their unconditional result.
Get all the actions in this workflow, global, common and from steps.
Get the Status associated with the given StepDescriptor.
stepDescriptor | the StepDescriptor |
---|
Get the id of the Status
associated with the given StepDescriptor
stepDescriptor | the StepDescriptor |
---|
Get the Status associated with the given StepDescriptor.
stepDescriptor | the StepDescriptor |
---|
Returns all statuses for this workflow
List
of GenericValueGet the StepDescriptor linked to the given status for this workflow.
status | the Status |
---|
Get the StepDescriptor linked to the given status for this workflow.
status | the Status |
---|
Get the next available action id
Returns all post-functions of the transition, including the ones on all conditional results, unconditional results and 'global' (non-result) postfunctions.
Returns a collection of all step descriptors that reference the given common action.
Returns the most recent author
Notice: This method will also return proxy user even when is not existing. Please useisUserExisting(com.atlassian.jira.user.ApplicationUser)
if you want to check user's existence.Returns the most recent authors username.
Returns the date of the most recent update to this workflow.
Determines if this workflow has a draft edit copy.
true
if this workflow has a draft edit copy.Determine whether this workflow object is currently active.
true
if this workflow object is active.WorkflowException |
---|
Determines if the workflow is the default JIRA workflow
true
if this is the workflow is the default JIRA workflow.
Determines if the workflow can be modifed within JIRA.
System workflows are never editable. The "published" version of an active workflow is not editable, but the draft version is. Inactive workflows are editable.
true
if this workflow is editable.WorkflowException |
---|
Determines if the workflow is loaded from XML or the database
true
if this workflow object is the uneditable system workflow.WorkflowException |
---|
Remove a step from the workflow.
This method will also remove all actions with this step ID as their unconditional result.
true
if the remove was successful