Class DeployCmd
java.lang.Object
com.flowable.template.engine.impl.cmd.DeployCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<TemplateDeployment>
public class DeployCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<TemplateDeployment>
- Author:
- Tijs Rademakers
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
deploymentsDiffer
(TemplateDeploymentEntity deployment, TemplateDeploymentEntity saved) execute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
deploymentBuilder
-
-
Constructor Details
-
DeployCmd
-
-
Method Details
-
execute
public TemplateDeployment execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<TemplateDeployment>
-
deploymentsDiffer
protected boolean deploymentsDiffer(TemplateDeploymentEntity deployment, TemplateDeploymentEntity saved)
-