Uses of Class
com.atlassian.greenhopper.service.rapid.PoolService.SwimlaneIssuesResult

Packages that use PoolService.SwimlaneIssuesResult
com.atlassian.greenhopper.service.rapid   
 

Uses of PoolService.SwimlaneIssuesResult in com.atlassian.greenhopper.service.rapid
 

Methods in com.atlassian.greenhopper.service.rapid that return types with arguments of type PoolService.SwimlaneIssuesResult
 ServiceOutcome<java.util.List<PoolService.SwimlaneIssuesResult>> PoolService.getCustomSwimlanes(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.Set<java.lang.Long> activeQuickFilters, java.util.Set<java.lang.Long> validIssues)
          Gets the contents of each swimlane in rapidView as seen by user
 ServiceOutcome<java.util.List<PoolService.SwimlaneIssuesResult>> PoolServiceImpl.getCustomSwimlanes(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.Set<java.lang.Long> activeQuickFilters, 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-2012 Atlassian. All Rights Reserved.