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