Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • These values could be read from the LogicalQuery-Object with getUserParameter(key)
  • In Transformation, this can be read with

    Code Block
    languagejava
    ParameterQueryParams keys = config.getOption(ParameterQueryParams.class.getName());
    Map<String, String> map = keys.getValue();
    String value = map.get("key1");

...