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