Class PluginManagerResource
java.lang.Object
org.pentaho.platform.web.http.api.resources.PluginManagerResource
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetOverlays
(String id) Retrieve the list of XUL overlays for the provided idjavax.ws.rs.core.Response
Retrieve the list of registered plugin IDsRetrieve the list of plugin perspective in the platformgetPluginSetting
(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.
-
Constructor Details
-
PluginManagerResource
public PluginManagerResource()
-
-
Method Details
-
getOverlays
Retrieve the list of XUL overlays for the provided id- Parameters:
id
-- Returns:
- list of
Overlay
-
getPluginPerpectives
Retrieve the list of plugin perspective in the platform- Returns:
- list of
PluginPerspective
-
getPluginIds
public javax.ws.rs.core.Response getPluginIds()Retrieve the list of registered plugin IDs- Returns:
- list of ids
-
getPluginSetting
Retrieve the plugins setting with a provided setting name. This will search the plugins's settings.xml and return the selected setting- Parameters:
pluginId
- (Plugin ID for the setting being searched)settingName
- (Setting name of a selected plugin)- Returns:
- Value of the setting
-
getPluginSettings
Retrieve the list of setting of a selected setting name from all registered plugins.- Parameters:
settingName
- (name of the plugin setting)- Returns:
- list of
Setting
-