Package | Description |
---|---|
mondrian.olap |
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
Role.AllHierarchyAccess
Represents the access that a role has to whole particular hierarchy.
|
Modifier and Type | Class and Description |
---|---|
static class |
RoleImpl.DelegatingHierarchyAccess
Implementation of
Role.HierarchyAccess that
delegates all methods to an underlying hierarchy access. |
Modifier and Type | Field and Description |
---|---|
protected Role.HierarchyAccess |
RoleImpl.DelegatingHierarchyAccess.hierarchyAccess |
Modifier and Type | Method and Description |
---|---|
static Role.HierarchyAccess |
RoleImpl.createAllAccess(Hierarchy hierarchy)
Creates an element which represents all access to a hierarchy.
|
Role.HierarchyAccess |
Role.getAccessDetails(Hierarchy hierarchy)
Returns the details of this hierarchy's access, or null if the hierarchy
has not been given explicit access.
|
Role.HierarchyAccess |
DelegatingRole.getAccessDetails(Hierarchy hierarchy)
Returns the details of this hierarchy's access, or null if the hierarchy
has not been given explicit access.
|
Role.HierarchyAccess |
RoleImpl.getAccessDetails(Hierarchy hierarchy) |
Constructor and Description |
---|
DelegatingHierarchyAccess(Role.HierarchyAccess hierarchyAccess)
Creates a DelegatingHierarchyAccess.
|
Copyright © 2020 Hitachi Vantara. All rights reserved.