Class DefaultPluginPerspectiveManager
java.lang.Object
org.pentaho.platform.plugin.services.pluginmgr.perspective.DefaultPluginPerspectiveManager
- All Implemented Interfaces:
org.pentaho.platform.api.engine.perspective.IPluginPerspectiveManager
public class DefaultPluginPerspectiveManager
extends Object
implements org.pentaho.platform.api.engine.perspective.IPluginPerspectiveManager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addPluginPerspective
(org.pentaho.platform.api.engine.perspective.pojo.IPluginPerspective pluginPerspective) void
List<org.pentaho.platform.api.engine.perspective.pojo.IPluginPerspective>
void
removePluginPerspective
(org.pentaho.platform.api.engine.perspective.pojo.IPluginPerspective pluginPerspective)
-
Constructor Details
-
DefaultPluginPerspectiveManager
public DefaultPluginPerspectiveManager()
-
-
Method Details
-
getPluginPerspectives
public List<org.pentaho.platform.api.engine.perspective.pojo.IPluginPerspective> getPluginPerspectives()- Specified by:
getPluginPerspectives
in interfaceorg.pentaho.platform.api.engine.perspective.IPluginPerspectiveManager
-
addPluginPerspective
public void addPluginPerspective(org.pentaho.platform.api.engine.perspective.pojo.IPluginPerspective pluginPerspective) - Specified by:
addPluginPerspective
in interfaceorg.pentaho.platform.api.engine.perspective.IPluginPerspectiveManager
-
removePluginPerspective
public void removePluginPerspective(org.pentaho.platform.api.engine.perspective.pojo.IPluginPerspective pluginPerspective) - Specified by:
removePluginPerspective
in interfaceorg.pentaho.platform.api.engine.perspective.IPluginPerspectiveManager
-
clearPluginPerspectives
public void clearPluginPerspectives()- Specified by:
clearPluginPerspectives
in interfaceorg.pentaho.platform.api.engine.perspective.IPluginPerspectiveManager
-