com.atlassian.confluence.rest.client
Class RemoteChildContentServiceImpl
java.lang.Object
com.atlassian.confluence.rest.client.AbstractRemoteService<ChildContentService>
com.atlassian.confluence.rest.client.RemoteChildContentServiceImpl
- All Implemented Interfaces:
- RemoteChildContentService
public class RemoteChildContentServiceImpl
- extends AbstractRemoteService<ChildContentService>
- implements RemoteChildContentService
ChildContentService implementation that communicates with Confluence remotely.
| Methods inherited from class com.atlassian.confluence.rest.client.AbstractRemoteService |
addExpansions, addPageRequest, addPageRequestParams, deleteFuture, deleteFuture, getFuture, getFutureGenericCollection, getFutureMap, getFutureMapOfPageResponses, getFutureOption, getFuturePageResponseList, newExperimentalRestWebResource, newRestWebResource, postFuture, postFuture, postFuture, postFutureToPageResponse, putFuture |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteChildContentServiceImpl
public RemoteChildContentServiceImpl(AuthenticatedWebResourceProvider provider,
com.google.common.util.concurrent.ListeningExecutorService executor)
findContent
public RemoteChildContentService.RemoteChildContentFinder findContent(ContentId parentId,
Expansion... expansion)
- Description copied from interface:
RemoteChildContentService
- Create a finder to find content in the given parent. Content will be returned
upon calling one of the fetch methods on the returned finder
- Specified by:
findContent in interface RemoteChildContentService
- Parameters:
parentId - - the id of the parent to fetch content forexpansion - - the expansions to apply to the content
- Returns:
- a new child content finder with the parent and expansions set
Copyright © 2003–2015 Atlassian. All rights reserved.