|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RapidViewQueryService
Provides clauses and queries calculated from rapid views.
| Method Summary | |
|---|---|
ServiceOutcome<com.atlassian.query.Query> |
getActiveSprintsForPlanModeQuery(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView)
Query used to find issues and active sprints for display in Plan mode. |
ServiceOutcome<com.atlassian.query.Query> |
getBacklogQuery(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView)
Query used to find issues on the Plan mode. |
ServiceOutcome<java.util.List<Sprint>> |
getOpenSprints(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView)
Get the list of open sprints for a given rapid view |
ServiceOutcome<com.atlassian.query.Query> |
getOpenSprintsQuery(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView)
Query used to find open sprints for a given rapid board. |
ServiceOutcome<ClauseToAdd> |
getQuickFilterClause(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
java.util.Set<java.lang.Long> activeQuickFilterIds)
Get the Quick Filter clause from a set of active quick filter ids |
ServiceOutcome<com.atlassian.query.Query> |
getRapidViewQuery(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView)
Get the base rapid view query. |
ServiceOutcome<com.atlassian.query.clause.Clause> |
getStatusMappingClause(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView)
Get the status mapping clause for a given RapidView |
ServiceOutcome<com.atlassian.query.Query> |
getWorkModeQuery(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView)
Get the query for the work mode. |
ServiceOutcome<com.atlassian.query.Query> |
getWorkModeQuery(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
Column column)
Get the query for the work mode and a given column. |
| Method Detail |
|---|
@NotNull
ServiceOutcome<com.atlassian.query.Query> getRapidViewQuery(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView)
@NotNull
ServiceOutcome<com.atlassian.query.clause.Clause> getStatusMappingClause(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView)
@NotNull
ServiceOutcome<com.atlassian.query.Query> getWorkModeQuery(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView)
@NotNull
ServiceOutcome<com.atlassian.query.Query> getWorkModeQuery(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
Column column)
@NotNull
ServiceOutcome<com.atlassian.query.Query> getBacklogQuery(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView)
@NotNull
ServiceOutcome<com.atlassian.query.Query> getActiveSprintsForPlanModeQuery(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView)
@NotNull
ServiceOutcome<com.atlassian.query.Query> getOpenSprintsQuery(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView)
@NotNull
ServiceOutcome<java.util.List<Sprint>> getOpenSprints(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView)
@NotNull
ServiceOutcome<ClauseToAdd> getQuickFilterClause(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
java.util.Set<java.lang.Long> activeQuickFilterIds)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||