Uses of Interface
com.atlassian.confluence.core.ListBuilder
-
-
Uses of ListBuilder in com.atlassian.confluence.core
Classes in com.atlassian.confluence.core that implement ListBuilder Modifier and Type Class Description 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.impl.content
Methods in com.atlassian.confluence.impl.content that return ListBuilder Modifier and Type Method Description @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 ListBuilder Modifier and Type Method Description @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 ListBuilder Modifier and Type Method Description 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 Constructor Description 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 Modifier and Type Method Description @NonNull ListBuilder<Space>
DefaultSpaceManager. getSpaces(SpacesQuery query)
@NonNull ListBuilder<Space>
SpaceManager. getSpaces(SpacesQuery query)
Deprecated.since 7.3.0, useSpaceService.find(Expansion...)
in plugins andSpaceManagerInternal
in core where applicable
-