Package | Description |
---|---|
org.pentaho.platform.plugin.action.olap | |
org.pentaho.platform.plugin.action.olap.impl |
Modifier and Type | Method and Description |
---|---|
void |
IOlapService.addHostedCatalog(String name,
String dataSourceInfo,
InputStream inputStream,
boolean overwriteInRepossitory,
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,
IPentahoSession pentahoSession)
Adds a generic olap4j catalog to this server.
|
List<String> |
IOlapService.getCatalogNames(IPentahoSession pentahoSession)
Provides a list of catalog names known to this server,
whether local or remote.
|
List<IOlapService.Catalog> |
IOlapService.getCatalogs(IPentahoSession pentahoSession)
Provides a list of catalogs known to this server,
whether local or remote.
|
org.olap4j.OlapConnection |
IOlapService.getConnection(String catalogName,
IPentahoSession session)
Provides olap connections to a named catalog.
|
List<IOlapService.Schema> |
IOlapService.getSchemas(String parentCatalog,
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,
IPentahoSession pentahoSession)
Removes a catalog from this server, whether hosted or remote.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
OlapServiceImpl.getCatalogNames(IPentahoSession pentahoSession) |
List<IOlapService.Catalog> |
OlapServiceImpl.getCatalogs(IPentahoSession session) |
org.olap4j.OlapConnection |
OlapServiceImpl.getConnection(String catalogName,
IPentahoSession session) |
Copyright © 2017 Hitachi Vantara. All rights reserved.