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 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 interface org.flowable.common.engine.impl.interceptor.Command<T>
    • deploymentsDiffer

      protected boolean deploymentsDiffer(FormDeploymentEntity deployment, FormDeploymentEntity saved)