Uses of Interface
mondrian.xmla.XmlaRequest
Packages that use XmlaRequest
- 
Uses of XmlaRequest in mondrian.xmla
Fields in mondrian.xmla declared as XmlaRequestModifier and TypeFieldDescriptionprotected final XmlaRequestRowset.requestprotected final XmlaRequestRowset.requestprotected final XmlaRequestRowset.requestMethods in mondrian.xmla with parameters of type XmlaRequestModifier and TypeMethodDescriptionorg.olap4j.OlapConnectionXmlaHandler.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.RowsetRowsetDefinition.getRowset(XmlaRequest request, XmlaHandler handler) voidXmlaHandler.process(XmlaRequest request, XmlaResponse response) Processes a request.static booleanXmlaUtil.shouldEmitInvisibleMembers(XmlaRequest request) Returns whether an XMLA request should return invisible members. - 
Uses of XmlaRequest in mondrian.xmla.impl
Classes in mondrian.xmla.impl that implement XmlaRequest