Class ProcessFormViewInjector

java.lang.Object
io.jmix.bpmflowui.injector.ProcessFormViewInjector

@Component public class ProcessFormViewInjector extends Object
Class is responsible for injecting fields into BPM process form:
  • ProcessFormContext
  • Process variables
  • Constructor Details

  • Method Details

    • injectStartFormFields

      public void injectStartFormFields(View<?> view, String processDefinitionId)
      Injects fields related to BPM into start process form. Method must be invoked from the View.QueryParametersChangeEvent listener of the View controller.
    • injectTaskFormFields

      public void injectTaskFormFields(View<?> view, String taskId)
      Injects fields related to BPM into task process form. Method must be invoked from the View.QueryParametersChangeEvent listener of the View controller.