@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.
Modifier and Type | Interface and Description |
---|---|
static interface |
RemoteChildContentService.RemoteChildContentFinder |
Modifier and Type | Method and Description |
---|---|
RemoteChildContentService.RemoteChildContentFinder |
findContent(ContentId parentId,
Expansion... expansions)
Create a finder to find content in the given parent.
|
RemoteChildContentService.RemoteChildContentFinder findContent(ContentId parentId, Expansion... expansions)
parentId
- - the id of the parent to fetch content forexpansions
- - the expansions to apply to the contentCopyright © 2003–2020 Atlassian. All rights reserved.