Class IOlapService.Schema
java.lang.Object
org.pentaho.platform.plugin.action.olap.IOlapService.Schema
- Enclosing interface:
- IOlapService
Representation of a schema. Schemas have
IOlapService.Cube
children
and a parent IOlapService.Catalog
, along with a list of role names.-
Field Summary
Modifier and TypeFieldDescriptionfinal IOlapService.Catalog
final List<IOlapService.Cube>
final String
-
Constructor Summary
ConstructorDescriptionSchema
(String name, IOlapService.Catalog parent, List<IOlapService.Cube> cubes, List<String> roles) -
Method Summary
-
Field Details
-
name
-
catalog
-
cubes
-
roleNames
-
-
Constructor Details
-
Schema
public Schema(String name, IOlapService.Catalog parent, List<IOlapService.Cube> cubes, List<String> roles)
-
-
Method Details