Difference between revisions of "HowTo:Provide system definitions with a custom plugin"
(Created page with "This tutorial explains how to provide any kind of preconfigured {{UBIK}} data (system definitions) using a custom plugin. <!-- DO NOT REMOVE THIS -->{{Template:HowTo/Begin}}...") |
m (→Big Picture) |
||
Line 6: | Line 6: | ||
= Big Picture = | = Big Picture = | ||
− | The Plugin hosts a SystemDefinitionProvider, which in turn gives access to a set of versioned SystemDefinitions. The latter can contain any kind of {{UBIK}} data like MetaClasses, MetaProperties, | + | The Plugin hosts a SystemDefinitionProvider, which in turn gives access to a set of versioned SystemDefinitions. The latter can contain any kind of {{UBIK}} data like MetaClasses, MetaProperties, instances of any type and scripts to execute when the package is installed or initialized. |
[[File:Systemdefinitions.drawio.png]] | [[File:Systemdefinitions.drawio.png]] | ||
+ | |||
+ | [[Category:How-To|Provide system definitions with a custom plugin]] | ||
+ | [[Category:Module|Provide system definitions with a custom plugin]] | ||
= Create a new plugin = | = Create a new plugin = |
Revision as of 02:26, 25 November 2024
This tutorial explains how to provide any kind of preconfigured UBIK® data (system definitions) using a custom plugin.