Define Model API Plugin

The developer can optionally provide a plugin class implementing com.onenetwork.platform.restapi.ModelAPIPlugin. This is used to allow a higher-level module to customize the behavior of a model API resource of a lower-level module.
images/download/attachments/144835830/ModelAPI_Override-version-1-modificationdate-1655930478000-api-v2.png


Additionally, a higher-level module developer can add MDFs to the level section, add new searches, and/or resource actions.

For more details about the ModelAPIPlugin, please check the java documentation.