Interface PublishingConfigurationManager
-
public interface PublishingConfigurationManager
Manages the publishing configuration settings
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
linkSpacesToPublish(String sourceSpaceKey, String destinationSpaceKey, PublishingSpaceConfiguration spaceLinkConfiguration)
Links the given spaces for publishing with the given settings.
-
-
-
Method Detail
-
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 spacedestinationSpaceKey
- key of the space to be the public spacespaceLinkConfiguration
- configuration settings for the publishing between the 2 provided spaces- Throws:
Exception
-
-