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
All Methods Instance Methods Concrete Methods 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)
-
-
-
Field Detail
-
FLOWABLE_MIGRATED_PARENT_DEPLOYMENT
protected static final java.lang.String FLOWABLE_MIGRATED_PARENT_DEPLOYMENT
- See Also:
- Constant Field Values
-
actionInstanceId
protected java.lang.String actionInstanceId
-
-
Method Detail
-
execute
public org.flowable.form.api.FormInfo execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<org.flowable.form.api.FormInfo>
-
getFormInfoWithScopedObjectFormProviders
protected org.flowable.form.api.FormInfo getFormInfoWithScopedObjectFormProviders(ActionInstanceEntity actionInstanceEntity, ActionEngineConfiguration actionEngineConfiguration, java.lang.String formKey)
-
-