Package | Description |
---|---|
mondrian.olap |
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
|
Modifier and Type | Method and Description |
---|---|
Role.RollupPolicy |
Role.HierarchyAccess.getRollupPolicy()
Returns the policy by which cell values are calculated if not all
of a member's children are visible.
|
Role.RollupPolicy |
RoleImpl.DelegatingHierarchyAccess.getRollupPolicy() |
static Role.RollupPolicy |
Role.RollupPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Role.RollupPolicy[] |
Role.RollupPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RoleImpl.grant(Hierarchy hierarchy,
Access access,
Level topLevel,
Level bottomLevel,
Role.RollupPolicy rollupPolicy)
Defines access to a hierarchy.
|
Copyright © 2020 Hitachi Vantara. All rights reserved.