Interface RemoteContentBlueprintService
- All Known Implementing Classes:
RemoteContentBlueprintServiceImpl
@ExperimentalApi
public interface RemoteContentBlueprintService
ContentBlueprintService
implementation that communicates with Confluence remotely using the Confluence REST API.
Provides future returning equivalents for the methods in ContentBlueprintService.
-
Method Summary
Modifier and TypeMethodDescriptionpublishInstanceCompletionStage
(Content content, Expansion... expansions) Publishes the draft from blueprints.
-
Method Details
-
publishInstanceCompletionStage
Publishes the draft from blueprints. This will change the status of the current draft to current.- Parameters:
content
- new content to be createdexpansions
- an array list of properties to expand on the content.- Returns:
- a CompletionStage that resolves to the published content, with the given expansions
- Since:
- 9.0
-