Uses of Enum Class
mondrian.olap.Access
Package
Description
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
Defines the set of MDX built-in functions.
Implements the data access layer for the olap package.
-
Uses of Access in mondrian.olap
Modifier and TypeMethodDescriptionRole.AllHierarchyAccess.getAccess()
Returns the access to whole hierarchy.Returns the access this role has to a given cube.Returns the access this role has to a given dimension.Returns the access this role has to a given hierarchy.Returns the access this role has to a given level.Returns the access this role has to a given member.Returns the access this role has to a given named set.Returns the access this role has to a given schema.Returns the access the current role has to a given member.RoleImpl.DelegatingHierarchyAccess.getAccess()
static Access
Returns the enum constant of this class with the specified name.static Access[]
Access.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionDelegatingSchemaReader.getMemberChildrenWithDetails
(Member member, Evaluator evaluator) SchemaReader.getMemberChildrenWithDetails
(Member member, Evaluator evaluator) Similar toSchemaReader.getMemberChildren(Member, Evaluator)
but returns a map of the grand-children and their access details and costs more to invoke because of the access controls.Modifier and TypeMethodDescriptionvoid
Defines access to a cube.void
Defines access to a dimension.void
RoleImpl.grant
(Hierarchy hierarchy, Access access, Level topLevel, Level bottomLevel, Role.RollupPolicy rollupPolicy) Defines access to a hierarchy.void
Defines access to a member in a hierarchy.void
Defines access to all cubes and dimensions in a schema. -
Uses of Access in mondrian.olap.fun
-
Uses of Access in mondrian.rolap
Modifier and TypeMethodDescriptionNoCacheMemberReader.getMemberChildren
(List<RolapMember> parentMembers, List<RolapMember> children, MemberChildrenConstraint constraint) NoCacheMemberReader.getMemberChildren
(RolapMember parentMember, List<RolapMember> children, MemberChildrenConstraint constraint) RolapCubeHierarchy.CacheRolapCubeHierarchyMemberReader.getMemberChildren
(List<RolapMember> parentMembers, List<RolapMember> children, MemberChildrenConstraint constraint) RolapCubeHierarchy.NoCacheRolapCubeHierarchyMemberReader.getMemberChildren
(List<RolapMember> parentMembers, List<RolapMember> children, MemberChildrenConstraint constraint) SmartMemberReader.getMemberChildren
(List<RolapMember> parentMembers, List<RolapMember> children, MemberChildrenConstraint constraint) SmartMemberReader.getMemberChildren
(RolapMember parentMember, List<RolapMember> children, MemberChildrenConstraint constraint) SubstitutingMemberReader.getMemberChildren
(List<RolapMember> parentMembers, List<RolapMember> children, MemberChildrenConstraint constraint) SubstitutingMemberReader.getMemberChildren
(RolapMember member, List<RolapMember> children, MemberChildrenConstraint constraint) RolapSchemaReader.getMemberChildrenWithDetails
(Member member, Evaluator evaluator)