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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPluginPerspective(org.pentaho.platform.api.engine.perspective.pojo.IPluginPerspective pluginPerspective) voidList<org.pentaho.platform.api.engine.perspective.pojo.IPluginPerspective>voidremovePluginPerspective(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:
getPluginPerspectivesin interfaceorg.pentaho.platform.api.engine.perspective.IPluginPerspectiveManager
-
addPluginPerspective
public void addPluginPerspective(org.pentaho.platform.api.engine.perspective.pojo.IPluginPerspective pluginPerspective) - Specified by:
addPluginPerspectivein interfaceorg.pentaho.platform.api.engine.perspective.IPluginPerspectiveManager
-
removePluginPerspective
public void removePluginPerspective(org.pentaho.platform.api.engine.perspective.pojo.IPluginPerspective pluginPerspective) - Specified by:
removePluginPerspectivein interfaceorg.pentaho.platform.api.engine.perspective.IPluginPerspectiveManager
-
clearPluginPerspectives
public void clearPluginPerspectives()- Specified by:
clearPluginPerspectivesin interfaceorg.pentaho.platform.api.engine.perspective.IPluginPerspectiveManager
-