Uses of Enum Class
mondrian.olap.Access
Packages that use 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
Methods in mondrian.olap that return AccessModifier 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.Methods in mondrian.olap that return types with arguments of type AccessModifier 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.Methods in mondrian.olap with parameters of type AccessModifier 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
Methods in mondrian.olap.fun that return types with arguments of type Access -
Uses of Access in mondrian.rolap
Methods in mondrian.rolap that return types with arguments of type AccessModifier 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)