com.atlassian.jira.workflow.ProjectWorkflowSchemeHelper |
Known Indirect Subclasses |
Provides the ability to deromilize the workflow -> workflowscheme ->project relationship in a number of different ways. This is really an internal helper class for Project Configuration.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Return a list of projects that use the workflow scheme with the passed query.
| |||||||||||
Returns a list of the projects are currently using the passed workflow.
| |||||||||||
Return a map of active workflow names to the projects that use those workflows.
|
Return a list of projects that use the workflow scheme with the passed query. Only projects that the passed user can change the configurtion for will be returned.
schemeId | the scheme id query. Null can be passed to search for the magical default workflow scheme. |
---|
Returns a list of the projects are currently using the passed workflow. A workflow is only considered "active" if it is currently actually being used by a project. This means it is active if:
workflowName | the name of the workflow the check. |
---|
Return a map of active workflow names to the projects that use those workflows. A workflow is only considered "active" if it is currently actually being used by a project. This means it is active if:
workflows | the workflows to query. |
---|