Interface ProcessFormVariablesCollector

All Known Implementing Classes:
ProcessFormVariablesCollectorImpl

public interface ProcessFormVariablesCollector
  • Method Details

    • collectInjectedProcessVariables

      Map<String,Object> collectInjectedProcessVariables(FrameOwner frameOwner)
      Collects values of all controller fields annotated with the ProcessVariable. If the field is a UI component, then component value is collected.

      If the frameOwner is a Screen then process variables will also be collected from all nested fragments

      Parameters:
      frameOwner - Process form UI controller
      Returns:
      a map of collected process variables