Uses of Interface
mondrian.xmla.XmlaRequest
-
Uses of XmlaRequest in mondrian.xmla
Modifier and TypeFieldDescriptionprotected final XmlaRequest
Rowset.request
protected final XmlaRequest
Rowset.request
protected final XmlaRequest
Rowset.request
Modifier and TypeMethodDescriptionorg.olap4j.OlapConnection
XmlaHandler.getConnection
(XmlaRequest request, Map<String, String> propMap) Returns a new OlapConnection opened with the credentials specified in the XMLA request or an existing connection if one can be found associated with the request session id.abstract mondrian.xmla.Rowset
RowsetDefinition.getRowset
(XmlaRequest request, XmlaHandler handler) void
XmlaHandler.process
(XmlaRequest request, XmlaResponse response) Processes a request.static boolean
XmlaUtil.shouldEmitInvisibleMembers
(XmlaRequest request) Returns whether an XMLA request should return invisible members. -
Uses of XmlaRequest in mondrian.xmla.impl