Interface RemoteChildContentService
-
- All Known Implementing Classes:
AbstractRemoteChildContentService
,GraphQLRemoteChildContentServiceImpl
,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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
RemoteChildContentService.RemoteChildContentFinder
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoteChildContentService.RemoteChildContentFinder
findContent(ContentId parentId, Expansion... expansions)
Create a finder to find content in the given parent.
-
-
-
Method Detail
-
findContent
RemoteChildContentService.RemoteChildContentFinder findContent(ContentId parentId, Expansion... expansions)
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 forexpansions
- - the expansions to apply to the content- Returns:
- a new child content finder with the parent and expansions set
-
-