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 java.lang.Object
implements org.flowable.common.engine.impl.interceptor.Command<org.flowable.form.api.FormInfo>
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String actionInstanceId  
    protected static java.lang.String FLOWABLE_MIGRATED_PARENT_DEPLOYMENT  
  • Constructor Summary

    Constructors 
    Constructor Description
    GetFormInfoCmd​(java.lang.String actionInstanceId)  
  • Method Summary

    Modifier and Type Method Description
    org.flowable.form.api.FormInfo execute​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)  
    protected org.flowable.form.api.FormInfo getFormInfoWithScopedObjectFormProviders​(ActionInstanceEntity actionInstanceEntity, ActionEngineConfiguration actionEngineConfiguration, java.lang.String formKey)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait