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 DataObjectDeploymentBuilderImpldeploymentBuilder -
Constructor Summary
Constructors Constructor Description DeployCmd(DataObjectDeploymentBuilderImpl deploymentBuilder) -
Method Summary
Modifier and Type Method Description protected booleandeploymentsDiffer(DataObjectDeploymentEntity deployment, DataObjectDeploymentEntity saved)DataObjectDeploymentexecute(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:
executein interfaceorg.flowable.common.engine.impl.interceptor.Command<DataObjectDeployment>
-
deploymentsDiffer
protected boolean deploymentsDiffer(DataObjectDeploymentEntity deployment, DataObjectDeploymentEntity saved)
-