Class DeployCmd<T>
java.lang.Object
com.flowable.workobject.engine.impl.cmd.DeployCmd<T>
- All Implemented Interfaces:
java.io.Serializable,org.flowable.common.engine.impl.interceptor.Command<WorkObjectDeployment>
public class DeployCmd<T> extends java.lang.Object implements org.flowable.common.engine.impl.interceptor.Command<WorkObjectDeployment>, java.io.Serializable
- Author:
- Tijs Rademakers, Joram Barrez
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected WorkObjectDeploymentBuilderImpldeploymentBuilder -
Constructor Summary
Constructors Constructor Description DeployCmd(WorkObjectDeploymentBuilderImpl deploymentBuilder) -
Method Summary
Modifier and Type Method Description protected booleandeploymentsDiffer(WorkObjectDeploymentEntity deployment, WorkObjectDeploymentEntity saved)WorkObjectDeploymentexecute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
Constructor Details
-
Method Details
-
execute
public WorkObjectDeployment execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)- Specified by:
executein interfaceorg.flowable.common.engine.impl.interceptor.Command<T>
-
deploymentsDiffer
protected boolean deploymentsDiffer(WorkObjectDeploymentEntity deployment, WorkObjectDeploymentEntity saved)
-