Class DeployCmd<T>
java.lang.Object
com.flowable.form.engine.impl.cmd.DeployCmd<T>
- All Implemented Interfaces:
Serializable
,org.flowable.common.engine.impl.interceptor.Command<org.flowable.form.api.FormDeployment>
public class DeployCmd<T>
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<org.flowable.form.api.FormDeployment>, Serializable
- Author:
- Tijs Rademakers, Joram Barrez
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
deploymentsDiffer
(FormDeploymentEntity deployment, FormDeploymentEntity saved) org.flowable.form.api.FormDeployment
execute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
deploymentBuilder
-
-
Constructor Details
-
DeployCmd
-
-
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
-