Uses of Interface
mondrian.olap.Role.HierarchyAccess
Package
Description
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
-
Uses of Role.HierarchyAccess in mondrian.olap
Modifier and TypeInterfaceDescriptionstatic interface
Represents the access that a role has to whole particular hierarchy.Modifier and TypeClassDescriptionstatic class
Implementation ofRole.HierarchyAccess
that delegates all methods to an underlying hierarchy access.Modifier and TypeFieldDescriptionprotected final Role.HierarchyAccess
RoleImpl.DelegatingHierarchyAccess.hierarchyAccess
Modifier and TypeMethodDescriptionstatic Role.HierarchyAccess
RoleImpl.createAllAccess
(Hierarchy hierarchy) Creates an element which represents all access to a hierarchy.DelegatingRole.getAccessDetails
(Hierarchy hierarchy) Returns the details of this hierarchy's access, or null if the hierarchy has not been given explicit access.Role.getAccessDetails
(Hierarchy hierarchy) Returns the details of this hierarchy's access, or null if the hierarchy has not been given explicit access.RoleImpl.getAccessDetails
(Hierarchy hierarchy) ModifierConstructorDescriptionDelegatingHierarchyAccess
(Role.HierarchyAccess hierarchyAccess) Creates a DelegatingHierarchyAccess.