public class RemoteContentBlueprintServiceImpl extends AbstractRemoteService<ContentBlueprintService> implements RemoteContentBlueprintService
provider| Constructor and Description |
|---|
RemoteContentBlueprintServiceImpl(AuthenticatedWebResourceProvider provider,
com.google.common.util.concurrent.ListeningExecutorService executor) |
| Modifier and Type | Method and Description |
|---|---|
com.sun.jersey.api.client.WebResource |
newContentWebResource() |
com.atlassian.util.concurrent.Promise<Content> |
publishInstance(Content content,
Expansion... expansions)
Deprecated.
since 7.0.1. Use
publishInstanceCompletionStage(Content, Expansion...) instead. |
CompletionStage<Content> |
publishInstanceCompletionStage(Content content,
Expansion... expansions)
Publishes the draft from blueprints.
|
addExpansions, addPageRequest, addPageRequestParams, deleteCompletionStage, deleteCompletionStage, deleteFuture, deleteFuture, getCompletionStage, getCompletionStageGenericCollection, getCompletionStageMap, getCompletionStageMapOfPageResponses, getCompletionStageOptional, getCompletionStagePageResponseList, getCompletionStageSearchPageResponseList, getExecutor, getFuture, getFutureGenericCollection, getFutureMap, getFutureMapOfPageResponses, getFutureOption, getFuturePageResponseList, newExperimentalRestWebResource, newRestWebResource, postCompletionStage, postCompletionStage, postCompletionStage, postCompletionStageToPageResponse, postFuture, postFuture, postFuture, postFutureToPageResponse, putCompletionStage, putFuturepublic RemoteContentBlueprintServiceImpl(AuthenticatedWebResourceProvider provider, com.google.common.util.concurrent.ListeningExecutorService executor)
@Deprecated public com.atlassian.util.concurrent.Promise<Content> publishInstance(Content content, Expansion... expansions)
publishInstanceCompletionStage(Content, Expansion...) instead.RemoteContentBlueprintServicepublishInstance in interface RemoteContentBlueprintServicecontent - new content to be createdexpansions - an array list of properties to expand on the content.public CompletionStage<Content> publishInstanceCompletionStage(Content content, Expansion... expansions)
RemoteContentBlueprintServicepublishInstanceCompletionStage in interface RemoteContentBlueprintServicecontent - new content to be createdexpansions - an array list of properties to expand on the content.public com.sun.jersey.api.client.WebResource newContentWebResource()
Copyright © 2003–2020 Atlassian. All rights reserved.