Class GetFormModelCmd

java.lang.Object
com.flowable.form.engine.impl.cmd.GetFormModelCmd
All Implemented Interfaces:
Serializable, org.flowable.common.engine.impl.interceptor.Command<org.flowable.form.api.FormInfo>

public class GetFormModelCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<org.flowable.form.api.FormInfo>, Serializable
Author:
Tijs Rademakers
See Also:
  • Field Details

    • formDefinitionKey

      protected String formDefinitionKey
    • formDefinitionId

      protected String formDefinitionId
    • tenantId

      protected String tenantId
    • parentDeploymentId

      protected String parentDeploymentId
    • fallbackToDefaultTenant

      protected boolean fallbackToDefaultTenant
  • Constructor Details

    • GetFormModelCmd

      public GetFormModelCmd(String formDefinitionKey, String formDefinitionId)
    • GetFormModelCmd

      public GetFormModelCmd(String formDefinitionKey, String formDefinitionId, String tenantId, boolean fallbackToDefaultTenant)
    • GetFormModelCmd

      public GetFormModelCmd(String formDefinitionKey, String formDefinitionId, String tenantId, String parentDeploymentId, boolean fallbackToDefaultTenant)
  • Method Details

    • execute

      public org.flowable.form.api.FormInfo execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<org.flowable.form.api.FormInfo>