Class DeployCmd
java.lang.Object
com.flowable.action.engine.impl.cmd.DeployCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<ActionDeployment>
public class DeployCmd extends java.lang.Object implements org.flowable.common.engine.impl.interceptor.Command<ActionDeployment>
- Author:
- Tijs Rademakers
-
Field Summary
Fields Modifier and Type Field Description protected ActionDeploymentBuilderImpldeploymentBuilder -
Constructor Summary
Constructors Constructor Description DeployCmd(ActionDeploymentBuilderImpl deploymentBuilder) -
Method Summary
Modifier and Type Method Description protected booleandeploymentsDiffer(ActionDeploymentEntity deployment, ActionDeploymentEntity saved)ActionDeploymentexecute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
Constructor Details
-
Method Details
-
execute
public ActionDeployment execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)- Specified by:
executein interfaceorg.flowable.common.engine.impl.interceptor.Command<ActionDeployment>
-
deploymentsDiffer
protected boolean deploymentsDiffer(ActionDeploymentEntity deployment, ActionDeploymentEntity saved)
-