Package io.jmix.bpmui.processform
Interface ProcessFormVariablesCollector
- All Known Implementing Classes:
ProcessFormVariablesCollectorImpl
public interface ProcessFormVariablesCollector
-
Method Summary
Modifier and TypeMethodDescriptioncollectInjectedProcessVariables
(FrameOwner frameOwner) 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
frameOwner
is aScreen
then process variables will also be collected from all nested fragments- Parameters:
frameOwner
- Process form UI controller- Returns:
- a map of collected process variables
-