Uses of Interface
mondrian.olap.Role.HierarchyAccess
-
Packages that use Role.HierarchyAccess Package Description mondrian.olap 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.olap Modifier and Type Interface Description static interface
Role.AllHierarchyAccess
Represents the access that a role has to whole particular hierarchy.Classes in mondrian.olap that implement Role.HierarchyAccess Modifier and Type Class Description static class
RoleImpl.DelegatingHierarchyAccess
Implementation ofRole.HierarchyAccess
that delegates all methods to an underlying hierarchy access.Fields in mondrian.olap declared as Role.HierarchyAccess Modifier and Type Field Description protected Role.HierarchyAccess
RoleImpl.DelegatingHierarchyAccess. hierarchyAccess
Methods in mondrian.olap that return Role.HierarchyAccess Modifier and Type Method Description static Role.HierarchyAccess
RoleImpl. createAllAccess(Hierarchy hierarchy)
Creates an element which represents all access to a hierarchy.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
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
RoleImpl. getAccessDetails(Hierarchy hierarchy)
Constructors in mondrian.olap with parameters of type Role.HierarchyAccess Constructor Description DelegatingHierarchyAccess(Role.HierarchyAccess hierarchyAccess)
Creates a DelegatingHierarchyAccess.
-