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 Deployment
deployAsFlowable5ProcessDefinition
(CommandContext commandContext) protected boolean
deploymentsDiffer
(DeploymentEntity deployment, DeploymentEntity saved) execute
(CommandContext commandContext) protected Deployment
executeDeploy
(CommandContext commandContext) protected void
scheduleProcessDefinitionActivation
(CommandContext commandContext, DeploymentEntity deployment)
-
Field Details
-
deploymentBuilder
-
-
Constructor Details
-
DeployCmd
-
-
Method Details
-
execute
-
executeDeploy
-
deployAsFlowable5ProcessDefinition
-
deploymentsDiffer
-
scheduleProcessDefinitionActivation
protected void scheduleProcessDefinitionActivation(CommandContext commandContext, DeploymentEntity deployment)
-