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 java.lang.Object implements org.flowable.common.engine.impl.interceptor.Command<DataObjectDeployment>
-
Field Summary
Fields Modifier and Type Field Description protected DataObjectDeploymentBuilderImpl
deploymentBuilder
-
Constructor Summary
Constructors Constructor Description DeployCmd(DataObjectDeploymentBuilderImpl deploymentBuilder)
-
Method Summary
Modifier and Type Method Description protected boolean
deploymentsDiffer(DataObjectDeploymentEntity deployment, DataObjectDeploymentEntity saved)
DataObjectDeployment
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
Constructor Details
-
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)
-