Uses of Interface
com.atlassian.confluence.core.ListBuilder
Packages that use ListBuilder
Package
Description
-
Uses of ListBuilder in com.atlassian.confluence.core
Classes in com.atlassian.confluence.core that implement ListBuilderModifier and TypeClassDescriptionclassSkeleton 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.impl.content
Methods in com.atlassian.confluence.impl.content that return ListBuilderModifier and TypeMethodDescription@NonNull 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.pages
Methods in com.atlassian.confluence.pages that return ListBuilderModifier and TypeMethodDescription@NonNull ListBuilder<Page> PageManager.getTopLevelPagesBuilder(Space space) Get the pages in a space that do not have a parent page. -
Uses of ListBuilder in com.atlassian.confluence.plugins.macros.dashboard
Methods in com.atlassian.confluence.plugins.macros.dashboard that return ListBuilderModifier and TypeMethodDescriptionDashboardMacroSupport.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 ListBuilderModifierConstructorDescriptionListBuilderPaginationSupport(int startIndex, int pageSize, ListBuilder<T> items) -
Uses of ListBuilder in com.atlassian.confluence.spaces
Methods in com.atlassian.confluence.spaces that return ListBuilderModifier and TypeMethodDescription@NonNull ListBuilder<Space> DefaultSpaceManager.getSpaces(SpacesQuery query) @NonNull ListBuilder<Space> ReadOnlySpaceManager.getSpaces(SpacesQuery query) Deprecated, for removal: This API element is subject to removal in a future version.@NonNull ListBuilder<Space> SpaceManager.getSpaces(SpacesQuery query) Deprecated.
SpaceService.find(Expansion...)in plugins andSpaceManagerInternalin core where applicable