Package io.jmix.bpmflowui.processform
Interface ProcessFormVariablesCollector
- All Known Implementing Classes:
ProcessFormVariablesCollectorImpl
public interface ProcessFormVariablesCollector
-
Method Summary
Modifier and TypeMethodDescriptioncollectInjectedProcessVariables
(View origin) Collects values of all controller fields annotated with theProcessVariable
.
-
Method Details
-
collectInjectedProcessVariables
Collects values of all controller fields annotated with theProcessVariable
. If the field is a UI component, then component value is collected.If the
origin
is aView
then process variables will also be collected from all nested fragments- Parameters:
origin
- Process form UI controller- Returns:
- a map of collected process variables
-