Uses of Class
org.craftercms.studio.api.v1.service.workflow.context.MultiChannelPublishingContext
Packages that use MultiChannelPublishingContext
Package
Description
-
Uses of MultiChannelPublishingContext in org.craftercms.studio.api.v1.service.deployment
Methods in org.craftercms.studio.api.v1.service.deployment with parameters of type MultiChannelPublishingContextModifier and TypeMethodDescriptionvoid
DmPublishService.publish
(String site, List<String> paths, ZonedDateTime launchDate, MultiChannelPublishingContext mcpContext) -
Uses of MultiChannelPublishingContext in org.craftercms.studio.impl.v1.service.deployment
Methods in org.craftercms.studio.impl.v1.service.deployment with parameters of type MultiChannelPublishingContextModifier and TypeMethodDescriptionvoid
DmPublishServiceImpl.publish
(String site, List<String> paths, ZonedDateTime launchDate, MultiChannelPublishingContext mcpContext) -
Uses of MultiChannelPublishingContext in org.craftercms.studio.impl.v1.service.workflow
Fields in org.craftercms.studio.impl.v1.service.workflow declared as MultiChannelPublishingContextModifier and TypeFieldDescriptionprotected MultiChannelPublishingContext
WorkflowBatch.mcpContext
Methods in org.craftercms.studio.impl.v1.service.workflow that return MultiChannelPublishingContextMethods in org.craftercms.studio.impl.v1.service.workflow with parameters of type MultiChannelPublishingContextModifier and TypeMethodDescriptionvoid
WorkflowProcessor.addToWorkflow
(String site, List<String> paths, ZonedDateTime launchDate, String label, SubmitLifeCycleOperation operation, String approvedBy, MultiChannelPublishingContext mcpContext) Add items to workflowprotected WorkflowBatch
WorkflowProcessor.createBatch
(Collection<String> paths, ZonedDateTime launchDate, String label, SubmitLifeCycleOperation preSubmitOperation, String approvedBy, MultiChannelPublishingContext mcpContext) Constructors in org.craftercms.studio.impl.v1.service.workflow with parameters of type MultiChannelPublishingContextModifierConstructorDescriptionWorkflowBatch
(ZonedDateTime launchDate, String label, String approvedBy, MultiChannelPublishingContext mcpContext)