com.atlassian.confluence.rest.client
Interface RemoteChildContentService
- All Known Implementing Classes:
- RemoteChildContentServiceImpl
@ExperimentalApi
public interface RemoteChildContentService
ChildContentService
implementation that communicates with Confluence remotely using the Confluence REST API.
Provides future returning equivalents for the methods in ChildContentService.
findContent
RemoteChildContentService.RemoteChildContentFinder findContent(ContentId parentId,
Expansion... expansion)
- 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
- 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-2014 Atlassian. All Rights Reserved.