Class WorkflowBatch
java.lang.Object
org.craftercms.studio.impl.v1.service.workflow.WorkflowBatch
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected ZonedDateTimeprotected MultiChannelPublishingContextprotected List<SubmitLifeCycleOperation> -
Constructor Summary
ConstructorsConstructorDescriptionWorkflowBatch(ZonedDateTime launchDate, String label, String approvedBy, MultiChannelPublishingContext mcpContext) -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(Collection<String> path) voidaddOperation(SubmitLifeCycleOperation preSubmitOperation) getLabel()getPaths()void
-
Field Details
-
paths
-
preSubmitOperations
-
launchDate
-
label
-
approvedBy
-
mcpContext
-
-
Constructor Details
-
WorkflowBatch
public WorkflowBatch(ZonedDateTime launchDate, String label, String approvedBy, MultiChannelPublishingContext mcpContext)
-
-
Method Details
-
getPreSubmitOperations
-
getPaths
-
add
-
getLaunchDate
-
getLabel
-
setLabel
-
addOperation
-
getMultiChannelPublishingContext
-