Class 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 Detail

      • DefaultPluginPerspectiveManager

        public DefaultPluginPerspectiveManager()
    • Method Detail

      • getPluginPerspectives

        public List<org.pentaho.platform.api.engine.perspective.pojo.IPluginPerspective> getPluginPerspectives()
        Specified by:
        getPluginPerspectives in interface org.pentaho.platform.api.engine.perspective.IPluginPerspectiveManager
      • addPluginPerspective

        public void addPluginPerspective​(org.pentaho.platform.api.engine.perspective.pojo.IPluginPerspective pluginPerspective)
        Specified by:
        addPluginPerspective in interface org.pentaho.platform.api.engine.perspective.IPluginPerspectiveManager
      • removePluginPerspective

        public void removePluginPerspective​(org.pentaho.platform.api.engine.perspective.pojo.IPluginPerspective pluginPerspective)
        Specified by:
        removePluginPerspective in interface org.pentaho.platform.api.engine.perspective.IPluginPerspectiveManager
      • clearPluginPerspectives

        public void clearPluginPerspectives()
        Specified by:
        clearPluginPerspectives in interface org.pentaho.platform.api.engine.perspective.IPluginPerspectiveManager