Uses of Interface
mondrian.olap.Role
Packages that use Role
Package
Description
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
Implements the data access layer for the olap package.
Text user interface for Mondrian.
-
Uses of Role in mondrian.olap
Classes in mondrian.olap that implement RoleFields in mondrian.olap declared as RoleMethods in mondrian.olap that return RoleModifier and TypeMethodDescriptionstatic Role
Util.createRootRole
(Schema schema) Returns a role which has access to everything.Connection.getRole()
Returns the access-control profile for this connection.DelegatingSchemaReader.getRole()
SchemaReader.getRole()
Returns the access-control profile that thisSchemaReader
is implementing.Schema.lookupRole
(String role) Finds a role with a given name in the current catalog, or returnsnull
if no such role exists.static Role
Returns a role that is the union of the given roles.Methods in mondrian.olap with parameters of type RoleModifier and TypeMethodDescriptionCube.getSchemaReader
(Role role) Returns aSchemaReader
for which this cube is the context for lookup up members.void
Sets the privileges for the this connection.Method parameters in mondrian.olap with type arguments of type RoleModifier and TypeMethodDescriptionstatic Role
Returns a role that is the union of the given roles.Constructors in mondrian.olap with parameters of type Role -
Uses of Role in mondrian.rolap
Fields in mondrian.rolap declared as RoleModifier and TypeFieldDescriptionprotected Role
RolapConnection.role
protected final Role
RolapSchemaReader.role
Methods in mondrian.rolap that return RoleModifier and TypeMethodDescriptionRolapSchema.getDefaultRole()
RolapConnection.getRole()
RolapSchemaReader.getRole()
RolapSchema.lookupRole
(String role) Methods in mondrian.rolap with parameters of type Role -
Uses of Role in mondrian.tui
Methods in mondrian.tui with parameters of type RoleModifier and TypeMethodDescriptionstatic byte[]
XmlaSupport.processSoapXmla
(String requestText, String connectString, Map<String, String> catalogNameUrls, String cbClassName, Role role, Map<List<String>, javax.servlet.Servlet> servletCache) static byte[]
XmlaSupport.processSoapXmla
(Document doc, String connectString, Map<String, String> catalogNameUrls, String cbClassName, Role role, Map<List<String>, javax.servlet.Servlet> servletCache) static byte[]
XmlaSupport.processXmla
(File file, String connectString, Map<String, String> catalogNameUrls, Role role, Map<List<String>, MondrianServer> cache) static byte[]
XmlaSupport.processXmla
(Document requestDoc, String connectString, Map<String, String> catalogNameUrls, Role role, Map<List<String>, MondrianServer> cache) static byte[]
XmlaSupport.processXmla
(Element requestElem, String connectString, Map<String, String> catalogNameUrls, Role role, Map<List<String>, MondrianServer> cache)