public interface ModelViewerProvider
PluginData. PluginData is additional data
managed by several model elements (PluginDataContainer). This
way the corresponding model elements can easily extended to contain data that
is necessary for (service-) plugins. For instance, the escalation handling
plugin for the worklist manager needs additional data in the worklist model.
To access this data via a nice interface, the worklist model elements can be
wrapped by a model viewer. | Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
getModelViewerClass(java.lang.String pluginID)
Gets the model viewer class for the designated plugin ID that allows
type-save access to plugin data at model elements.
|
java.lang.Class<?> getModelViewerClass(java.lang.String pluginID)
null will be
returned. This ID usually equals the ID of the (service-) plugin that uses
the model viewer.pluginID - The ID of the plugin for which to retrieve a model viewer,
this ID is usually the same ID as the one of the (service-) plugin
using the plugin data.null in case there is no model viewer for the
designated plugin ID configured.