Class DeployCmd<T>
- java.lang.Object
-
- com.flowable.form.engine.impl.cmd.DeployCmd<T>
-
- All Implemented Interfaces:
java.io.Serializable
,org.flowable.common.engine.impl.interceptor.Command<org.flowable.form.api.FormDeployment>
public class DeployCmd<T> extends java.lang.Object implements org.flowable.common.engine.impl.interceptor.Command<org.flowable.form.api.FormDeployment>, java.io.Serializable
- Author:
- Tijs Rademakers, Joram Barrez
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected FormDeploymentBuilderImpl
deploymentBuilder
-
Constructor Summary
Constructors Constructor Description DeployCmd(FormDeploymentBuilderImpl deploymentBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
deploymentsDiffer(FormDeploymentEntity deployment, FormDeploymentEntity saved)
org.flowable.form.api.FormDeployment
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
-
-
Field Detail
-
deploymentBuilder
protected FormDeploymentBuilderImpl deploymentBuilder
-
-
Constructor Detail
-
DeployCmd
public DeployCmd(FormDeploymentBuilderImpl deploymentBuilder)
-
-
Method Detail
-
execute
public org.flowable.form.api.FormDeployment execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<T>
-
deploymentsDiffer
protected boolean deploymentsDiffer(FormDeploymentEntity deployment, FormDeploymentEntity saved)
-
-