public interface InstallationNodeService
Defines an API required for definition of an installation node and screen of a URCap.
Modifier and Type | Method and Description |
---|---|
InstallationNodeContribution |
createInstallationNode(URCapAPI api,
DataModel model)
Creates a new installation node instance.
|
InputStream |
getHTML() |
String |
getTitle() |
String getTitle()
InputStream getHTML()
InstallationNodeContribution createInstallationNode(URCapAPI api, DataModel model)
Creates a new installation node instance.
The returned node must use the supplied data model object to retrieve and store the data contained in it. The data model object is shared between all installation nodes contributed by the same URCap.
api
- object with access to PolyScope functionalitymodel
- object where all configuration data of the new installation node
instance is to be stored in and retrieved fromCopyright © 2018. All rights reserved.