Uses of Class
com.atlassian.greenhopper.web.rapid.work.PoolService.SwimlaneIssuesData

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.
 



Copyright © 2007-2013 Atlassian. All Rights Reserved.