Versions Compared

Key

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

Polish

W wersji systemu PlusWorkflow 3.1.15 umożliwiono pobranie data source za pomocą API.

Tip
Zalecane jest, aby właśnie w taki sposób pobierać data source przez moduły, które go potrzebują. Dzięki temu nie będzie potrzeby dostosowywania takich modułów np.: dla systemu obsługującego wiele baz danych.
Code Block
languagejava
titlePobranie data source'a
DataSource dataSource = DataSourceFactory.getDataSource();
English

In PlusWorkflow version 3.1.15, it was made possible to download data source via API.

Tip
It is recommended that this is how the data source is taken by the modules that need it. This way there will be no need to customize such modules, for example: for a system that supports multiple databases.
Code Block
languagejava
titleDownload the data source
DataSource dataSource = DataSourceFactory.getDataSource();