Class GetFormInfoCmd
- java.lang.Object
-
- com.flowable.action.engine.impl.cmd.GetFormInfoCmd
-
-
Field Summary
Fields Modifier and Type Field Description protected String
actionInstanceId
protected static String
FLOWABLE_MIGRATED_PARENT_DEPLOYMENT
-
Constructor Summary
Constructors Constructor Description GetFormInfoCmd(String actionInstanceId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormInfo
execute(CommandContext commandContext)
protected FormInfo
getFormInfoWithScopedObjectFormProviders(ActionInstanceEntity actionInstanceEntity, ActionEngineConfiguration actionEngineConfiguration, String formKey)
-
-
-
Field Detail
-
FLOWABLE_MIGRATED_PARENT_DEPLOYMENT
protected static final String FLOWABLE_MIGRATED_PARENT_DEPLOYMENT
- See Also:
- Constant Field Values
-
actionInstanceId
protected String actionInstanceId
-
-
Constructor Detail
-
GetFormInfoCmd
public GetFormInfoCmd(String actionInstanceId)
-
-
Method Detail
-
execute
public FormInfo execute(CommandContext commandContext)
-
getFormInfoWithScopedObjectFormProviders
protected FormInfo getFormInfoWithScopedObjectFormProviders(ActionInstanceEntity actionInstanceEntity, ActionEngineConfiguration actionEngineConfiguration, String formKey)
-
-