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