Package mondrian.olap
Interface Role.AllHierarchyAccess
- All Superinterfaces:
Role.HierarchyAccess
- All Known Implementing Classes:
RoleImpl.DelegatingHierarchyAccess
- Enclosing interface:
- Role
Represents the access that a role has to whole particular hierarchy.
-
Method Summary
Methods inherited from interface mondrian.olap.Role.HierarchyAccess
getAccess, getBottomLevelDepth, getRollupPolicy, getTopLevelDepth, hasInaccessibleDescendants
-
Method Details
-
getAccess
Access getAccess()Returns the access to whole hierarchy.- Returns:
- the access to the hierarchy.
-