Package org.flowable.engine.impl.cmd
Class DeployCmd<T>
java.lang.Object
org.flowable.engine.impl.cmd.DeployCmd<T>
- All Implemented Interfaces:
Serializable,Command<Deployment>
- Author:
- Tom Baeyens, Joram Barrez
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected DeploymentdeployAsFlowable5ProcessDefinition(CommandContext commandContext) protected booleandeploymentsDiffer(DeploymentEntity deployment, DeploymentEntity saved) execute(CommandContext commandContext) protected DeploymentexecuteDeploy(CommandContext commandContext) protected voidscheduleProcessDefinitionActivation(CommandContext commandContext, DeploymentEntity deployment)
-
Field Details
-
deploymentBuilder
-
-
Constructor Details
-
DeployCmd
-
-
Method Details
-
execute
-
executeDeploy
-
deployAsFlowable5ProcessDefinition
-
deploymentsDiffer
-
scheduleProcessDefinitionActivation
protected void scheduleProcessDefinitionActivation(CommandContext commandContext, DeploymentEntity deployment)
-