Class GetFormModelCmd

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

public class GetFormModelCmd extends Object implements Command<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