java.lang.Object
io.jmix.ui.screen.ScreenFragment
io.jmix.bpmui.screen.modeler.properties.entitydatatask.jpqlparameters.JpqlParametersFragment
All Implemented Interfaces:
FrameOwner

@UiController("bpm_JpqlParametersFragment") @UiDescriptor("jpql-parameters-fragment-fragment.xml") public class JpqlParametersFragment extends ScreenFragment
  • Field Details

  • Constructor Details

    • JpqlParametersFragment

      public JpqlParametersFragment()
  • Method Details

    • setJpqlQuery

      public void setJpqlQuery(String jpqlQuery)
    • setProcessVariables

      public void setProcessVariables(List<String> processVariables)
    • onJpqlParametersTableCreate

      @Subscribe("jpqlParametersTable.create") protected void onJpqlParametersTableCreate(Action.ActionPerformedEvent event)
    • onJpqlParametersTableEdit

      @Subscribe("jpqlParametersTable.edit") protected void onJpqlParametersTableEdit(Action.ActionPerformedEvent event)
    • collectJpqlQueryParameters

      protected List<String> collectJpqlQueryParameters()