Uses of Interface
mondrian.xmla.XmlaRequest
-
Packages that use XmlaRequest Package Description mondrian.xmla Implements the XML for Analysis API.mondrian.xmla.impl -
-
Uses of XmlaRequest in mondrian.xmla
Fields in mondrian.xmla declared as XmlaRequest Modifier and Type Field Description protected XmlaRequest
Rowset. request
protected XmlaRequest
Rowset. request
protected XmlaRequest
Rowset. request
Methods in mondrian.xmla with parameters of type XmlaRequest Modifier and Type Method Description org.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
Classes in mondrian.xmla.impl that implement XmlaRequest Modifier and Type Class Description class
DefaultXmlaRequest
Default implementation ofXmlaRequest
by DOM API.
-