Uses of Class
org.pentaho.platform.plugin.action.olap.IOlapServiceException
Packages that use IOlapServiceException
Package
Description
-
Uses of IOlapServiceException in org.pentaho.platform.plugin.action.olap
Methods in org.pentaho.platform.plugin.action.olap that throw IOlapServiceExceptionModifier and TypeMethodDescriptionvoidIOlapService.addHostedCatalog(String name, String dataSourceInfo, InputStream inputStream, boolean overwriteInRepossitory, org.pentaho.platform.api.engine.IPentahoSession session) Adds a hosted catalog on this server.voidIOlapService.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.OlapConnectionIOlapService.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.voidIOlapService.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
Methods in org.pentaho.platform.plugin.action.olap.impl that throw IOlapServiceExceptionModifier and TypeMethodDescriptionOlapServiceImpl.getCatalogNames(org.pentaho.platform.api.engine.IPentahoSession pentahoSession) OlapServiceImpl.getCatalogs(org.pentaho.platform.api.engine.IPentahoSession session) org.olap4j.OlapConnectionOlapServiceImpl.getConnection(String catalogName, org.pentaho.platform.api.engine.IPentahoSession session)