|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmondrian.xmla.impl.DefaultXmlaRequest
public class DefaultXmlaRequest
Default implementation of XmlaRequest by DOM API.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
|
DefaultXmlaRequest(org.w3c.dom.Element xmlaRoot)
|
|
DefaultXmlaRequest(org.w3c.dom.Element xmlaRoot,
Role role)
|
|
DefaultXmlaRequest(org.w3c.dom.Element xmlaRoot,
java.lang.String roleName)
|
protected |
DefaultXmlaRequest(org.w3c.dom.Element xmlaRoot,
java.lang.String roleName,
Role role)
|
| Method Summary | |
|---|---|
int |
drillThroughFirstRowset()
Drill through option: first returning row of query. |
int |
drillThroughMaxRows()
Drill through option: max returning rows of query. |
int |
getMethod()
Indicate DISCOVER or EXECUTE method. |
java.util.Map<java.lang.String,java.lang.String> |
getProperties()
Properties of XML/A request. |
java.lang.String |
getRequestType()
Request type of DISCOVER method. |
java.util.Map<java.lang.String,java.lang.Object> |
getRestrictions()
Restrictions of DISCOVER method. |
Role |
getRole()
Role binds with this XML/A reqeust. |
java.lang.String |
getRoleName()
Role name binds with this XML/A reqeust. |
java.lang.String |
getStatement()
Statement of EXECUTE method. |
protected void |
init(org.w3c.dom.Element xmlaRoot)
|
boolean |
isDrillThrough()
Indicate whether statement is a drill through statement of EXECUTE method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultXmlaRequest(org.w3c.dom.Element xmlaRoot)
public DefaultXmlaRequest(org.w3c.dom.Element xmlaRoot,
java.lang.String roleName)
throws XmlaException
XmlaException
public DefaultXmlaRequest(org.w3c.dom.Element xmlaRoot,
Role role)
throws XmlaException
XmlaException
protected DefaultXmlaRequest(org.w3c.dom.Element xmlaRoot,
java.lang.String roleName,
Role role)
throws XmlaException
XmlaException| Method Detail |
|---|
public int getMethod()
XmlaRequest
getMethod in interface XmlaRequestpublic java.util.Map<java.lang.String,java.lang.String> getProperties()
XmlaRequest
getProperties in interface XmlaRequestpublic java.util.Map<java.lang.String,java.lang.Object> getRestrictions()
XmlaRequestIf the value is a list of strings, the restriction passes if the column has one of the values.
getRestrictions in interface XmlaRequestpublic java.lang.String getStatement()
XmlaRequest
getStatement in interface XmlaRequestpublic java.lang.String getRoleName()
XmlaRequest
getRoleName in interface XmlaRequestpublic Role getRole()
XmlaRequest
getRole in interface XmlaRequestpublic java.lang.String getRequestType()
XmlaRequest
getRequestType in interface XmlaRequestpublic boolean isDrillThrough()
XmlaRequest
isDrillThrough in interface XmlaRequestpublic int drillThroughMaxRows()
XmlaRequest
drillThroughMaxRows in interface XmlaRequestpublic int drillThroughFirstRowset()
XmlaRequest
drillThroughFirstRowset in interface XmlaRequest
protected final void init(org.w3c.dom.Element xmlaRoot)
throws XmlaException
XmlaException
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||