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

Packages that use ListBuilder
com.atlassian.confluence.core   
com.atlassian.confluence.pages   
com.atlassian.confluence.plugins.macros.dashboard   
com.atlassian.confluence.plugins.spacedirectory.util   
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.plugins.macros.dashboard
 

Methods in com.atlassian.confluence.plugins.macros.dashboard that return ListBuilder
 ListBuilder<Space> DashboardMacroSupport.getPermittedSpacesBuilder()
          Get an ListBuilder of all spaces the current user can see.
 

Uses of ListBuilder in com.atlassian.confluence.plugins.spacedirectory.util
 

Constructors in com.atlassian.confluence.plugins.spacedirectory.util with parameters of type ListBuilder
ListBuilderPaginationSupport(int startIndex, int pageSize, ListBuilder<T> items)
           
 

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 limited by the offset and maxResults.
 ListBuilder<Space> DefaultSpaceManager.getSpaces(SpacesQuery query)
           
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.