@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.
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<Content> |
publishInstance(Content content,
Expansion... expansions)
Publishes the draft from blueprints.
|
com.atlassian.util.concurrent.Promise<Content> publishInstance(Content content, Expansion... expansions)
content:
- new content to be createdexpansions:
- an array list of properties to expand on the content.Copyright © 2003–2018 Atlassian. All rights reserved.