| java.lang.Object | |
| ↳ | com.atlassian.jira.workflow.IssueWorkflowManagerImpl |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the Workflow actions that are valid for the given Issue in its current state.
| |||||||||||
Returns the Workflow actions that are valid for the given Issue in its current state.
| |||||||||||
Returns true if the given transition ID is valid for the given issue.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||
From interface
com.atlassian.jira.workflow.IssueWorkflowManager
| |||||||||||||||||
Returns the Workflow actions that are valid for the given Issue in its current state.
| issue | the Issue |
|---|
Returns the Workflow actions that are valid for the given Issue in its current state. The list is sorted by the sequence number.
| issue | the Issue |
|---|
Returns true if the given transition ID is valid for the given issue.
| issue | the Issue |
|---|---|
| actionid | the id of the action we want to transition |

