Uses of Interface
mondrian.olap.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
Modifier 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.Modifier 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.Modifier and TypeMethodDescriptionstatic Role
Returns a role that is the union of the given roles. -
Uses of Role in mondrian.rolap
Modifier and TypeFieldDescriptionprotected Role
RolapConnection.role
protected final Role
RolapSchemaReader.role
Modifier and TypeMethodDescriptionRolapSchema.getDefaultRole()
RolapConnection.getRole()
RolapSchemaReader.getRole()
RolapSchema.lookupRole
(String role) -
Uses of Role in mondrian.tui
Modifier 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)