Interface PublishingConfigurationManager


public interface PublishingConfigurationManager
Manages the publishing configuration settings
  • Method Details

    • linkSpacesToPublish

      void linkSpacesToPublish(String sourceSpaceKey, String destinationSpaceKey, PublishingSpaceConfiguration spaceLinkConfiguration) throws Exception
      Links the given spaces for publishing with the given settings.
      Parameters:
      sourceSpaceKey - key of the space to set as a draft space
      destinationSpaceKey - key of the space to be the public space
      spaceLinkConfiguration - configuration settings for the publishing between the 2 provided spaces
      Throws:
      Exception