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
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 Details
-
Constructor Details
-
Method Details
-
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
-