All public logs

Jump to navigation Jump to search

Combined display of all available logs of Okapi Framework. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 05:17, 26 January 2022 Mihnita talk contribs created page How to edit Filter and Steps Parameters using GUI (Created page with "= Okapi: configuring Filters and Steps In Okapi there is a consistent way to configure both filters, and steps. And that is by using <code>IParameters</code> == As a developer == You can of course do it from code, something like this: Parameters params = filter.getParameters(); // You have getters and setters params.setFoo(newFooValue); params.setBar(newBarValue); Or you can create a configuration file, store it, and load it using <code>params.load(...)</cod...")