public class RemoteChildContentServiceImpl extends AbstractRemoteService<ChildContentService> implements RemoteChildContentService
ChildContentService implementation that communicates with Confluence remotely.| Modifier and Type | Class and Description |
|---|---|
static class |
RemoteChildContentServiceImpl.RemoteChildContentFinderImpl |
RemoteChildContentService.RemoteChildContentFinder| Constructor and Description |
|---|
RemoteChildContentServiceImpl(AuthenticatedWebResourceProvider provider,
com.google.common.util.concurrent.ListeningExecutorService executor) |
| Modifier and Type | Method and Description |
|---|---|
RemoteChildContentService.RemoteChildContentFinder |
findContent(ContentId parentId,
Expansion... expansion)
Create a finder to find content in the given parent.
|
addExpansions, addPageRequest, addPageRequestParams, deleteFuture, deleteFuture, getFuture, getFutureGenericCollection, getFutureMap, getFutureMapOfPageResponses, getFutureOption, getFuturePageResponseList, newExperimentalRestWebResource, newRestWebResource, postFuture, postFuture, postFuture, postFutureToPageResponse, putFuturepublic RemoteChildContentServiceImpl(AuthenticatedWebResourceProvider provider, com.google.common.util.concurrent.ListeningExecutorService executor)
public RemoteChildContentService.RemoteChildContentFinder findContent(ContentId parentId, Expansion... expansion)
RemoteChildContentServicefindContent in interface RemoteChildContentServiceparentId - - the id of the parent to fetch content forexpansion - - the expansions to apply to the contentCopyright © 2003–2017 Atlassian. All rights reserved.