NY_00404_EditPreferencesPlugIn
This plugin is used by the web application NodeManager. It provides a dialog for editing the configuration files of a remote node.
The configuration data of the node and its plugins is stored in Java Preferences. Keys and values can be created, deleted, or edited.
Usage
This dialog implements the general web dialog API and can be created and destroyed with it.
The following parameters are also required:
Name | Description |
---|---|
nodeId | The ID of the node whose data is currently being processed. |
The plugin can be hosted on any number of nodes. The microservice registry determines which factory is used when creating a new instance (load balancing).
Microservice ID
The plugin registers a microservice with the ID NY_WebDialogEditPreferences_00404
.