public class PluginManagerResource extends Object
Constructor and Description |
---|
PluginManagerResource() |
Modifier and Type | Method and Description |
---|---|
List<Overlay> |
getOverlays(String id)
Retrieve the list of XUL overlays for the provided id
|
javax.ws.rs.core.Response |
getPluginIds()
Retrieve the list of registered plugin IDs
|
ArrayList<PluginPerspective> |
getPluginPerpectives()
Retrieve the list of plugin perspective in the platform
|
String |
getPluginSetting(String pluginId,
String settingName)
Retrieve the plugins setting with a provided setting name.
|
javax.ws.rs.core.Response |
getPluginSettings(String settingName)
Retrieve the list of setting of a selected setting name from all registered plugins.
|
public List<Overlay> getOverlays(String id)
id
- Overlay
public ArrayList<PluginPerspective> getPluginPerpectives()
PluginPerspective
public javax.ws.rs.core.Response getPluginIds()
public String getPluginSetting(String pluginId, String settingName)
pluginId
- (Plugin ID for the setting being searched)settingName
- (Setting name of a selected plugin)public javax.ws.rs.core.Response getPluginSettings(String settingName)
settingName
- (name of the plugin setting) Setting
Copyright © 2021 Hitachi Vantara. All rights reserved.