Uses of Interface
mondrian.olap.Role.HierarchyAccess
Packages that use 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
Subinterfaces of Role.HierarchyAccess in mondrian.olapModifier and TypeInterfaceDescriptionstatic interface
Represents the access that a role has to whole particular hierarchy.Classes in mondrian.olap that implement Role.HierarchyAccessModifier and TypeClassDescriptionstatic class
Implementation ofRole.HierarchyAccess
that delegates all methods to an underlying hierarchy access.Fields in mondrian.olap declared as Role.HierarchyAccessModifier and TypeFieldDescriptionprotected final Role.HierarchyAccess
RoleImpl.DelegatingHierarchyAccess.hierarchyAccess
Methods in mondrian.olap that return Role.HierarchyAccessModifier 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) Constructors in mondrian.olap with parameters of type Role.HierarchyAccessModifierConstructorDescriptionDelegatingHierarchyAccess
(Role.HierarchyAccess hierarchyAccess) Creates a DelegatingHierarchyAccess.