Class GetFormInfoCmd

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

public class GetFormInfoCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<org.flowable.form.api.FormInfo>
  • Field Details

    • FLOWABLE_MIGRATED_PARENT_DEPLOYMENT

      protected static final String FLOWABLE_MIGRATED_PARENT_DEPLOYMENT
      See Also:
    • actionInstanceId

      protected String actionInstanceId
  • Constructor Details

    • GetFormInfoCmd

      public GetFormInfoCmd(String actionInstanceId)
  • 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>
    • getFormInfoWithScopedObjectFormProviders

      protected org.flowable.form.api.FormInfo getFormInfoWithScopedObjectFormProviders(ActionInstanceEntity actionInstanceEntity, ActionEngineConfiguration actionEngineConfiguration, String formKey)