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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.flowable.form.api.FormInfo
execute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) protected org.flowable.form.api.FormInfo
getFormInfoWithScopedObjectFormProviders
(ActionInstanceEntity actionInstanceEntity, ActionEngineConfiguration actionEngineConfiguration, String formKey)
-
Field Details
-
FLOWABLE_MIGRATED_PARENT_DEPLOYMENT
- See Also:
-
actionInstanceId
-
-
Constructor Details
-
GetFormInfoCmd
-
-
Method Details
-
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, String formKey)
-