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
  • Constructor Details

  • Method Details

    • publishInstanceCompletionStage

      public CompletionStage<Content> publishInstanceCompletionStage(Content content, Expansion... expansions)
      Description copied from interface: RemoteContentBlueprintService
      Publishes the draft from blueprints. This will change the status of the current draft to current.
      Specified by:
      publishInstanceCompletionStage in 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
    • newContentWebResource

      public javax.ws.rs.client.WebTarget newContentWebResource()