Class DeployCmd
- java.lang.Object
-
- org.flowable.cmmn.engine.impl.cmd.DeployCmd
-
- All Implemented Interfaces:
Command<CmmnDeployment>
public class DeployCmd extends Object implements Command<CmmnDeployment>
- Author:
- Joram Barrez
-
-
Field Summary
Fields Modifier and Type Field Description protected CmmnDeploymentBuilderImpldeploymentBuilder
-
Constructor Summary
Constructors Constructor Description DeployCmd(CmmnDeploymentBuilderImpl deploymentBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleandeploymentsDiffer(CmmnDeploymentEntity deployment, CmmnDeploymentEntity saved)CmmnDeploymentexecute(CommandContext commandContext)
-
-
-
Field Detail
-
deploymentBuilder
protected CmmnDeploymentBuilderImpl deploymentBuilder
-
-
Constructor Detail
-
DeployCmd
public DeployCmd(CmmnDeploymentBuilderImpl deploymentBuilder)
-
-
Method Detail
-
execute
public CmmnDeployment execute(CommandContext commandContext)
- Specified by:
executein interfaceCommand<CmmnDeployment>
-
deploymentsDiffer
protected boolean deploymentsDiffer(CmmnDeploymentEntity deployment, CmmnDeploymentEntity saved)
-
-