Interface DmPublishService
- All Known Implementing Classes:
DmPublishServiceImpl
public interface DmPublishService
-
Method Summary
Modifier and TypeMethodDescriptionvoidbulkGoLive(String site, String environment, String path, String comment) Start executing bulk publish for given site, path on given environmentvoidcancelScheduledItem(String site, String path) voidpublish(String site, List<String> paths, ZonedDateTime launchDate, MultiChannelPublishingContext mcpContext) voidvoid
-
Method Details
-
publish
void publish(String site, List<String> paths, ZonedDateTime launchDate, MultiChannelPublishingContext mcpContext) -
unpublish
-
unpublish
-
cancelScheduledItem
-
bulkGoLive
void bulkGoLive(String site, String environment, String path, String comment) throws ServiceLayerException Start executing bulk publish for given site, path on given environment- Parameters:
site- site identifierenvironment- environment to publish topath- base path for bulk publishcomment- submission comment- Throws:
ServiceLayerException- exception is case of en error
-