Interface ProcessFormVariablesCollector

All Known Implementing Classes:
ProcessFormVariablesCollectorImpl

public interface ProcessFormVariablesCollector
  • Method Details

    • collectInjectedProcessVariables

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

      If the origin is a View then process variables will also be collected from all nested fragments

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