Class RemoteContentBlueprintServiceImpl
java.lang.Object
com.atlassian.confluence.rest.client.AbstractRemoteService<ContentBlueprintService>
com.atlassian.confluence.rest.client.RemoteContentBlueprintServiceImpl
- All Implemented Interfaces:
- RemoteContentBlueprintService
public class RemoteContentBlueprintServiceImpl
extends AbstractRemoteService<ContentBlueprintService>
implements RemoteContentBlueprintService
This service implementation is used in create-content plugin RemoteContentBlueprintServiceAcceptanceTest
- 
Field SummaryFields inherited from class com.atlassian.confluence.rest.client.AbstractRemoteServiceprovider
- 
Constructor SummaryConstructorsConstructorDescriptionRemoteContentBlueprintServiceImpl(AuthenticatedWebResourceProvider provider, ExecutorService executor) 
- 
Method SummaryModifier and TypeMethodDescriptionjakarta.ws.rs.client.WebTargetpublishInstanceCompletionStage(Content content, Expansion... expansions) Publishes the draft from blueprints.Methods inherited from class com.atlassian.confluence.rest.client.AbstractRemoteServiceaddExpansions, addPageRequest, addPageRequestParams, deleteCompletionStage, deleteCompletionStage, getCompletionStage, getCompletionStageGenericCollection, getCompletionStageMap, getCompletionStageMapOfGenericListResponse, getCompletionStageMapOfPageResponses, getCompletionStageOptional, getCompletionStagePageResponseList, getCompletionStageSearchPageResponseList, getExecutor, newBackdoorWebTarget, newExperimentalRestWebTarget, newWebTarget, postCompletionStage, postCompletionStage, postCompletionStage, postCompletionStageToPageResponse, postVoidCompletionStage, putCompletionStage, putVoidCompletionStage
- 
Constructor Details- 
RemoteContentBlueprintServiceImplpublic RemoteContentBlueprintServiceImpl(AuthenticatedWebResourceProvider provider, ExecutorService executor) - Since:
- 9.0
 
 
- 
- 
Method Details- 
publishInstanceCompletionStagepublic CompletionStage<Content> publishInstanceCompletionStage(Content content, Expansion... expansions) Description copied from interface:RemoteContentBlueprintServicePublishes the draft from blueprints. This will change the status of the current draft to current.- Specified by:
- publishInstanceCompletionStagein interface- RemoteContentBlueprintService
- Parameters:
- content- new content to be created
- expansions- an array list of properties to expand on the content.
- Returns:
- a CompletionStage that resolves to the published content, with the given expansions
 
- 
newContentWebResourcepublic jakarta.ws.rs.client.WebTarget newContentWebResource()
 
-