public interface PostPublishEvent
Modifier and Type | Method and Description |
---|---|
List<Language> |
getPublishedLanguages()
Get the published languages.
|
List<Variant> |
getPublishedVariants()
Get the published variants.
|
Optional<Version> |
getPublishedVersion()
Get the published version.
|
PublishType |
getPublishType()
Get the publish type.
|
String |
getSourceSpaceKey()
Get the source space key.
|
Optional<String> |
getTargetApplicationLinkId()
When publishing to another system with the
Scroll Remote Publishing Endpoint,
this method gets the ID of the application link to the other system.
|
String |
getTargetSpaceKey()
Get the target space key.
|
Optional<Version> getPublishedVersion()
List<Language> getPublishedLanguages()
List<Variant> getPublishedVariants()
String getSourceSpaceKey()
String getTargetSpaceKey()
PublishType getPublishType()
Optional<String> getTargetApplicationLinkId()
Copyright © 2019 K15t GmbH. All rights reserved.