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 TypeMethodDescriptionvoidDmPublishService.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 TypeMethodDescriptionvoidDmPublishServiceImpl.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 MultiChannelPublishingContextWorkflowBatch.mcpContextMethods 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 TypeMethodDescriptionvoidWorkflowProcessor.addToWorkflow(String site, List<String> paths, ZonedDateTime launchDate, String label, SubmitLifeCycleOperation operation, String approvedBy, MultiChannelPublishingContext mcpContext) Add items to workflowprotected WorkflowBatchWorkflowProcessor.createBatch(Collection<String> paths, ZonedDateTime launchDate, String label, SubmitLifeCycleOperation preSubmitOperation, String approvedBy, MultiChannelPublishingContext mcpContext) protected voidWorkflowServiceImpl.goLive(String site, List<DmDependencyTO> submittedItems, String approver, MultiChannelPublishingContext mcpContext) approve workflows and schedule them as specified in the requestConstructors in org.craftercms.studio.impl.v1.service.workflow with parameters of type MultiChannelPublishingContextModifierConstructorDescriptionWorkflowBatch(ZonedDateTime launchDate, String label, String approvedBy, MultiChannelPublishingContext mcpContext)