Uses of Class
org.pentaho.platform.plugin.action.olap.IOlapServiceException
Package
Description
-
Uses of IOlapServiceException in org.pentaho.platform.plugin.action.olap
Modifier and TypeMethodDescriptionvoid
IOlapService.addHostedCatalog
(String name, String dataSourceInfo, InputStream inputStream, boolean overwriteInRepossitory, org.pentaho.platform.api.engine.IPentahoSession session) Adds a hosted catalog on this server.void
IOlapService.addOlap4jCatalog
(String name, String className, String URL, String user, String password, Properties props, boolean overwrite, org.pentaho.platform.api.engine.IPentahoSession pentahoSession) Adds a generic olap4j catalog to this server.IOlapService.getCatalogNames
(org.pentaho.platform.api.engine.IPentahoSession pentahoSession) Provides a list of catalog names known to this server, whether local or remote.IOlapService.getCatalogs
(org.pentaho.platform.api.engine.IPentahoSession pentahoSession) Provides a list of catalogs known to this server, whether local or remote.org.olap4j.OlapConnection
IOlapService.getConnection
(String catalogName, org.pentaho.platform.api.engine.IPentahoSession session) Provides olap connections to a named catalog.IOlapService.getSchemas
(String parentCatalog, org.pentaho.platform.api.engine.IPentahoSession pentahoSession) Provides a list of the available schemas, whether constrained to a particular catalog or not, represented as a tree of the schema and all of its cubes.void
IOlapService.removeCatalog
(String catalogName, org.pentaho.platform.api.engine.IPentahoSession pentahoSession) Removes a catalog from this server, whether hosted or remote. -
Uses of IOlapServiceException in org.pentaho.platform.plugin.action.olap.impl
Modifier and TypeMethodDescriptionOlapServiceImpl.getCatalogNames
(org.pentaho.platform.api.engine.IPentahoSession pentahoSession) OlapServiceImpl.getCatalogs
(org.pentaho.platform.api.engine.IPentahoSession session) org.olap4j.OlapConnection
OlapServiceImpl.getConnection
(String catalogName, org.pentaho.platform.api.engine.IPentahoSession session)