Uses of Class
mondrian.olap.Access
-
Packages that use Access Package Description mondrian.olap Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries.mondrian.olap.fun Defines the set of MDX built-in functions.mondrian.rolap Implements the data access layer for the olap package. -
-
Uses of Access in mondrian.olap
Methods in mondrian.olap that return Access Modifier and Type Method Description AccessDelegatingRole. getAccess(Cube cube)AccessDelegatingRole. getAccess(Dimension dimension)AccessDelegatingRole. getAccess(Hierarchy hierarchy)AccessDelegatingRole. getAccess(Level level)AccessDelegatingRole. getAccess(Member member)AccessDelegatingRole. getAccess(NamedSet set)AccessDelegatingRole. getAccess(Schema schema)AccessRole.AllHierarchyAccess. getAccess()Returns the access to whole hierarchy.AccessRole. getAccess(Cube cube)Returns the access this role has to a given cube.AccessRole. getAccess(Dimension dimension)Returns the access this role has to a given dimension.AccessRole. getAccess(Hierarchy hierarchy)Returns the access this role has to a given hierarchy.AccessRole. getAccess(Level level)Returns the access this role has to a given level.AccessRole. getAccess(Member member)Returns the access this role has to a given member.AccessRole. getAccess(NamedSet set)Returns the access this role has to a given named set.AccessRole. getAccess(Schema schema)Returns the access this role has to a given schema.AccessRole.HierarchyAccess. getAccess(Member member)Returns the access the current role has to a given member.AccessRoleImpl.DelegatingHierarchyAccess. getAccess()AccessRoleImpl.DelegatingHierarchyAccess. getAccess(Member member)AccessRoleImpl. getAccess(Cube cube)AccessRoleImpl. getAccess(Dimension dimension)AccessRoleImpl. getAccess(Hierarchy hierarchy)AccessRoleImpl. getAccess(Level level)AccessRoleImpl. getAccess(Member member)AccessRoleImpl. getAccess(NamedSet set)AccessRoleImpl. getAccess(Schema schema)static AccessAccess. valueOf(String name)Returns the enum constant of this type with the specified name.static Access[]Access. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in mondrian.olap that return types with arguments of type Access Modifier and Type Method Description Map<? extends Member,Access>DelegatingSchemaReader. getMemberChildrenWithDetails(Member member, Evaluator evaluator)Map<? extends Member,Access>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 Access Modifier and Type Method Description voidRoleImpl. grant(Cube cube, Access access)Defines access to a cube.voidRoleImpl. grant(Dimension dimension, Access access)Defines access to a dimension.voidRoleImpl. grant(Hierarchy hierarchy, Access access, Level topLevel, Level bottomLevel, Role.RollupPolicy rollupPolicy)Defines access to a hierarchy.voidRoleImpl. grant(Member member, Access access)Defines access to a member in a hierarchy.voidRoleImpl. grant(Schema schema, Access access)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 Modifier and Type Method Description static Map<Member,Access>FunUtil. getNonEmptyMemberChildrenWithDetails(Evaluator evaluator, Member member) -
Uses of Access in mondrian.rolap
Methods in mondrian.rolap that return types with arguments of type Access Modifier and Type Method Description Map<? extends Member,Access>NoCacheMemberReader. getMemberChildren(List<RolapMember> parentMembers, List<RolapMember> children, MemberChildrenConstraint constraint)Map<? extends Member,Access>NoCacheMemberReader. getMemberChildren(RolapMember parentMember, List<RolapMember> children, MemberChildrenConstraint constraint)Map<? extends Member,Access>RolapCubeHierarchy.CacheRolapCubeHierarchyMemberReader. getMemberChildren(List<RolapMember> parentMembers, List<RolapMember> children, MemberChildrenConstraint constraint)Map<? extends Member,Access>RolapCubeHierarchy.NoCacheRolapCubeHierarchyMemberReader. getMemberChildren(List<RolapMember> parentMembers, List<RolapMember> children, MemberChildrenConstraint constraint)Map<? extends Member,Access>SmartMemberReader. getMemberChildren(List<RolapMember> parentMembers, List<RolapMember> children, MemberChildrenConstraint constraint)Map<? extends Member,Access>SmartMemberReader. getMemberChildren(RolapMember parentMember, List<RolapMember> children, MemberChildrenConstraint constraint)Map<? extends Member,Access>SubstitutingMemberReader. getMemberChildren(List<RolapMember> parentMembers, List<RolapMember> children, MemberChildrenConstraint constraint)Map<? extends Member,Access>SubstitutingMemberReader. getMemberChildren(RolapMember member, List<RolapMember> children, MemberChildrenConstraint constraint)Map<? extends Member,Access>RolapSchemaReader. getMemberChildrenWithDetails(Member member, Evaluator evaluator)
-