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