Class DeployCmd
- java.lang.Object
-
- com.flowable.dataobject.engine.impl.cmd.DeployCmd
-
- All Implemented Interfaces:
Command<DataObjectDeployment>
public class DeployCmd extends Object implements Command<DataObjectDeployment>
-
-
Field Summary
Fields Modifier and Type Field Description protected DataObjectDeploymentBuilderImpl
deploymentBuilder
-
Constructor Summary
Constructors Constructor Description DeployCmd(DataObjectDeploymentBuilderImpl deploymentBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
deploymentsDiffer(DataObjectDeploymentEntity deployment, DataObjectDeploymentEntity saved)
DataObjectDeployment
execute(CommandContext commandContext)
-
-
-
Field Detail
-
deploymentBuilder
protected DataObjectDeploymentBuilderImpl deploymentBuilder
-
-
Constructor Detail
-
DeployCmd
public DeployCmd(DataObjectDeploymentBuilderImpl deploymentBuilder)
-
-
Method Detail
-
execute
public DataObjectDeployment execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<DataObjectDeployment>
-
deploymentsDiffer
protected boolean deploymentsDiffer(DataObjectDeploymentEntity deployment, DataObjectDeploymentEntity saved)
-
-