Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ListBuilder<Space> |
DashboardMacroSupport.getPermittedSpacesBuilder()
Get an ListBuilder of all spaces the current user can see.
|
Constructor and Description |
---|
ListBuilderPaginationSupport(int startIndex,
int pageSize,
ListBuilder<T> items) |
Modifier and Type | Method and Description |
---|---|
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–2015 Atlassian. All rights reserved.