Modifier and Type | Method and Description |
---|---|
<T> @NonNull PageResponse<T> |
ObjectDao.findByClassIds(Iterable<Long> ids,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super T> filter)
Deprecated.
Find a list of objects from the same persistent class.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractRemoteServiceAcceptanceTest.checkPageResponse(String pageIdentifier,
int expectedPageSize,
int expectedUniqueResultsAfter,
int actualUniqueResultsAfter,
PageResponse<?> pageResponse)
Method used to do some basic assumptions on PageResponse objects
|
Modifier and Type | Method and Description |
---|---|
static <H,M> PageResponse<M> |
PagerToPageResponseHelper.createFromPager(com.atlassian.user.search.page.Pager<H> pager,
LimitedRequest limitedRequest,
Function<H,M> transformer)
Helper to build page responses from atlassian user Pagers
|
<H,M> PageResponse<M> |
PaginationServiceImpl.doPaginationListRequest(LimitedRequest initialRequest,
PaginationBatch<H> fetchPage,
com.google.common.base.Function<Iterable<H>,Iterable<M>> modelConverter)
Deprecated.
|
<H,M> PageResponse<M> |
PaginationServiceImpl.doPaginationRequest(LimitedRequest initialRequest,
PaginationBatch<H> fetchPage,
com.google.common.base.Function<? super H,M> modelConverter)
Deprecated.
|
static <H,M> PageResponse<M> |
PagerToPageResponseHelper.fromPager(com.atlassian.user.search.page.Pager<H> pager,
LimitedRequest limitedRequest,
com.google.common.base.Function<H,M> transfromer)
Deprecated.
|
PageResponse<T> |
Paginated.page(PageRequest request)
Retrieves a page of data.
|
Modifier and Type | Method and Description |
---|---|
PageResponse<Content> |
AttachmentServiceImpl.addAttachments(ContentId containerId,
Collection<AttachmentUpload> uploads) |
PageResponse<Content> |
AttachmentServiceImpl.addAttachments(ContentId containerId,
ContentStatus containerStatus,
Collection<AttachmentUpload> uploads) |
PageResponse<Content> |
AttachmentServiceImpl.addAttachments(ContentId containerId,
ContentStatus containerStatus,
Collection<AttachmentUpload> uploads,
boolean allowDuplicated,
Expansions expansions) |
PageResponse<Label> |
ContentLabelServiceImpl.addLabels(ContentId contentId,
Iterable<Label> labels) |
PageResponse<Content> |
SpaceServiceImpl.SpaceContentImpl.fetchMany(ContentType type,
PageRequest pageRequest) |
PageResponse<Space> |
SpaceServiceImpl.SpaceFinderImpl.fetchMany(PageRequest request) |
PageResponse<Label> |
ContentLabelServiceImpl.getLabels(ContentId contentId,
Collection<Label.Prefix> prefixes,
PageRequest pageRequest) |
Modifier and Type | Method and Description |
---|---|
Map<ContentType,PageResponse<Content>> |
SpaceServiceImpl.SpaceContentImpl.fetchMappedByType(PageRequest pageRequest) |
Modifier and Type | Method and Description |
---|---|
PageResponse<Content> |
ChildSupport.getChildrenList(ContentConvertible parent,
ContentType childType,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth,
Collection<String> location) |
Modifier and Type | Method and Description |
---|---|
Map<ContentType,PageResponse<Content>> |
ChildContentFactory.buildFrom(ContentSelector parentSelector,
Depth depth,
Fauxpansions fauxpansions) |
Map<ContentType,PageResponse<Content>> |
ChildSupport.getChildrenMap(ContentConvertible parent,
LimitedRequest limitedRequest,
Expansions childExpansions,
Depth depth,
Collection<String> location)
Called from the
ContentFactory when expanding "children" on a Content item being built. |
Map<ContentType,PageResponse<Content>> |
ChildSupport.getChildrenMap(ContentSelector parentSelector,
LimitedRequest limitedRequest,
Expansions childExpansions,
Depth depth) |
Map<ContentType,PageResponse<Content>> |
ChildSupport.getChildrenMap(ContentSelector parentSelector,
LimitedRequest limitedRequest,
Expansions childExpansions,
Depth depth,
Collection<String> location) |
Modifier and Type | Method and Description |
---|---|
PageResponse<Content> |
AttachmentContentTypeApiSupport.getAttachments(ContentId containerId,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super Attachment> predicate,
Expansions contentExpansions) |
protected PageResponse<Content> |
AttachmentContentTypeApiSupport.getChildrenForThisType(Attachment content,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth) |
protected PageResponse<Content> |
BlogPostContentTypeApiSupport.getChildrenForThisType(BlogPost content,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth) |
protected PageResponse<Content> |
CommentContentTypeApiSupport.getChildrenForThisType(Comment content,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth) |
protected PageResponse<Content> |
CommentContentTypeApiSupport.getChildrenForThisType(Comment content,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth,
com.google.common.base.Predicate<? super ContentEntityObject> predicate) |
protected PageResponse<Content> |
PageContentTypeApiSupport.getChildrenForThisType(Page content,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth) |
protected PageResponse<Content> |
BlogPostContentTypeApiSupport.getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth) |
protected PageResponse<Content> |
CommentContentTypeApiSupport.getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth) |
PageResponse<Content> |
AttachmentContentTypeApiSupport.getChildrenOfThisTypeForOtherType(ContentConvertible parent,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth) |
protected PageResponse<Content> |
PageContentTypeApiSupport.getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth) |
protected PageResponse<Content> |
CommentContentTypeApiSupport.getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth,
com.google.common.base.Predicate<? super ContentEntityObject> predicate) |
Modifier and Type | Method and Description |
---|---|
PageResponse<LongTaskStatus> |
LongTaskServiceImpl.getAll(PageRequest request,
Expansion... expansions) |
Modifier and Type | Method and Description |
---|---|
PageResponse<User> |
NetworkServiceImpl.getFollowers(com.atlassian.sal.api.user.UserKey userKey,
PageRequest request) |
PageResponse<User> |
NetworkServiceImpl.getFollowing(com.atlassian.sal.api.user.UserKey userKey,
PageRequest request) |
Modifier and Type | Method and Description |
---|---|
PageResponse<Group> |
GroupServiceImpl.GroupFinderImpl.fetchMany(PageRequest pageRequest) |
PageResponse<Person> |
PersonServiceImpl.PersonSearcherImpl.fetchMany(PageRequest request) |
PageResponse<Person> |
PersonServiceImpl.PersonFinderImpl.fetchMany(PageRequest request) |
Modifier and Type | Method and Description |
---|---|
Map<ContentType,PageResponse<Content>> |
Content.getChildren()
Returns a map of the immediate sub-content of this Content, split by ContentType.
|
Map<ContentType,PageResponse<Content>> |
Content.getDescendants()
Returns a map of all sub-content of this Content, at any depth, split by ContentType.
|
Modifier and Type | Method and Description |
---|---|
Content.ContentBuilder |
Content.ContentBuilder.children(Map<ContentType,PageResponse<Content>> children) |
Content.ContentBuilder |
Content.ContentBuilder.descendants(Map<ContentType,PageResponse<Content>> descendants) |
Modifier and Type | Class and Description |
---|---|
class |
PageResponseImpl<T>
A wrapper around a list of content.
|
Modifier and Type | Method and Description |
---|---|
static <T> PageResponse<T> |
PageResponseImpl.filteredPageResponse(LimitedRequest limitedRequest,
List<T> items,
com.google.common.base.Predicate<? super T> predicate)
Deprecated.
since 6.10.0. Use
PageResponseImpl.filteredResponse(LimitedRequest, List, Predicate) instead. |
static <T> PageResponse<T> |
PageResponseImpl.filteredResponse(LimitedRequest limitedRequest,
List<T> items,
Predicate<? super T> predicate)
Reduces a list of items for a limited request by the predicate provided.
|
Modifier and Type | Method and Description |
---|---|
static <F,T> PageResponseImpl<T> |
PageResponseImpl.transform(PageResponse<F> input,
com.google.common.base.Function<F,T> mapper)
Deprecated.
since 6.10.0. Use
PageResponseImpl.transformResponse(PageResponse, Function) instead. |
static <F,T> PageResponseImpl<T> |
PageResponseImpl.transformResponse(PageResponse<F> input,
Function<F,T> mapper)
Converts a given PageResponse contains items of type F into an equivalent PageResponse with items of type T,
transformed by the given mapper.
|
Modifier and Type | Class and Description |
---|---|
class |
ContentRestrictionsPageResponse
Special implementation of
PageResponse for ContentRestriction objects. |
Modifier and Type | Method and Description |
---|---|
Map<SubjectType,PageResponse<Subject>> |
ContentRestriction.getRestrictions()
Presents information about the restriction in a form of
Map<SubjectType, PageResponse<Subject>> |
Modifier and Type | Method and Description |
---|---|
static <T> PageResponse<T> |
BuilderUtils.collapsedPageResponse(Navigation.Builder navBuilder) |
Modifier and Type | Class and Description |
---|---|
class |
SearchPageResponse<T>
A page response impl for the search service which provides the total size of the
result set, along with the CQL Query that was used to generate the result set.
|
Modifier and Type | Method and Description |
---|---|
PageResponse<Content> |
AttachmentService.addAttachments(ContentId containerId,
Collection<AttachmentUpload> uploads)
Add one or more attachments to a piece of
Content . |
PageResponse<Content> |
AttachmentService.addAttachments(ContentId containerId,
ContentStatus containerStatus,
Collection<AttachmentUpload> uploads)
Add one or more attachments to a piece of
Content . |
PageResponse<Content> |
AttachmentService.addAttachments(ContentId containerId,
ContentStatus containerStatus,
Collection<AttachmentUpload> uploads,
boolean allowDuplicated,
Expansions expansions)
Add one or more attachments to a piece of
Content . |
PageResponse<Label> |
ContentLabelService.addLabels(ContentId contentId,
Iterable<Label> labels)
Adds the given labels to the specified content
|
PageResponse<Content> |
SpaceService.SpaceContentFinder.fetchMany(ContentType type,
PageRequest request)
Retrieve all content contained in this space of the particular type
|
PageResponse<Content> |
ContentService.ContentFetcher.fetchMany(ContentType type,
PageRequest request) |
PageResponse<Content> |
ChildContentService.ChildContentFinder.fetchMany(ContentType type,
PageRequest request)
Retrieve all content of the particular type contained in this parent.
|
PageResponse<Label> |
ContentLabelService.getLabels(ContentId contentId,
Collection<Label.Prefix> prefixes,
PageRequest pageRequest)
Get the labels attached to a given piece of content in the given namespaces
|
Modifier and Type | Method and Description |
---|---|
Map<ContentType,PageResponse<Content>> |
ContentService.ContentFetcher.fetchMappedByContentType(PageRequest request) |
Map<ContentType,PageResponse<Content>> |
SpaceService.SpaceContentFinder.fetchMappedByType(PageRequest request)
Retrieve all content contained in this space mapped by ContentType
|
Map<ContentType,PageResponse<Content>> |
ChildContentService.ChildContentFinder.fetchMappedByType(PageRequest request)
Retrieve all content contained in this parent mapped by ContentType.
|
Modifier and Type | Method and Description |
---|---|
PageResponse<ContentTemplate> |
ContentTemplateService.getTemplates(ContentTemplateType contentTemplateType,
com.atlassian.fugue.Option<Space> space,
PageRequest pageRequest,
Expansion... expansions)
Deprecated.
|
default PageResponse<ContentTemplate> |
ContentTemplateService.getTemplates(ContentTemplateType contentTemplateType,
Optional<Space> space,
PageRequest pageRequest,
Expansion... expansions)
Returns templates of the current space, or returns global templates if no space specified.
|
Modifier and Type | Method and Description |
---|---|
PageResponse<T> |
ManyFetcher.fetchMany(PageRequest request) |
Modifier and Type | Method and Description |
---|---|
PageResponse<LongTaskStatus> |
LongTaskService.getAll(PageRequest request,
Expansion... expansions)
Returns the status of all tracked long-running tasks visible to the user.
|
Modifier and Type | Method and Description |
---|---|
PageResponse<User> |
NetworkService.getFollowers(com.atlassian.sal.api.user.UserKey userKey,
PageRequest request)
Gets the users who are following the given user.
|
PageResponse<User> |
NetworkService.getFollowing(com.atlassian.sal.api.user.UserKey userKey,
PageRequest request)
Gets the users that the given user is following.
|
Modifier and Type | Method and Description |
---|---|
<H,M> PageResponse<M> |
PaginationService.doPaginationListRequest(LimitedRequest pageRequest,
PaginationBatch<H> fetchBatch,
com.google.common.base.Function<Iterable<H>,Iterable<M>> modelConverter)
Deprecated.
|
<H,M> PageResponse<M> |
PaginationService.doPaginationRequest(LimitedRequest pageRequest,
PaginationBatch<H> fetchBatch,
com.google.common.base.Function<? super H,M> modelConverter)
Deprecated.
|
default <H,M> PageResponse<M> |
PaginationService.performPaginationListRequest(LimitedRequest pageRequest,
PaginationBatch<H> fetchBatch,
Function<Iterable<H>,Iterable<M>> modelConverter)
Perform a pagination request, this will execute the fetchBatch function as many times as
necessary to retrieve the page of results.
|
default <H,M> PageResponse<M> |
PaginationService.performPaginationRequest(LimitedRequest pageRequest,
PaginationBatch<H> fetchBatch,
Function<? super H,M> modelConverter)
Perform a pagination request, this will execute the fetchBatch function as many times as
necessary to retrieve the page of results.
|
Modifier and Type | Method and Description |
---|---|
PageResponse<R> |
RelationService.RelatableFinder.fetchMany(PageRequest pageRequest,
Expansion... expansions) |
Modifier and Type | Method and Description |
---|---|
PageResponse<Content> |
CQLSearchService.searchContent(String cqlInput,
Expansion... expansions)
Execute a CQL search query and fetch a page results.
|
PageResponse<Content> |
CQLSearchService.searchContent(String cqlInput,
PageRequest pageRequest,
Expansion... expansions)
Execute a CQL search query and fetch a page results.
|
PageResponse<Content> |
CQLSearchService.searchContent(String cqlInput,
SearchContext searchContext,
PageRequest pageRequest,
Expansion... expansions)
Execute a CQL search query and fetch a page results.
|
Modifier and Type | Method and Description |
---|---|
static org.hamcrest.Matcher<PageResponse<?>> |
ReferenceMatchers.isEmptyNonCollapsedPageResponse()
Matches PageResponses which do not implement Collapsed and whose iterator is empty
|
Modifier and Type | Method and Description |
---|---|
<T> @NonNull PageResponse<T> |
CustomContentManager.findByQuery(ContentQuery<T> query,
boolean cacheable,
LimitedRequest request,
com.google.common.base.Predicate<T> predicate)
Deprecated.
|
<T> @NonNull PageResponse<T> |
DefaultCustomContentManager.findByQuery(ContentQuery<T> query,
boolean cacheable,
LimitedRequest request,
com.google.common.base.Predicate<T> predicate)
Deprecated.
|
default <T> @NonNull PageResponse<T> |
CustomContentManager.findByQueryAndFilter(ContentQuery<T> query,
boolean cacheable,
LimitedRequest request,
Predicate<T> predicate)
Get the results of a query for CustomContentEntityObjects
|
@NonNull PageResponse<Content> |
CustomContentManager.getChildrenOfType(ContentEntityObject entity,
String contentModuleKey,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth,
com.google.common.base.Predicate<? super CustomContentEntityObject> predicate)
|
@NonNull PageResponse<Content> |
DefaultCustomContentManager.getChildrenOfType(ContentEntityObject entity,
String contentModuleKey,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth,
com.google.common.base.Predicate<? super CustomContentEntityObject> predicate)
|
default @NonNull PageResponse<Content> |
CustomContentManager.getChildrenOfTypeAndFilter(ContentEntityObject entity,
String contentModuleKey,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth,
Predicate<? super CustomContentEntityObject> predicate)
Returns the children of a CustomContentEntityObject, limited to the pagination requested.
|
Modifier and Type | Method and Description |
---|---|
PageResponse<Content> |
BaseContentTypeApiSupport.getChildren(ContentConvertible content,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth,
com.google.common.base.Predicate<? super ContentEntityObject> predicate)
|
PageResponse<Content> |
ContentTypeApiSupport.getChildren(ContentConvertible content,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth,
com.google.common.base.Predicate<? super ContentEntityObject> predicate)
Deprecated.
|
protected abstract PageResponse<Content> |
BaseContentTypeApiSupport.getChildrenForThisType(T content,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth) |
protected PageResponse<Content> |
BaseContentTypeApiSupport.getChildrenForThisType(T content,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth,
com.google.common.base.Predicate<? super ContentEntityObject> predicate)
|
protected abstract PageResponse<Content> |
BaseContentTypeApiSupport.getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth) |
protected PageResponse<Content> |
CustomContentTypeApiSupport.getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth) |
protected PageResponse<Content> |
BaseContentTypeApiSupport.getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth,
com.google.common.base.Predicate<? super ContentEntityObject> predicate)
|
protected PageResponse<Content> |
CustomContentTypeApiSupport.getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth,
com.google.common.base.Predicate<? super ContentEntityObject> predicate)
|
default PageResponse<Content> |
ContentTypeApiSupport.getFilteredChildren(ContentConvertible content,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth,
Predicate<? super ContentEntityObject> predicate)
Retrieve the children of an item of Content filtered by a predicate.
|
protected PageResponse<Content> |
BaseContentTypeApiSupport.getFilteredChildrenForThisType(T content,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth,
Predicate<? super ContentEntityObject> predicate)
This method includes an additional parameter "location", it will call the default one if not overridden
|
protected PageResponse<Content> |
BaseContentTypeApiSupport.getFilteredChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth,
Predicate<? super ContentEntityObject> predicate)
This method includes an additional parameter "location", it will call the default one if not overridden
|
Modifier and Type | Method and Description |
---|---|
<T> PageResponse<T> |
CustomContentDao.findByQuery(ContentQuery<T> query,
boolean cacheable,
LimitedRequest request,
com.google.common.base.Predicate<T> predicate)
Deprecated.
|
default <T> PageResponse<T> |
CustomContentDao.findByQueryAndFilter(ContentQuery<T> query,
boolean cacheable,
LimitedRequest request,
Predicate<T> predicate) |
Modifier and Type | Method and Description |
---|---|
<T> PageResponse<T> |
PluginContentHibernateDao.findByQuery(ContentQuery<T> contentQuery,
boolean cacheable,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<T> predicate)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PageResponse<ContentEntityObject> |
DefaultContentEntityManager.getByIds(List<ContentId> contentIds,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super ContentEntityObject>... filters)
Deprecated.
|
@NonNull PageResponse<AbstractPage> |
ContentEntityManager.getPageAndBlogPostsVersionsLastEditedByUser(@Nullable com.atlassian.sal.api.user.UserKey userKey,
LimitedRequest request)
Retrieve a page of entities that have been modified by the user, in order of the user's most recent modification.
|
@NonNull PageResponse<AbstractPage> |
DefaultContentEntityManager.getPageAndBlogPostsVersionsLastEditedByUser(com.atlassian.sal.api.user.UserKey userKey,
LimitedRequest request) |
@NonNull PageResponse<AbstractPage> |
ContentEntityManager.getPageAndBlogPostsVersionsLastEditedByUserIncludingDrafts(@Nullable com.atlassian.sal.api.user.UserKey userKey,
LimitedRequest request)
Retrieve a page of entities that have been modified by the user, in order of the user's most recent modification.
|
@NonNull PageResponse<AbstractPage> |
DefaultContentEntityManager.getPageAndBlogPostsVersionsLastEditedByUserIncludingDrafts(@Nullable com.atlassian.sal.api.user.UserKey userKey,
LimitedRequest request) |
@NonNull PageResponse<VersionHistorySummary> |
DefaultContentEntityManager.getVersionHistorySummaries(ContentId contentId,
LimitedRequest limitedRequest) |
Modifier and Type | Method and Description |
---|---|
PageResponse<SpaceContentEntityObject> |
ContentEntityObjectDao.findContentBySpaceIdAndStatus(long spaceId,
String status,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super SpaceContentEntityObject> predicate)
Deprecated.
|
PageResponse<AbstractPage> |
ContentEntityObjectDao.getPageAndBlogPostsVersionsLastEditedByUser(@Nullable com.atlassian.sal.api.user.UserKey userKey,
LimitedRequest request)
Retrieve a page of entities, either the current version or historical version, that have been modified by the user,
in order of the user's most recent modification.
|
PageResponse<AbstractPage> |
ContentEntityObjectDao.getPageAndBlogPostsVersionsLastEditedByUserIncludingDrafts(@Nullable com.atlassian.sal.api.user.UserKey userKey,
LimitedRequest request)
Retrieve a page of entities, either the current version or historical version, that have been modified by the user,
in order of the user's most recent modification.
|
PageResponse<VersionHistorySummary> |
ContentEntityObjectDao.getVersionHistorySummary(long originalContentId,
LimitedRequest request)
Get version history with pagination.
|
Modifier and Type | Method and Description |
---|---|
<E> @NonNull PageResponse<E> |
HibernateObjectDao.findByClassIds(Iterable<Long> ids,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super E> filter)
Deprecated.
since 6.10.0. Use
HibernateObjectDao.findByClassIdsFiltered(Iterable, LimitedRequest, Predicate) instead. |
@NonNull PageResponse<T> |
HibernateObjectDao.findByClassIdsFiltered(Iterable<Long> ids,
LimitedRequest limitedRequest,
Predicate<? super T> filter) |
Modifier and Type | Method and Description |
---|---|
default PageResponse<ConfluenceUser> |
ConnectionDao.getFilteredFollowees(ConfluenceUser follower,
LimitedRequest limitedRequest,
Predicate<ConfluenceUser> predicate)
Returns a list of usernames for the users that the specified user is following
|
default PageResponse<ConfluenceUser> |
ConnectionDao.getFilteredFollowers(ConfluenceUser followee,
LimitedRequest limitedRequest,
Predicate<ConfluenceUser> predicate)
Returns a list of users that are followers of the specified user
|
PageResponse<ConfluenceUser> |
ConnectionDao.getFollowees(ConfluenceUser follower,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<ConfluenceUser> predicate)
Deprecated.
|
PageResponse<ConfluenceUser> |
ConnectionDao.getFollowers(ConfluenceUser followee,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<ConfluenceUser> predicate)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PageResponse<ConfluenceUser> |
HibernateConnectionDao.getFollowees(ConfluenceUser follower,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<ConfluenceUser> predicate)
Deprecated.
|
PageResponse<ConfluenceUser> |
HibernateConnectionDao.getFollowers(ConfluenceUser followee,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<ConfluenceUser> predicate)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PageResponse<AuditRecordEntity> |
DefaultAuditManager.getRecords(LimitedRequest limitedRequest,
Instant startDate,
Instant endDate,
boolean isSysAdmin,
String searchString) |
Modifier and Type | Method and Description |
---|---|
<T> @NonNull PageResponse<T> |
DelegatingNotificationDao.findByClassIds(Iterable<Long> ids,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super T> filter)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PageResponse<T> |
NoopFetcher.fetchMany(PageRequest request) |
Modifier and Type | Method and Description |
---|---|
PageResponse<Content> |
NoopContentFinder.fetchMany(ContentType type,
PageRequest request) |
Modifier and Type | Method and Description |
---|---|
Map<ContentType,PageResponse<Content>> |
NoopContentFinder.fetchMappedByContentType(PageRequest request) |
Modifier and Type | Method and Description |
---|---|
@NonNull PageResponse<ContentEntityObject> |
ContentEntityManagerInternal.getByIds(List<ContentId> contentIds,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super ContentEntityObject>... filter)
Deprecated.
|
default @NonNull PageResponse<ContentEntityObject> |
ContentEntityManagerInternal.getByIdsAndFilters(List<ContentId> contentIds,
LimitedRequest limitedRequest,
Predicate<? super ContentEntityObject>... filter) |
@NonNull PageResponse<VersionHistorySummary> |
ContentEntityManagerInternal.getVersionHistorySummaries(ContentId contentId,
LimitedRequest limitedRequest)
Get a VersionHistorySummary for all previous versions of a ContentEntityObject, list is ordered by Version number descending.
|
Modifier and Type | Method and Description |
---|---|
PageResponse<AuditRecordEntity> |
AuditManager.getRecords(LimitedRequest limitedRequest,
Instant startDate,
Instant endDate,
boolean isSysAdmin,
String searchString)
Fetch AuditRecordEntities from the database according to some search criteria
|
Modifier and Type | Method and Description |
---|---|
PageResponse<AuditRecordEntity> |
AuditRecordDao.getRecords(LimitedRequest request,
Instant startDate,
Instant endDate,
boolean includeSysAdmin,
String searchString) |
Modifier and Type | Method and Description |
---|---|
PageResponse<AuditRecordEntity> |
HibernateAuditRecordDao.getRecords(LimitedRequest request,
Instant startDate,
Instant endDate,
boolean includeSysAdmin,
String searchString) |
Modifier and Type | Method and Description |
---|---|
PageResponse<Label> |
LabelManagerInternal.findGlobalLabelsByNamePrefix(String namePrefix,
LimitedRequest pageRequest)
Returns global-namespaced labels starting with the given string.
|
default PageResponse<Label> |
LabelManagerInternal.findTeamLabelsByNamePrefix(String namePrefix,
LimitedRequest pageRequest)
Returns team-namespaced labels starting with the given string.
|
Modifier and Type | Method and Description |
---|---|
PageResponse<LongTaskStatus> |
LongRunningTaskManagerInternal.getAllTasks(@Nullable ConfluenceUser asUser,
LimitedRequest request)
Get all currently-tracked tasks that the specified user can see.
|
Modifier and Type | Method and Description |
---|---|
@NonNull PageResponse<AbstractPage> |
PageManagerInternal.getAbstractPages(org.joda.time.DateTime date,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage>... filter)
Deprecated.
|
@NonNull PageResponse<AbstractPage> |
PageManagerInternal.getAbstractPages(List<ContentType> contentTypes,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage>... filter)
Deprecated.
|
@NonNull PageResponse<AbstractPage> |
PageManagerInternal.getAbstractPages(Space space,
List<ContentType> contentTypes,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage>... filter)
Deprecated.
|
@NonNull PageResponse<AbstractPage> |
PageManagerInternal.getAbstractPages(Space space,
String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage>... filter)
Deprecated.
|
@NonNull PageResponse<AbstractPage> |
PageManagerInternal.getAbstractPages(String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage>... filter)
Deprecated.
|
@NonNull PageResponse<AbstractPage> |
PageManagerInternal.getAbstractPagesByCreationDate(org.joda.time.DateTime date,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage>... filter)
Deprecated.
|
@NonNull PageResponse<AbstractPage> |
PageManagerInternal.getAbstractPagesByTitle(String title,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage>... filter)
Deprecated.
|
PageResponse<Page> |
PageManagerInternal.getAllChildren(Page page,
LimitedRequest pageRequest,
Depth depth)
Returns all the children of a page (including drafts), limited to the pagination requested
|
PageResponse<Attachment> |
AttachmentManagerInternal.getAttachments(ContentEntityObject content,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Attachment> filterPredicate)
Deprecated.
|
@NonNull PageResponse<BlogPost> |
PageManagerInternal.getBlogPosts(Space space,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super BlogPost>... filter)
Deprecated.
|
@NonNull PageResponse<Comment> |
CommentManagerInternal.getChildren(Comment comment,
LimitedRequest pageRequest,
Depth depth,
com.google.common.base.Predicate<? super Comment>... predicates)
Deprecated.
|
@NonNull PageResponse<Page> |
PageManagerInternal.getChildren(Page page,
LimitedRequest pageRequest,
Depth depth)
Returns the children of a page which have a status of CURRENT, limited to the pagination requested.
|
@NonNull PageResponse<Comment> |
CommentManagerInternal.getContainerComments(long containerId,
LimitedRequest pageRequest,
Depth depth,
com.google.common.base.Predicate<? super Comment>... predicates)
Deprecated.
|
default @NonNull PageResponse<AbstractPage> |
PageManagerInternal.getFilteredAbstractPages(org.joda.time.DateTime date,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
Predicate<? super AbstractPage>... filter)
Returns pages and blog posts created on the specified date, that are in any of the given statuses, and also match the given predicate, limited to the page request.
|
default @NonNull PageResponse<AbstractPage> |
PageManagerInternal.getFilteredAbstractPages(List<ContentType> contentTypes,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
Predicate<? super AbstractPage>... filter)
Returns all content in the instance within any of the specified statuses, limited to the specified content types and the pagination request.
|
default @NonNull PageResponse<AbstractPage> |
PageManagerInternal.getFilteredAbstractPages(Space space,
List<ContentType> contentTypes,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
Predicate<? super AbstractPage>... filter)
Returns all content in the space within any of the specified statuses and content types, limited to the pagination request.
|
default @NonNull PageResponse<AbstractPage> |
PageManagerInternal.getFilteredAbstractPages(Space space,
String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
Predicate<? super AbstractPage>... filter)
Returns pages and blog posts that belong to the space, exactly match the given title, are in any of the specified statuses, and match the given predicate, limited to the pagination request.
|
default @NonNull PageResponse<AbstractPage> |
PageManagerInternal.getFilteredAbstractPages(String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
Predicate<? super AbstractPage>... filter)
Returns pages and blog posts that exactly match the given title, are in any of the specified statuses, and match the given predicate, limited to the pagination request.
|
default @NonNull PageResponse<AbstractPage> |
PageManagerInternal.getFilteredAbstractPagesByCreationDate(org.joda.time.DateTime date,
LimitedRequest pageRequest,
Predicate<? super AbstractPage>... filter)
Returns the pages and blog posts created on the given date, that also match the given predicate, limited to the page request.
|
default @NonNull PageResponse<AbstractPage> |
PageManagerInternal.getFilteredAbstractPagesByTitle(String title,
LimitedRequest pageRequest,
Predicate<? super AbstractPage>... filter)
Returns all current pages and blog posts that exactly match the given title, that also match the given predicate, limited to the pagination request.
|
default PageResponse<Attachment> |
AttachmentManagerInternal.getFilteredAttachments(ContentEntityObject content,
LimitedRequest pageRequest,
Predicate<? super Attachment> filterPredicate)
Returns the current attachments under the CEO.
|
default @NonNull PageResponse<BlogPost> |
PageManagerInternal.getFilteredBlogPosts(Space space,
LimitedRequest pageRequest,
Predicate<? super BlogPost>... filter)
Returns all the current blog posts in the space, limited to the pagination request.
|
default @NonNull PageResponse<Comment> |
CommentManagerInternal.getFilteredChildren(Comment comment,
LimitedRequest pageRequest,
Depth depth,
Predicate<? super Comment>... predicates)
Returns the children of a comment, limited to the pagination requested.
|
default @NonNull PageResponse<Comment> |
CommentManagerInternal.getFilteredContainerComments(long containerId,
LimitedRequest pageRequest,
Depth depth,
Predicate<? super Comment>... predicates)
Returns the children comments of a ContentEntityObject, limited to the pagination requested.
|
default @NonNull PageResponse<Page> |
PageManagerInternal.getFilteredPages(LimitedRequest pageRequest,
Predicate<? super Page>... filter)
Returns all the current pages in this instance of confluence, limited to the pagination request.
|
default @NonNull PageResponse<Page> |
PageManagerInternal.getFilteredPages(Space space,
LimitedRequest pageRequest,
Predicate<? super Page>... filter)
Returns all the current pages in the space, limited to the pagination request.
|
@NonNull PageResponse<Page> |
PageManagerInternal.getPages(LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Page>... filter)
Deprecated.
since 7.0.1. Use
PageManagerInternal.getFilteredPages(LimitedRequest, Predicate[]) |
@NonNull PageResponse<Page> |
PageManagerInternal.getPages(Space space,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Page>... filter)
Deprecated.
|
@NonNull PageResponse<Page> |
PageManagerInternal.getTopLevelPages(Space space,
LimitedRequest pageRequest)
Returns the current top-level pages in a space, limited to the pagination requested.
|
Modifier and Type | Method and Description |
---|---|
PageResponse<Page> |
PageDaoInternal.findCurrentPages(LimitedRequest request)
Find all current pages.
|
default PageResponse<AbstractPage> |
PageDaoInternal.getFilteredAbstractPages(org.joda.time.DateTime date,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
Predicate<? super AbstractPage> filter)
Returns the abstract pages created on the given date and are in the , that also match the given filter, limited
to the page request.
|
default PageResponse<AbstractPage> |
PageDaoInternal.getFilteredAbstractPages(List<ContentType> contentTypes,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
@Nullable Predicate<? super AbstractPage> filter)
Retrieves a page response of all pages found in this instance of Confluence, within any of the given statuses.
|
default PageResponse<AbstractPage> |
PageDaoInternal.getFilteredAbstractPages(Space space,
List<ContentType> contentTypes,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
@Nullable Predicate<? super AbstractPage> filter)
Retrieves a page response for all content (pages and/or blog posts) in the given space, within any of the
specified statuses and content types.
|
default PageResponse<AbstractPage> |
PageDaoInternal.getFilteredAbstractPages(Space space,
String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
Predicate<? super AbstractPage> filter)
Returns the abstract pages from a space that exactly match the given title and are in any of the specified
statuses, and match the given filter, limited to the pagination request.
|
default PageResponse<AbstractPage> |
PageDaoInternal.getFilteredAbstractPages(String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
Predicate<? super AbstractPage> filter)
Returns the abstract pages that exactly match the given title, are in any of the specified statuses, and match
the given filter, limited to the pagination request.
|
default PageResponse<AbstractPage> |
PageDaoInternal.getFilteredAbstractPagesByCreationDate(org.joda.time.DateTime date,
LimitedRequest pageRequest,
Predicate<? super AbstractPage> filter)
Returns the abstract pages created on the given date, that also match the given filter, limited to the page
request.
|
default PageResponse<AbstractPage> |
PageDaoInternal.getFilteredAbstractPagesByTitle(String title,
LimitedRequest pageRequest,
Predicate<? super AbstractPage> filter)
Returns the abstract pages that exactly match the given title, limited to the pagination request.
|
default PageResponse<BlogPost> |
PageDaoInternal.getFilteredBlogPosts(Space space,
LimitedRequest pageRequest,
@Nullable Predicate<? super BlogPost> filter)
Retrieves a page response of all the current blog posts in the give space.
|
default PageResponse<Comment> |
CommentDaoInternal.getFilteredChildren(Comment comment,
LimitedRequest pageRequest,
Depth depth,
Predicate<? super Comment>... predicates)
Get the children of a comment
|
default PageResponse<Page> |
PageDaoInternal.getFilteredChildren(Page page,
LimitedRequest pageRequest,
Predicate<? super Page> predicate,
Depth depth)
Returns the children of a page which have a status of CURRENT, limited to the pagination requested.
|
default PageResponse<Comment> |
CommentDaoInternal.getFilteredContainerComments(long containerId,
LimitedRequest pageRequest,
Depth depth,
Predicate<? super Comment>... predicates)
Get the comments belonging to a container
|
default PageResponse<Attachment> |
AttachmentDaoInternal.getFilteredLatestVersionsOfAttachments(ContentEntityObject ceo,
LimitedRequest pageRequest,
Predicate<? super Attachment> predicate)
Retrieves a paginated list of the latest version of attachments to the ceo filtered by the predicate
|
default PageResponse<Page> |
PageDaoInternal.getFilteredPages(LimitedRequest pageRequest,
@Nullable Predicate<? super Page> filter)
Retrieves a page response of all the current pages of the Confluence instance.
|
default PageResponse<Page> |
PageDaoInternal.getFilteredPages(Space space,
LimitedRequest pageRequest,
@Nullable Predicate<? super Page> filter)
Retrieves a page response of the current content in the given space.
|
default PageResponse<Page> |
PageDaoInternal.getFilteredTopLevelPages(Space space,
LimitedRequest limitedRequest,
Predicate<? super Page> predicate) |
Modifier and Type | Method and Description |
---|---|
static <T> PageResponse<T> |
SubListResponse.from(List<T> list,
LimitedRequest request) |
Modifier and Type | Method and Description |
---|---|
<E> @NonNull PageResponse<E> |
DelegatingObjectDaoInternal.findByClassIds(Iterable<Long> ids,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super E> filter)
Deprecated.
since 6.10.0. Use
DelegatingObjectDaoInternal.findByClassIdsFiltered(Iterable, LimitedRequest, Predicate) instead. |
<E> @NonNull PageResponse<E> |
ObjectDaoInternal.findByClassIds(Iterable<Long> ids,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super E> filter)
Deprecated.
since 6.10.0. Use
ObjectDaoInternal.findByClassIdsFiltered(Iterable, LimitedRequest, Predicate) instead. |
@NonNull PageResponse<T> |
DelegatingObjectDaoInternal.findByClassIdsFiltered(Iterable<Long> ids,
LimitedRequest limitedRequest,
Predicate<? super T> filter) |
@NonNull PageResponse<T> |
ObjectDaoInternal.findByClassIdsFiltered(Iterable<Long> ids,
LimitedRequest limitedRequest,
Predicate<? super T> filter)
Find a list of objects from the same persistent class.
|
default PageResponse<SpaceContentEntityObject> |
ContentEntityObjectDaoInternal.findContentBySpaceIdAndStatusAndFilter(long spaceId,
String status,
LimitedRequest limitedRequest,
Predicate<? super SpaceContentEntityObject> predicate)
Retrieve content for a given space with a particular status.
|
Modifier and Type | Method and Description |
---|---|
PageResponse<SpaceContentEntityObject> |
AbstractContentEntityObjectHibernateDao.findContentBySpaceIdAndStatus(long spaceId,
String status,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super SpaceContentEntityObject> predicate)
|
PageResponse<AbstractPage> |
AbstractContentEntityObjectHibernateDao.getPageAndBlogPostsVersionsLastEditedByUser(com.atlassian.sal.api.user.UserKey userKey,
LimitedRequest limitedRequest) |
PageResponse<AbstractPage> |
AbstractContentEntityObjectHibernateDao.getPageAndBlogPostsVersionsLastEditedByUserIncludingDrafts(com.atlassian.sal.api.user.UserKey userKey,
LimitedRequest limitedRequest) |
PageResponse<VersionHistorySummary> |
AbstractContentEntityObjectHibernateDao.getVersionHistorySummary(long originalContentId,
LimitedRequest request) |
Modifier and Type | Method and Description |
---|---|
@NonNull PageResponse<RelatableEntity> |
DefaultRelationManager.getSources(RelationQuery request,
LimitedRequest pageRequest) |
@NonNull PageResponse<RelatableEntity> |
RelationManager.getSources(RelationQuery request,
LimitedRequest pageRequest)
Fetch all related sources for the entity.
|
@NonNull PageResponse<RelatableEntity> |
DefaultRelationManager.getTargets(RelationQuery request,
LimitedRequest pageRequest) |
@NonNull PageResponse<RelatableEntity> |
RelationManager.getTargets(RelationQuery request,
LimitedRequest pageRequest)
Fetch all related targets for the entity.
|
Modifier and Type | Method and Description |
---|---|
@NonNull PageResponse<Space> |
SpaceManagerInternal.getSpaces(SpacesQuery query,
LimitedRequest limitedRequest,
Predicate<? super Space>... filter)
get a paginated list of spaces that match the spaceQuery, filtered by the given predicate
|
Modifier and Type | Method and Description |
---|---|
PageResponse<ConfluenceUser> |
UserSearchServiceInternal.doUserSearch(PageRequest pageRequest,
UserSearchRequest searchRequest) |
PageResponse<ConfluenceUser> |
UserSearchServiceInternalImpl.doUserSearch(PageRequest pageRequest,
UserSearchRequest searchRequest) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Pair<List<String>,PageResponse<ConfluenceUser>> |
UserSearchServiceInternal.doMemberOfGroupsSearch(PageRequest pageRequest,
GroupSearchRequest searchRequest) |
com.atlassian.fugue.Pair<List<String>,PageResponse<ConfluenceUser>> |
UserSearchServiceInternalImpl.doMemberOfGroupsSearch(PageRequest pageRequest,
GroupSearchRequest searchRequest) |
Modifier and Type | Method and Description |
---|---|
PageResponse<Content> |
TestAttachmentFactory.addAttachments(int numFiles,
javax.ws.rs.core.MediaType contentType) |
Modifier and Type | Method and Description |
---|---|
static List<Attachment> |
ApiEntityConverter.convertApiContentPageToItAttachments(PageResponse<Content> contents) |
Modifier and Type | Method and Description |
---|---|
protected PageResponse<Content> |
DummyAvailableContentTypeSupport.getChildrenForThisType(CustomContentEntityObject content,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth) |
Modifier and Type | Method and Description |
---|---|
PageResponse<Label> |
DefaultLabelManager.findGlobalLabelsByNamePrefix(String namePrefix,
LimitedRequest pageRequest) |
PageResponse<Label> |
CachingLabelManager.findGlobalLabelsByNamePrefix(String namePrefix,
LimitedRequest pageRequest) |
PageResponse<Label> |
DefaultLabelManager.findTeamLabelsByNamePrefix(String namePrefix,
LimitedRequest pageRequest) |
PageResponse<Label> |
CachingLabelManager.findTeamLabelsByNamePrefix(String namePrefix,
LimitedRequest pageRequest) |
Modifier and Type | Method and Description |
---|---|
PageResponse<Label> |
LabelDao.findGlobalLabelsByNamePrefix(String namePrefix,
LimitedRequest pageRequest)
Returns global-namespaced labels starting with the given string.
|
default PageResponse<Label> |
LabelDao.findTeamLabelsByNamePrefix(String namePrefix,
LimitedRequest pageRequest)
Returns team-namespaced labels starting with the given string.
|
Modifier and Type | Method and Description |
---|---|
PageResponse<Label> |
HibernateLabelDao.findGlobalLabelsByNamePrefix(String namePrefix,
LimitedRequest pageRequest) |
PageResponse<Label> |
HibernateLabelDao.findTeamLabelsByNamePrefix(String namePrefix,
LimitedRequest pageRequest) |
Modifier and Type | Method and Description |
---|---|
@NonNull PageResponse<AbstractPage> |
DefaultPageManager.getAbstractPages(org.joda.time.DateTime date,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage>... filter)
Deprecated.
|
@NonNull PageResponse<AbstractPage> |
DefaultPageManager.getAbstractPages(List<ContentType> contentTypes,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage>... filter)
Deprecated.
|
@NonNull PageResponse<AbstractPage> |
DefaultPageManager.getAbstractPages(Space space,
List<ContentType> contentTypes,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage>... filter)
Deprecated.
|
@NonNull PageResponse<AbstractPage> |
DefaultPageManager.getAbstractPages(Space space,
String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage>... filter)
Deprecated.
|
@NonNull PageResponse<AbstractPage> |
DefaultPageManager.getAbstractPages(String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage>... filter)
Deprecated.
|
@NonNull PageResponse<AbstractPage> |
DefaultPageManager.getAbstractPagesByCreationDate(org.joda.time.DateTime date,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage>... filter)
Deprecated.
|
@NonNull PageResponse<AbstractPage> |
DefaultPageManager.getAbstractPagesByTitle(String title,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage>... filter)
Deprecated.
|
@NonNull PageResponse<Page> |
DefaultPageManager.getAllChildren(Page page,
LimitedRequest pageRequest,
Depth depth) |
PageResponse<Attachment> |
DefaultAttachmentManager.getAttachments(ContentEntityObject content,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Attachment> filterPredicate)
Deprecated.
|
PageResponse<Attachment> |
CachingAttachmentManager.getAttachments(ContentEntityObject content,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Attachment> filterPredicate)
Deprecated.
|
PageResponse<Attachment> |
DelegatorAttachmentManager.getAttachments(ContentEntityObject content,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Attachment> filterPredicate)
Deprecated.
|
@NonNull PageResponse<BlogPost> |
DefaultPageManager.getBlogPosts(Space space,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super BlogPost>... filters)
Deprecated.
|
@NonNull PageResponse<Comment> |
DefaultCommentManager.getChildren(Comment comment,
LimitedRequest pageRequest,
Depth depth,
com.google.common.base.Predicate<? super Comment>... predicates)
|
@NonNull PageResponse<Page> |
DefaultPageManager.getChildren(Page page,
LimitedRequest pageRequest,
Depth depth) |
@NonNull PageResponse<Comment> |
DefaultCommentManager.getContainerComments(long containerId,
LimitedRequest pageRequest,
Depth depth,
com.google.common.base.Predicate<? super Comment>... predicates)
Deprecated.
|
@NonNull PageResponse<Page> |
DefaultPageManager.getDraftChildren(Page page,
LimitedRequest pageRequest,
Depth depth) |
PageResponse<Page> |
PageManager.getDraftChildren(Page page,
LimitedRequest pageRequest,
Depth depth)
Returns the children of a page which have a status of DRAFT, limited to the pagination requested.
|
@NonNull PageResponse<Page> |
DefaultPageManager.getPages(LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Page>... filters)
Deprecated.
|
@NonNull PageResponse<Page> |
DefaultPageManager.getPages(Space space,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Page>... filters)
Deprecated.
|
@NonNull PageResponse<Page> |
DefaultPageManager.getTopLevelPages(Space space,
LimitedRequest pageRequest) |
Modifier and Type | Method and Description |
---|---|
PageResponse<Attachment> |
CachingAttachmentDao.getLatestVersionsOfAttachments(ContentEntityObject ceo,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Attachment> predicate)
|
Modifier and Type | Method and Description |
---|---|
PageResponse<AbstractPage> |
PageDao.getAbstractPages(org.joda.time.DateTime date,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Deprecated.
|
PageResponse<AbstractPage> |
PageDao.getAbstractPages(List<ContentType> contentTypes,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Deprecated.
|
PageResponse<AbstractPage> |
PageDao.getAbstractPages(Space space,
List<ContentType> contentTypes,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Deprecated.
|
PageResponse<AbstractPage> |
PageDao.getAbstractPages(Space space,
String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Deprecated.
|
PageResponse<AbstractPage> |
PageDao.getAbstractPages(String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Deprecated.
|
PageResponse<AbstractPage> |
PageDao.getAbstractPagesByCreationDate(org.joda.time.DateTime date,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Deprecated.
|
PageResponse<AbstractPage> |
PageDao.getAbstractPagesByTitle(String title,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Deprecated.
|
PageResponse<Page> |
PageDao.getAllChildren(Page page,
LimitedRequest pageRequest,
Depth depth)
Returns all children of a page (including drafts), limited to the pagination requested.
|
PageResponse<BlogPost> |
PageDao.getBlogPosts(Space space,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super BlogPost> filter)
Deprecated.
|
PageResponse<Comment> |
CommentDao.getChildren(Comment comment,
LimitedRequest pageRequest,
Depth depth,
com.google.common.base.Predicate<? super Comment>... predicates)
Deprecated.
|
PageResponse<Page> |
PageDao.getChildren(Page page,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Page> predicate,
Depth depth)
Deprecated.
|
PageResponse<Comment> |
CommentDao.getContainerComments(long containerId,
LimitedRequest pageRequest,
Depth depth,
com.google.common.base.Predicate<? super Comment>... predicates)
Deprecated.
since 7.0.1. Use
CommentDaoInternal.getFilteredContainerComments(long, LimitedRequest, Depth, Predicate[]) (long, Date)} |
PageResponse<Page> |
PageDao.getDraftChildren(Page page,
LimitedRequest pageRequest,
Depth depth)
Returns the children of a page which have a status of DRAFT, limited to the pagination requested.
|
PageResponse<Attachment> |
AttachmentDao.getLatestVersionsOfAttachments(ContentEntityObject ceo,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Attachment> predicate)
Deprecated.
|
PageResponse<Page> |
PageDao.getPages(LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Page> filter)
Deprecated.
since 7.0.1. Use
PageDaoInternal.getFilteredPages(LimitedRequest, Predicate) |
PageResponse<Page> |
PageDao.getPages(Space space,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Page> filter)
Deprecated.
since 7.0.1. Use
PageDaoInternal.getFilteredPages(Space, LimitedRequest, Predicate) |
PageResponse<Page> |
PageDao.getTopLevelPages(Space space,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super Page> predicate)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
<T> @NonNull PageResponse<T> |
CachingPageDao.findByClassIds(Iterable<Long> ids,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super T> filter)
Deprecated.
since 6.10.0. Use
CachingPageDao.findByClassIdsFiltered(Iterable, LimitedRequest, Predicate) instead. |
@NonNull PageResponse<Page> |
CachingPageDao.findByClassIdsFiltered(Iterable<Long> ids,
LimitedRequest limitedRequest,
Predicate<? super Page> filter) |
PageResponse<SpaceContentEntityObject> |
CachingPageDao.findContentBySpaceIdAndStatus(long spaceId,
String status,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super SpaceContentEntityObject> predicate)
Deprecated.
|
PageResponse<Page> |
CachingPageDao.findCurrentPages(LimitedRequest request) |
PageResponse<Page> |
HibernatePageDao.findCurrentPages(LimitedRequest request) |
PageResponse<AbstractPage> |
CachingPageDao.getAbstractPages(org.joda.time.DateTime date,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Deprecated.
|
PageResponse<AbstractPage> |
HibernatePageDao.getAbstractPages(org.joda.time.DateTime date,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Deprecated.
|
PageResponse<AbstractPage> |
CachingPageDao.getAbstractPages(List<ContentType> contentTypes,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Deprecated.
since 7.0.1. Use
PageDaoInternal.getFilteredAbstractPages(List, List, LimitedRequest, Predicate) )} |
PageResponse<AbstractPage> |
HibernatePageDao.getAbstractPages(List<ContentType> contentTypes,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Deprecated.
|
PageResponse<AbstractPage> |
CachingPageDao.getAbstractPages(Space space,
List<ContentType> contentTypes,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Deprecated.
|
PageResponse<AbstractPage> |
HibernatePageDao.getAbstractPages(Space space,
List<ContentType> contentTypes,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
@Nullable com.google.common.base.Predicate<? super AbstractPage> filter)
Deprecated.
|
PageResponse<AbstractPage> |
CachingPageDao.getAbstractPages(Space space,
String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Deprecated.
|
PageResponse<AbstractPage> |
HibernatePageDao.getAbstractPages(Space space,
String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Deprecated.
|
PageResponse<AbstractPage> |
CachingPageDao.getAbstractPages(String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Deprecated.
|
PageResponse<AbstractPage> |
HibernatePageDao.getAbstractPages(String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Deprecated.
|
PageResponse<AbstractPage> |
CachingPageDao.getAbstractPagesByCreationDate(org.joda.time.DateTime date,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Deprecated.
|
PageResponse<AbstractPage> |
HibernatePageDao.getAbstractPagesByCreationDate(org.joda.time.DateTime date,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Deprecated.
|
PageResponse<AbstractPage> |
CachingPageDao.getAbstractPagesByTitle(String title,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Deprecated.
|
PageResponse<AbstractPage> |
HibernatePageDao.getAbstractPagesByTitle(String title,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Deprecated.
|
PageResponse<Page> |
CachingPageDao.getAllChildren(Page page,
LimitedRequest pageRequest,
Depth depth) |
PageResponse<Page> |
HibernatePageDao.getAllChildren(Page page,
LimitedRequest pageRequest,
Depth depth) |
PageResponse<BlogPost> |
CachingPageDao.getBlogPosts(Space space,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super BlogPost> filter)
Deprecated.
|
PageResponse<BlogPost> |
HibernatePageDao.getBlogPosts(Space space,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super BlogPost> filter)
Deprecated.
|
PageResponse<Comment> |
HibernateCommentDao.getChildren(Comment comment,
LimitedRequest pageRequest,
Depth depth,
com.google.common.base.Predicate<? super Comment>... predicates)
Deprecated.
|
PageResponse<Page> |
CachingPageDao.getChildren(Page page,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Page> predicate,
Depth depth)
Deprecated.
|
PageResponse<Page> |
HibernatePageDao.getChildren(Page page,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Page> predicate,
Depth depth)
Deprecated.
|
PageResponse<Comment> |
HibernateCommentDao.getContainerComments(long containerId,
LimitedRequest pageRequest,
Depth depth,
com.google.common.base.Predicate<? super Comment>... predicates)
Deprecated.
since 7.0.1. Use
CommentDaoInternal.getFilteredContainerComments(long, LimitedRequest, Depth, java.util.function.Predicate[]) (long, Date)} |
PageResponse<Page> |
CachingPageDao.getDraftChildren(Page page,
LimitedRequest pageRequest,
Depth depth) |
PageResponse<Page> |
HibernatePageDao.getDraftChildren(Page page,
LimitedRequest pageRequest,
Depth depth) |
PageResponse<Attachment> |
AbstractHibernateAttachmentDao.getLatestVersionsOfAttachments(ContentEntityObject ceo,
LimitedRequest request,
com.google.common.base.Predicate<? super Attachment> predicate)
|
PageResponse<AbstractPage> |
CachingPageDao.getPageAndBlogPostsVersionsLastEditedByUser(com.atlassian.sal.api.user.UserKey userKey,
LimitedRequest request) |
PageResponse<AbstractPage> |
CachingPageDao.getPageAndBlogPostsVersionsLastEditedByUserIncludingDrafts(com.atlassian.sal.api.user.UserKey userKey,
LimitedRequest request) |
PageResponse<Page> |
CachingPageDao.getPages(LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Page> filter)
Deprecated.
since 7.0.1. Use
PageDaoInternal.getFilteredPages(LimitedRequest, Predicate) |
PageResponse<Page> |
HibernatePageDao.getPages(LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Page> filter)
Deprecated.
|
PageResponse<Page> |
CachingPageDao.getPages(Space space,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Page> filter)
Deprecated.
since 7.0.1. Use
PageDaoInternal.getFilteredPages(Space, LimitedRequest, Predicate) |
PageResponse<Page> |
HibernatePageDao.getPages(Space space,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Page> filter)
Deprecated.
|
PageResponse<Page> |
CachingPageDao.getTopLevelPages(Space space,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super Page> predicate)
Deprecated.
|
PageResponse<Page> |
HibernatePageDao.getTopLevelPages(Space space,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super Page> predicate)
Deprecated.
|
PageResponse<VersionHistorySummary> |
CachingPageDao.getVersionHistorySummary(long originalContentId,
LimitedRequest request) |
Modifier and Type | Method and Description |
---|---|
PageResponse<T> |
TransactionWrappingFinder.fetchMany(PageRequest request) |
Modifier and Type | Method and Description |
---|---|
PageResponse<JsonSpaceProperty> |
SpacePropertyFinderImpl.fetchMany(PageRequest request) |
Modifier and Type | Method and Description |
---|---|
PageResponse<Label> |
ContentLabelsProvider.labels(List<String> prefixes,
int offset,
String afterOffset,
int limit,
javax.ws.rs.core.UriInfo uriInfo,
graphql.schema.DataFetchingEnvironment env) |
Modifier and Type | Method and Description |
---|---|
PageResponse<ContentRestriction> |
ExperimentalContentRestrictionsResource.addRestrictions(ContentId contentId,
String expand,
PageResponse<ContentRestriction> contentRestrictions)
Adds all the restrictions specified to a piece of content identified by
contentId . |
PageResponse<ContentRestriction> |
ExperimentalContentRestrictionsResource.deleteRestrictions(ContentId contentId,
String expand)
Removes all the restrictions specified directly on the content.
|
PageResponse<ContentTemplate> |
TemplateResource.getBlueprintTemplates(String spaceKey,
int start,
int limit,
String expand,
javax.ws.rs.core.UriInfo uriInfo)
Returns all blueprint templates of the space specified.
|
PageResponse<Version> |
ContentVersionResource.getContentHistory(ContentId contentId,
int start,
int limit,
String expand,
javax.ws.rs.core.UriInfo uriInfo)
Get list of content versions in version descending order.
|
PageResponse<ContentTemplate> |
TemplateResource.getContentTemplates(String spaceKey,
int start,
int limit,
String expand,
javax.ws.rs.core.UriInfo uriInfo)
Returns all content templates of the space specified.
|
PageResponse<Group> |
ExperimentalGroupResource.getGroups(String expand,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
Get a paginated collection of user groups
|
PageResponse<Group> |
ExperimentalUserResource.getGroups(com.atlassian.sal.api.user.UserKey userKey,
String username,
String expand,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
Get a paginated collection of groups that the given user is a member of
|
PageResponse<Person> |
ExperimentalGroupResource.getMembers(Group group,
String expand,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
Get a paginated collection of users in the given group
|
PageResponse<ContentRestriction> |
ExperimentalContentRestrictionsResource.getRestrictions(ContentId contentId,
String expand,
javax.ws.rs.core.UriInfo uriInfo,
int start,
int limit)
Returns all the restrictions which are directly specified on a piece of content identified by
contentId
param |
PageResponse<ContentRestriction> |
ExperimentalContentRestrictionsResource.updateRestrictions(ContentId contentId,
String expand,
PageResponse<ContentRestriction> contentRestrictions)
Sets all the restrictions specified to a piece of content identified by
contentId , replacing any existing permissions. |
Modifier and Type | Method and Description |
---|---|
PageResponse<ContentRestriction> |
ExperimentalContentRestrictionsResource.addRestrictions(ContentId contentId,
String expand,
PageResponse<ContentRestriction> contentRestrictions)
Adds all the restrictions specified to a piece of content identified by
contentId . |
PageResponse<ContentRestriction> |
ExperimentalContentRestrictionsResource.updateRestrictions(ContentId contentId,
String expand,
PageResponse<ContentRestriction> contentRestrictions)
Sets all the restrictions specified to a piece of content identified by
contentId , replacing any existing permissions. |
Modifier and Type | Method and Description |
---|---|
PageResponse<Label> |
ContentLabelsResource.addLabels(ContentId contentId,
String labels)
Adds a list of labels to the specified content.
|
PageResponse<JsonSpaceProperty> |
SpacePropertyResource.get(String spaceKey,
String expand,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
Returns a paginated list of space properties.
|
PageResponse<Content> |
ContentResource.getContent(String type,
String spaceKey,
String title,
List<ContentStatus> statuses,
String postingDay,
String expand,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
Returns a paginated list of Content.
|
PageResponse<Content> |
ContentResource.getContentByGraph(ContentId id,
String expand,
String type,
String spaceKey,
String title,
String postingDay,
List<ContentStatus> statuses,
Integer version,
int offset,
String afterOffset,
int limit,
javax.ws.rs.core.UriInfo uriInfo) |
PageResponse<Group> |
GroupResource.getGroups(String expand,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
Get a paginated collection of user groups
|
PageResponse<Group> |
UserResource.getGroups(String userKey,
String username,
String expand,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
Get a paginated collection of groups that the given user is a member of
|
PageResponse<Person> |
GroupResource.getMembers(Group group,
String expand,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
Get a paginated collection of users in the given group
|
PageResponse<Label> |
ContentLabelsResource.labels(ContentId contentId,
List<String> prefixes,
int offset,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
Returns the list of labels on a piece of Content.
|
PageResponse<Content> |
ContentResource.search(String cql,
String cqlcontext,
String expand,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
Fetch a list of content using the Confluence Query Language (CQL).
|
PageResponse<Space> |
SpaceResource.spaces(String spaceKey,
List<String> spaceKeys,
String type,
String status,
List<String> labelNames,
Boolean favourite,
String expand,
int offset,
String afterOffset,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
Returns information about a number of spaces.
|
Modifier and Type | Method and Description |
---|---|
Map<ContentType,PageResponse<Content>> |
ChildContentResource.children(ContentId contentId,
String expand,
Integer parentVersion,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
Returns a map of the direct children of a piece of Content.
|
Map<ContentType,PageResponse<Content>> |
DescendantContentResource.descendants(ContentId contentId,
String expand,
javax.ws.rs.core.UriInfo uriInfo)
Returns a map of the descendants of a piece of Content.
|
Modifier and Type | Class and Description |
---|---|
class |
RestList<T>
The RestList participates in our collection serialization by jackson, and allows collections to be enriched with extra
properties during serialization.
|
Modifier and Type | Method and Description |
---|---|
PageResponse<T> |
RestList.getPageResponse() |
Modifier and Type | Method and Description |
---|---|
RestPageRequest |
RestPageRequest.copyWithLimits(PageResponse response) |
static <T> RestList<T> |
RestList.createRestList(PageRequest pageRequest,
PageResponse<T> pageResponse)
Deprecated.
since 5.6.5. Use
RestList.newRestList(com.atlassian.confluence.api.model.pagination.PageResponse) instead. |
static <T> RestList<T> |
RestList.createRestList(PageResponse<T> pageResponse)
Deprecated.
since 5.6.5. Use
RestList.newRestList(com.atlassian.confluence.api.model.pagination.PageResponse) instead. |
static <T> RestList.Builder<T> |
RestList.newRestList(PageResponse<T> response) |
RestList.Builder<T> |
RestList.Builder.results(PageResponse<T> pageResponse) |
Constructor and Description |
---|
RestPageRequest(Navigation.Builder navBuilder,
PageResponse<Content> response) |
RestPageRequest(javax.ws.rs.core.UriBuilder requestUri,
PageResponse response) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteAttachmentService.addAttachments(ContentId contentId,
Collection<AttachmentUpload> uploads)
Deprecated.
since 7.0.1. Use
RemoteAttachmentService.addAttachmentsCompletionStage(ContentId, Collection) instead. |
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteAttachmentServiceImpl.addAttachments(ContentId contentId,
Collection<AttachmentUpload> uploads)
Deprecated.
since 7.0.1. Use
RemoteAttachmentServiceImpl.addAttachmentsCompletionStage(ContentId, Collection) instead. |
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteAttachmentService.addAttachments(ContentId contentId,
ContentStatus status,
Collection<AttachmentUpload> uploads)
Deprecated.
since 7.0.1. Use
RemoteAttachmentService.addAttachmentsCompletionStage(ContentId, ContentStatus, Collection) instead. |
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteAttachmentServiceImpl.addAttachments(ContentId contentId,
ContentStatus status,
Collection<AttachmentUpload> uploads)
Deprecated.
since 7.0.1. Use
RemoteAttachmentServiceImpl.addAttachmentsCompletionStage(ContentId, ContentStatus, Collection) instead. |
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteAttachmentService.addAttachments(ContentId containerId,
ContentStatus containerStatus,
Collection<AttachmentUpload> uploads,
boolean allowDuplicated,
Expansions expansions)
Deprecated.
|
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteAttachmentServiceImpl.addAttachments(ContentId containerId,
ContentStatus containerStatus,
Collection<AttachmentUpload> uploads,
boolean allowDuplicated,
Expansions expansions)
Deprecated.
|
CompletionStage<PageResponse<Content>> |
RemoteAttachmentService.addAttachmentsCompletionStage(ContentId contentId,
Collection<AttachmentUpload> uploads)
Add one or more attachments to a piece of
Content . |
CompletionStage<PageResponse<Content>> |
RemoteAttachmentServiceImpl.addAttachmentsCompletionStage(ContentId contentId,
Collection<AttachmentUpload> uploads) |
CompletionStage<PageResponse<Content>> |
RemoteAttachmentService.addAttachmentsCompletionStage(ContentId contentId,
ContentStatus status,
Collection<AttachmentUpload> uploads) |
CompletionStage<PageResponse<Content>> |
RemoteAttachmentServiceImpl.addAttachmentsCompletionStage(ContentId contentId,
ContentStatus status,
Collection<AttachmentUpload> uploads) |
CompletionStage<PageResponse<Content>> |
RemoteAttachmentService.addAttachmentsCompletionStage(ContentId containerId,
ContentStatus containerStatus,
Collection<AttachmentUpload> uploads,
boolean allowDuplicated,
Expansions expansions) |
CompletionStage<PageResponse<Content>> |
RemoteAttachmentServiceImpl.addAttachmentsCompletionStage(ContentId containerId,
ContentStatus containerStatus,
Collection<AttachmentUpload> uploads,
boolean allowDuplicated,
Expansions expansions) |
com.atlassian.util.concurrent.Promise<PageResponse<Label>> |
AbstractRemoteContentLabelService.addLabels(ContentId contentId,
Iterable<Label> labels)
Deprecated.
since 7.0.1. Use
AbstractRemoteContentLabelService.addLabelsCompletionStage(ContentId, Iterable) instead. |
CompletionStage<PageResponse<Label>> |
AbstractRemoteContentLabelService.addLabelsCompletionStage(ContentId contentId,
Iterable<Label> labels) |
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteSpaceServiceImpl.RemoteSpaceContentFinderImpl.fetchMany(ContentType type,
PageRequest request)
Deprecated.
since 7.0.1. Use
RemoteSpaceServiceImpl.RemoteSpaceContentFinderImpl.fetchManyCompletionStage(ContentType, PageRequest) instead. |
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteChildContentServiceImpl.RemoteChildContentFinderImpl.fetchMany(ContentType type,
@Nullable PageRequest request)
Deprecated.
|
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteChildContentService.RemoteChildContentFinder.fetchMany(ContentType type,
PageRequest request)
Deprecated.
since 7.0.1. Use
RemoteChildContentService.RemoteChildContentFinder.fetchManyCompletionStage(ContentType, PageRequest) instead. |
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteContentService.RemoteContentFetcher.fetchMany(ContentType type,
PageRequest request)
Deprecated.
since 7.0.1. Use
RemoteContentService.RemoteContentFetcher.fetchManyCompletionStage(ContentType, PageRequest) instead. |
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteContentServiceImpl.RemoteContentFinderImpl.fetchMany(ContentType type,
PageRequest request)
Deprecated.
since 7.0.1. Use
RemoteContentServiceImpl.RemoteContentFinderImpl.fetchManyCompletionStage(ContentType, PageRequest) instead. |
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteSpaceService.RemoteSpaceContentFinder.fetchMany(ContentType type,
PageRequest request)
Deprecated.
since 7.0.1. Use
RemoteSpaceService.RemoteSpaceContentFinder.fetchManyCompletionStage(ContentType, PageRequest) instead. |
com.atlassian.util.concurrent.Promise<PageResponse<Person>> |
RemotePersonServiceImpl.RemotePersonFinderImpl.fetchMany(PageRequest pageRequest)
Deprecated.
since 7.0.1. Use
RemotePersonServiceImpl.RemotePersonFinderImpl.fetchManyCompletionStage(PageRequest) instead. |
com.atlassian.util.concurrent.Promise<PageResponse<T>> |
RemoteSpacePropertyService.RemoteManyFetcher.fetchMany(PageRequest request) |
com.atlassian.util.concurrent.Promise<PageResponse<JsonSpaceProperty>> |
RemoteSpacePropertyServiceImpl.RemoteSpacePropertyFinderImpl.fetchMany(PageRequest request)
Deprecated.
since 7.0.1. Use
RemoteSpacePropertyServiceImpl.RemoteSpacePropertyFinderImpl.fetchManyCompletionStage(PageRequest) instead. |
com.atlassian.util.concurrent.Promise<PageResponse<Space>> |
RemoteSpaceServiceImpl.RemoteSpaceFinderImpl.fetchMany(PageRequest request)
Deprecated.
since 7.0.1. Use
RemoteSpaceServiceImpl.RemoteSpaceFinderImpl.fetchManyCompletionStage(PageRequest) instead. |
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteAttachmentService.RemoteAttachmentFinder.fetchMany(PageRequest request) |
com.atlassian.util.concurrent.Promise<PageResponse<JsonContentProperty>> |
RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl.fetchMany(PageRequest request)
Deprecated.
since 7.0.1. Use
RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl.fetchManyCompletionStage(PageRequest) instead. |
com.atlassian.util.concurrent.Promise<PageResponse<ContentTemplate>> |
RemoteContentTemplateService.RemoteTemplateFetcher.fetchMany(PageRequest request) |
com.atlassian.util.concurrent.Promise<PageResponse<T>> |
RemotePersonService.RemotePersonManyFetcher.fetchMany(PageRequest request)
Deprecated.
|
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl.fetchMany(PageRequest request)
Deprecated.
since 7.0.1. Use
RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl.fetchManyCompletionStage(PageRequest) instead. |
com.atlassian.util.concurrent.Promise<PageResponse<JsonContentProperty>> |
RemoteContentPropertyService.RemoteContentPropertyFetcher.fetchMany(PageRequest request) |
com.atlassian.util.concurrent.Promise<PageResponse<T>> |
RemoteManyFetcher.fetchMany(PageRequest request)
Deprecated.
since 7.0.1. Use
RemoteManyFetcher.fetchManyCompletionStage(PageRequest) instead. |
com.atlassian.util.concurrent.Promise<PageResponse<Space>> |
RemoteSpaceService.RemoteSpaceFinder.fetchMany(PageRequest request) |
CompletionStage<PageResponse<Content>> |
RemoteSpaceServiceImpl.RemoteSpaceContentFinderImpl.fetchManyCompletionStage(ContentType type,
PageRequest request) |
CompletionStage<PageResponse<Content>> |
RemoteChildContentServiceImpl.RemoteChildContentFinderImpl.fetchManyCompletionStage(ContentType type,
PageRequest request) |
CompletionStage<PageResponse<Content>> |
RemoteChildContentService.RemoteChildContentFinder.fetchManyCompletionStage(ContentType type,
PageRequest request)
Retrieve a paged list of content of the given type contained in this parent
|
CompletionStage<PageResponse<Content>> |
RemoteContentService.RemoteContentFetcher.fetchManyCompletionStage(ContentType type,
PageRequest request) |
CompletionStage<PageResponse<Content>> |
RemoteContentServiceImpl.RemoteContentFinderImpl.fetchManyCompletionStage(ContentType type,
PageRequest request) |
CompletionStage<PageResponse<Content>> |
RemoteSpaceService.RemoteSpaceContentFinder.fetchManyCompletionStage(ContentType type,
PageRequest request)
Retrieve a paged list of content of the given type contained in this space
|
CompletionStage<PageResponse<Person>> |
RemotePersonServiceImpl.RemotePersonFinderImpl.fetchManyCompletionStage(PageRequest pageRequest) |
CompletionStage<PageResponse<JsonSpaceProperty>> |
RemoteSpacePropertyServiceImpl.RemoteSpacePropertyFinderImpl.fetchManyCompletionStage(PageRequest request) |
CompletionStage<PageResponse<Space>> |
RemoteSpaceServiceImpl.RemoteSpaceFinderImpl.fetchManyCompletionStage(PageRequest request) |
CompletionStage<PageResponse<JsonContentProperty>> |
RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl.fetchManyCompletionStage(PageRequest request) |
CompletionStage<PageResponse<Content>> |
RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl.fetchManyCompletionStage(PageRequest request) |
default CompletionStage<PageResponse<T>> |
RemoteManyFetcher.fetchManyCompletionStage(PageRequest request) |
com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>> |
RemoteContentService.RemoteContentFetcher.fetchMappedByContentType(PageRequest request)
Deprecated.
since 7.0.1. Use
RemoteContentService.RemoteContentFetcher.fetchMappedByContentTypeCompletionStage(PageRequest) instead. |
com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>> |
RemoteContentServiceImpl.RemoteContentFinderImpl.fetchMappedByContentType(PageRequest request) |
com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>> |
AbstractRemoteContentService.AbstractRemoteContentFinder.fetchMappedByContentType(PageRequest request) |
CompletionStage<Map<ContentType,PageResponse<Content>>> |
RemoteContentService.RemoteContentFetcher.fetchMappedByContentTypeCompletionStage(PageRequest request) |
CompletionStage<Map<ContentType,PageResponse<Content>>> |
AbstractRemoteContentService.AbstractRemoteContentFinder.fetchMappedByContentTypeCompletionStage(PageRequest request) |
com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>> |
RemoteSpaceServiceImpl.RemoteSpaceContentFinderImpl.fetchMappedByType(PageRequest request)
Deprecated.
since 7.0.1. Use
RemoteSpaceServiceImpl.RemoteSpaceContentFinderImpl.fetchMappedByTypeCompletionStage(PageRequest) instead. |
com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>> |
RemoteChildContentServiceImpl.RemoteChildContentFinderImpl.fetchMappedByType(@Nullable PageRequest request)
Deprecated.
since 7.0.1. Use
RemoteChildContentServiceImpl.RemoteChildContentFinderImpl.fetchMappedByTypeCompletionStage(PageRequest) instead. |
com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>> |
RemoteChildContentService.RemoteChildContentFinder.fetchMappedByType(PageRequest request)
Deprecated.
since 7.0.1. Use
RemoteChildContentService.RemoteChildContentFinder.fetchMappedByTypeCompletionStage(PageRequest) instead. |
com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>> |
RemoteSpaceService.RemoteSpaceContentFinder.fetchMappedByType(PageRequest request)
Deprecated.
since 7.0.1. Use
RemoteSpaceService.RemoteSpaceContentFinder.fetchMappedByTypeCompletionStage(PageRequest) instead. |
CompletionStage<Map<ContentType,PageResponse<Content>>> |
RemoteSpaceServiceImpl.RemoteSpaceContentFinderImpl.fetchMappedByTypeCompletionStage(PageRequest request) |
CompletionStage<Map<ContentType,PageResponse<Content>>> |
RemoteChildContentServiceImpl.RemoteChildContentFinderImpl.fetchMappedByTypeCompletionStage(PageRequest request) |
CompletionStage<Map<ContentType,PageResponse<Content>>> |
RemoteChildContentService.RemoteChildContentFinder.fetchMappedByTypeCompletionStage(PageRequest request)
Retrieve the content contained in this parent.
|
CompletionStage<Map<ContentType,PageResponse<Content>>> |
RemoteSpaceService.RemoteSpaceContentFinder.fetchMappedByTypeCompletionStage(PageRequest request)
Retrieve the all content contained in this space.
|
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteContentService.getChildren(Content parent,
PageRequest pageRequest,
Expansion... expansion)
Deprecated.
since 7.0.1. Use
RemoteContentService.getChildrenCompletionStage(Content, PageRequest, Expansion...) instead. |
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
AbstractRemoteContentService.getChildren(Content parent,
PageRequest pageRequest,
Expansion... expansions)
Deprecated.
since 7.0.1. Use
AbstractRemoteContentService.getChildrenCompletionStage(Content, PageRequest, Expansion...) instead. |
CompletionStage<PageResponse<Content>> |
RemoteContentService.getChildrenCompletionStage(Content parent,
PageRequest pageRequest,
Expansion... expansion)
Retrieve the children of an item of Content.
|
CompletionStage<PageResponse<Content>> |
AbstractRemoteContentService.getChildrenCompletionStage(Content parent,
PageRequest pageRequest,
Expansion... expansions) |
protected <K,V> CompletionStage<Map<K,PageResponse<V>>> |
AbstractRemoteService.getCompletionStageMapOfPageResponses(com.sun.jersey.api.client.WebResource resource,
Class<K> keyClass,
Class<V> listContentClass) |
protected <E> CompletionStage<PageResponse<E>> |
AbstractRemoteService.getCompletionStagePageResponseList(com.sun.jersey.api.client.WebResource resource,
Class<E> contentClass) |
protected <K,V> com.atlassian.util.concurrent.Promise<Map<K,PageResponse<V>>> |
AbstractRemoteService.getFutureMapOfPageResponses(com.sun.jersey.api.client.WebResource resource,
Class<K> keyClass,
Class<V> listContentClass)
Deprecated.
since 7.0.1. Use
AbstractRemoteService.getCompletionStageMapOfPageResponses(WebResource, Class, Class) instead. |
protected <E> com.atlassian.util.concurrent.Promise<PageResponse<E>> |
AbstractRemoteService.getFuturePageResponseList(com.sun.jersey.api.client.WebResource resource,
Class<E> contentClass)
Deprecated.
since 7.0.1. Use
AbstractRemoteService.getCompletionStagePageResponseList(WebResource, Class) instead. |
com.atlassian.util.concurrent.Promise<PageResponse<Label>> |
RemoteContentLabelServiceImpl.getLabels(ContentId contentId,
Collection<Label.Prefix> prefixes,
PageRequest request)
Deprecated.
since 7.0.1. Use
RemoteContentLabelServiceImpl.getLabelsCompletionStage(ContentId, Collection, PageRequest) instead. |
abstract com.atlassian.util.concurrent.Promise<PageResponse<Label>> |
AbstractRemoteContentLabelService.getLabels(ContentId contentId,
Collection<Label.Prefix> prefixes,
PageRequest request)
Deprecated.
since 7.0.1. Use
AbstractRemoteContentLabelService.getLabelsCompletionStage(ContentId, Collection, PageRequest) instead. |
CompletionStage<PageResponse<Label>> |
RemoteContentLabelServiceImpl.getLabelsCompletionStage(ContentId contentId,
Collection<Label.Prefix> prefixes,
PageRequest request) |
abstract CompletionStage<PageResponse<Label>> |
AbstractRemoteContentLabelService.getLabelsCompletionStage(ContentId contentId,
Collection<Label.Prefix> prefixes,
PageRequest request) |
com.atlassian.util.concurrent.Promise<PageResponse<ContentTemplate>> |
RemoteContentTemplateService.getTemplates(ContentTemplateType contentTemplateType,
com.atlassian.fugue.Option<Space> space,
PageRequest pageRequest,
Expansion... expansions)
Deprecated.
|
default com.atlassian.util.concurrent.Promise<PageResponse<ContentTemplate>> |
RemoteContentTemplateService.getTemplates(ContentTemplateType contentTemplateType,
Optional<Space> space,
PageRequest pageRequest,
Expansion... expansions)
Deprecated.
|
CompletionStage<PageResponse<ContentTemplate>> |
RemoteContentTemplateService.getTemplatesCompletionStage(ContentTemplateType contentTemplateType,
Optional<Space> space,
PageRequest pageRequest,
Expansion... expansions) |
protected <T> CompletionStage<PageResponse<T>> |
AbstractRemoteService.postCompletionStageToPageResponse(com.sun.jersey.api.client.WebResource resource,
Class<T> entityClass,
Object postEntity,
javax.ws.rs.core.MediaType mediaType) |
protected <T> com.atlassian.util.concurrent.Promise<PageResponse<T>> |
AbstractRemoteService.postFutureToPageResponse(com.sun.jersey.api.client.WebResource resource,
Class<T> entityClass,
Object postEntity,
javax.ws.rs.core.MediaType mediaType)
Deprecated.
since 7.0.1. Use
AbstractRemoteService.postCompletionStageToPageResponse(WebResource, Class, Object, MediaType) instead. |
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteCQLSearchService.searchContent(String cql,
Expansion... expansions)
Deprecated.
since 7.0.1. Use
RemoteCQLSearchService.searchContentCompletionStage(String, Expansion...) instead. |
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteCQLSearchServiceImpl.searchContent(String cql,
Expansion... expansions)
Deprecated.
since 7.0.1. Use
RemoteCQLSearchServiceImpl.searchContentCompletionStage(String, Expansion...) instead. |
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteCQLSearchService.searchContent(String cql,
PageRequest request,
Expansion... expansions)
Deprecated.
since 7.0.1. Use
RemoteCQLSearchService.searchContentCompletionStage(String, PageRequest, Expansion...) instead. |
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteCQLSearchServiceImpl.searchContent(String cql,
PageRequest request,
Expansion... expansions)
Deprecated.
since 7.0.1. Use
RemoteCQLSearchServiceImpl.searchContentCompletionStage(String, PageRequest, Expansion...) instead. |
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteCQLSearchService.searchContent(String cqlInput,
SearchContext searchContext,
PageRequest pageRequest,
Expansion... expansions)
Deprecated.
since 7.0.1. Use
RemoteCQLSearchService.searchContentCompletionStage(String, SearchContext, PageRequest, Expansion...) instead. |
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteCQLSearchServiceImpl.searchContent(String cqlInput,
SearchContext searchContext,
PageRequest request,
Expansion... expansions)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
GraphQLRemoteChildContentServiceImpl.RemoteChildContentFinderImpl.fetchMany(ContentType type,
@Nullable PageRequest request)
Deprecated.
|
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
GraphQLRemoteContentServiceImpl.RemoteContentFinderImpl.fetchMany(ContentType type,
PageRequest request)
Deprecated.
|
CompletionStage<PageResponse<Content>> |
GraphQLRemoteChildContentServiceImpl.RemoteChildContentFinderImpl.fetchManyCompletionStage(ContentType type,
PageRequest request) |
CompletionStage<PageResponse<Content>> |
GraphQLRemoteContentServiceImpl.RemoteContentFinderImpl.fetchManyCompletionStage(ContentType type,
PageRequest request) |
com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>> |
GraphQLRemoteChildContentServiceImpl.RemoteChildContentFinderImpl.fetchMappedByType(@Nullable PageRequest request)
Deprecated.
|
CompletionStage<Map<ContentType,PageResponse<Content>>> |
GraphQLRemoteChildContentServiceImpl.RemoteChildContentFinderImpl.fetchMappedByTypeCompletionStage(PageRequest request) |
com.atlassian.util.concurrent.Promise<PageResponse<Label>> |
GraphQLRemoteContentLabelServiceImpl.getLabels(ContentId contentId,
Collection<Label.Prefix> prefixes,
PageRequest request)
Deprecated.
since 7.0.1. Use
GraphQLRemoteContentLabelServiceImpl.getLabelsCompletionStage(ContentId, Collection, PageRequest) instead. |
CompletionStage<PageResponse<Label>> |
GraphQLRemoteContentLabelServiceImpl.getLabelsCompletionStage(ContentId contentId,
Collection<Label.Prefix> prefixes,
PageRequest request) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<PageResponse<Version>> |
RemoteContentVersionServiceImpl.RemoteVersionFinderImpl.fetchMany(PageRequest pageRequest)
Deprecated.
since 7.0.1. Use
RemoteContentVersionServiceImpl.RemoteVersionFinderImpl.fetchManyCompletionStage(PageRequest) instead. |
com.atlassian.util.concurrent.Promise<PageResponse<ContentTemplate>> |
RemoteContentTemplateServiceImpl.RemoteTemplateFinderImpl.fetchMany(PageRequest request)
Deprecated.
since 7.0.1. Use
RemoteContentTemplateServiceImpl.RemoteTemplateFinderImpl.fetchManyCompletionStage(PageRequest) instead. |
CompletionStage<PageResponse<Version>> |
RemoteContentVersionServiceImpl.RemoteVersionFinderImpl.fetchManyCompletionStage(PageRequest pageRequest) |
CompletionStage<PageResponse<ContentTemplate>> |
RemoteContentTemplateServiceImpl.RemoteTemplateFinderImpl.fetchManyCompletionStage(PageRequest request) |
com.atlassian.util.concurrent.Promise<PageResponse<ContentTemplate>> |
RemoteContentTemplateServiceImpl.getTemplates(ContentTemplateType contentTemplateType,
com.atlassian.fugue.Option<Space> space,
PageRequest pageRequest,
Expansion... expansions)
Deprecated.
|
CompletionStage<PageResponse<ContentTemplate>> |
RemoteContentTemplateServiceImpl.getTemplatesCompletionStage(ContentTemplateType contentTemplateType,
Optional<Space> space,
PageRequest pageRequest,
Expansion... expansions) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<PageResponse<Group>> |
RemoteGroupServiceImpl.RemoteGroupFinderImpl.fetchMany(PageRequest request)
Deprecated.
since 7.0.1. Use
RemoteGroupServiceImpl.RemoteGroupFinderImpl.fetchManyCompletionStage(PageRequest) instead. |
com.atlassian.util.concurrent.Promise<PageResponse<Group>> |
RemoteGroupService.RemoteGroupFinder.fetchMany(PageRequest request)
Deprecated.
since 7.0.1. Use
RemoteGroupService.RemoteGroupFinder.fetchManyCompletionStage(PageRequest) instead. |
CompletionStage<PageResponse<Group>> |
RemoteGroupServiceImpl.RemoteGroupFinderImpl.fetchManyCompletionStage(PageRequest request) |
CompletionStage<PageResponse<Group>> |
RemoteGroupService.RemoteGroupFinder.fetchManyCompletionStage(PageRequest request) |
Modifier and Type | Method and Description |
---|---|
PageResponse |
RestListDeserializer.deserialize(org.codehaus.jackson.JsonParser jsonParser,
org.codehaus.jackson.map.DeserializationContext deserializationContext) |
Modifier and Type | Method and Description |
---|---|
void |
PageResponseSerializer.serialize(PageResponse<?> value,
org.codehaus.jackson.JsonGenerator jsonGen,
org.codehaus.jackson.map.SerializerProvider provider) |
Modifier and Type | Class and Description |
---|---|
class |
GraphQLPageResponse<T>
A graphql formatted pagination response.
|
Constructor and Description |
---|
GraphQLPageResponse(PageResponse<T> pageResponse,
BiFunction<T,Integer,String> cursorMapper) |
GraphQLPageResponse(PageResponse<T> pageResponse,
List<GraphQLPaginationEdge<T>> edges) |
Modifier and Type | Method and Description |
---|---|
@NonNull PageResponse<Space> |
DefaultSpaceManager.getSpaces(SpacesQuery query,
LimitedRequest limitedRequest,
Predicate<? super Space>... filter) |
Modifier and Type | Method and Description |
---|---|
PageResponse<ConfluenceUser> |
AbstractSearchCrowdUsersAction.getPageResponse() |
PageResponse<Person> |
BrowseUnsyncedUsersAction.getPageResponse() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSearchCrowdUsersAction.setPageResponse(PageResponse<ConfluenceUser> result) |
void |
BrowseUnsyncedUsersAction.setPageResponse(PageResponse<Person> pageResponse) |
Modifier and Type | Method and Description |
---|---|
PageResponse<LongTaskStatus> |
DefaultLongRunningTaskManager.getAllTasks(@Nullable ConfluenceUser asUser,
LimitedRequest request) |
Modifier and Type | Method and Description |
---|---|
protected PageResponse<Content> |
DummyCurrentVersionContentTypeApiSupport.getChildrenForThisType(CustomContentEntityObject content,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth) |
protected PageResponse<Content> |
DummyOriginalVersionContentTypeApiSupport.getChildrenForThisType(CustomContentEntityObject content,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth) |
protected PageResponse<Content> |
DummyCurrentVersionContentTypeApiSupport.getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth) |
protected PageResponse<Content> |
DummyOriginalVersionContentTypeApiSupport.getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth) |
Copyright © 2003–2019 Atlassian. All rights reserved.