@ExperimentalApi
public interface BoardWorkflowService
Modifier and Type | Method and Description |
---|---|
Set<Status> |
getAccessibleStatuses(ApplicationUser user,
Query query)
Get the set of accessible statuses for issues potentially returned by the current query.
|
Set<Status> |
getAllActiveWorkflowStatuses()
Get all active workflow statuses available in the instance.
|
Set<Status> |
getInitialStatusesForQuery(ApplicationUser user,
Query query)
Given a user and query, return the set of initial statuses of all workflows of issues in that query.
|
Collection<JiraWorkflow> |
getJiraWorkflows(Project projectObj)
Given a project, returns all JIRA workflows which are associated to that project.
|
Collection<JiraWorkflow> |
getJiraWorkflows(Project projectObj,
String issueTypeId)
Given a project and an issue type id, returns the JIRA Workflows which are associated to that project for that
issue type.
|
Collection<JiraWorkflow> |
getWorkflowsForQuery(ApplicationUser user,
Query query)
Given a user and query, return all JIRA workflows of issues in that query.
|
Set<Status> getAccessibleStatuses(ApplicationUser user, Query query)
user
- the user who would be performing the searchquery
- the query being asked aboutSet<Status> getAllActiveWorkflowStatuses()
Collection<JiraWorkflow> getJiraWorkflows(Project projectObj)
projectObj
- the project to get all associated workflows forCollection<JiraWorkflow> getJiraWorkflows(Project projectObj, String issueTypeId)
projectObj
- the project to get workflows forissueTypeId
- the issue type id to get workflows forSet<Status> getInitialStatusesForQuery(ApplicationUser user, Query query)
user
- the user performing the searchquery
- the query being asked about@NotNull Collection<JiraWorkflow> getWorkflowsForQuery(@NotNull ApplicationUser user, @NotNull Query query)
user
- the user performing the searchquery
- the query being asked aboutCopyright © 2002-2019 Atlassian. All Rights Reserved.