|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WorkFilters | |
|---|---|
| com.atlassian.greenhopper.web.rapid.list | |
| com.atlassian.greenhopper.web.rapid.work | |
| Uses of WorkFilters in com.atlassian.greenhopper.web.rapid.list |
|---|
| Methods in com.atlassian.greenhopper.web.rapid.list with parameters of type WorkFilters | |
|---|---|
ServiceOutcome<CollectIssuesResult> |
RapidIssueEntryQueryServiceImpl.collectWorkModeIssues(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
WorkFilters workFilters)
Get the issues and the order in one go |
ServiceOutcome<CollectIssuesResult> |
RapidIssueEntryQueryService.collectWorkModeIssues(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
WorkFilters workFilters)
Collects the work mode issues in the order defined by the rapid view |
| Uses of WorkFilters in com.atlassian.greenhopper.web.rapid.work |
|---|
| Methods in com.atlassian.greenhopper.web.rapid.work with parameters of type WorkFilters | |
|---|---|
ServiceOutcome<java.util.List<PoolService.SwimlaneIssuesData>> |
PoolService.getCustomSwimlanes(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
WorkFilters workFilters,
java.util.Set<java.lang.Long> validIssues)
Gets the contents of each swimlane in rapidView as seen by user |
ServiceOutcome<java.util.List<PoolService.SwimlaneIssuesData>> |
PoolServiceImpl.getCustomSwimlanes(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
WorkFilters workFilters,
java.util.Set<java.lang.Long> validIssues)
In order to allocate the issues to the swimlanes, we're running HitCollectors queries first for the swimlanes to find out which issues they'd handle, and then we fetch the full issue list once and sieve it through the ordered swimlanes, top to bottom. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||