|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PoolService.SwimlaneIssuesData | |
|---|---|
| com.atlassian.greenhopper.web.rapid.work | |
| Uses of PoolService.SwimlaneIssuesData in com.atlassian.greenhopper.web.rapid.work |
|---|
| Methods in com.atlassian.greenhopper.web.rapid.work that return types with arguments of type PoolService.SwimlaneIssuesData | |
|---|---|
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 | |||||||||