Uses of Interface
com.atlassian.confluence.core.ListBuilder

Packages that use ListBuilder
com.atlassian.confluence.core   
com.atlassian.confluence.pages   
com.atlassian.confluence.spaces   
 

Uses of ListBuilder in com.atlassian.confluence.core
 

Classes in com.atlassian.confluence.core that implement ListBuilder
 class DefaultListBuilder<T>
          Skeleton implementation of a list builder that takes care of maintaining the class invariants but delegates the final building of the list to a callback function.
 

Uses of ListBuilder in com.atlassian.confluence.pages
 

Methods in com.atlassian.confluence.pages that return ListBuilder
 ListBuilder<Page> PageManager.getTopLevelPagesBuilder(Space space)
          Get the pages in a space that do not have a parent page.
 ListBuilder<Page> DefaultPageManager.getTopLevelPagesBuilder(Space space)
          NOTE: Despite our best intentions, we still have to retrieve all the top level pages and order them outside the database.
 

Uses of ListBuilder in com.atlassian.confluence.spaces
 

Methods in com.atlassian.confluence.spaces that return ListBuilder
 ListBuilder<Space> SpaceManager.getSpaces(SpacesQuery query)
          Get a list of spaces specified by the SpacesQuery limted by the offset and maxResults.
 ListBuilder<Space> DefaultSpaceManager.getSpaces(SpacesQuery query)
           
 



Copyright © 2003-2010 Atlassian. All Rights Reserved.