Uses of Interface
mondrian.olap.Role
-
Packages that use Role Package Description mondrian.olap Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries.mondrian.rolap Implements the data access layer for the olap package.mondrian.tui Text user interface for Mondrian. -
-
Uses of Role in mondrian.olap
Classes in mondrian.olap that implement Role Modifier and Type Class Description classDelegatingRoleclassRoleImplDefault implementation of theRoleinterface.Fields in mondrian.olap declared as Role Modifier and Type Field Description protected RoleDelegatingRole. roleMethods in mondrian.olap that return Role Modifier and Type Method Description static RoleUtil. createRootRole(Schema schema)Returns a role which has access to everything.RoleConnection. getRole()Returns the access-control profile for this connection.RoleDelegatingSchemaReader. getRole()RoleSchemaReader. getRole()Returns the access-control profile that thisSchemaReaderis implementing.RoleSchema. lookupRole(String role)Finds a role with a given name in the current catalog, or returnsnullif no such role exists.static RoleRoleImpl. union(List<Role> roleList)Returns a role that is the union of the given roles.Methods in mondrian.olap with parameters of type Role Modifier and Type Method Description SchemaReaderCube. getSchemaReader(Role role)Returns aSchemaReaderfor which this cube is the context for lookup up members.voidConnection. setRole(Role role)Sets the privileges for the this connection.Method parameters in mondrian.olap with type arguments of type Role Modifier and Type Method Description static RoleRoleImpl. union(List<Role> roleList)Returns a role that is the union of the given roles.Constructors in mondrian.olap with parameters of type Role Constructor Description DelegatingRole(Role role)Creates a DelegatingRole. -
Uses of Role in mondrian.rolap
Fields in mondrian.rolap declared as Role Modifier and Type Field Description protected RoleRolapConnection. roleprotected RoleRolapSchemaReader. roleMethods in mondrian.rolap that return Role Modifier and Type Method Description RoleRolapSchema. getDefaultRole()RoleRolapConnection. getRole()RoleRolapSchemaReader. getRole()RoleRolapSchema. lookupRole(String role)Methods in mondrian.rolap with parameters of type Role Modifier and Type Method Description SchemaReaderRolapCube. getSchemaReader(Role role)voidRolapConnection. setRole(Role role) -
Uses of Role in mondrian.tui
Methods in mondrian.tui with parameters of type Role Modifier and Type Method Description static 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)
-