|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object mondrian.xmla.impl.DefaultXmlaRequest
public class DefaultXmlaRequest
Default implementation of XmlaRequest
by DOM API.
Field Summary |
---|
Constructor Summary | |
---|---|
|
DefaultXmlaRequest(Element xmlaRoot)
|
|
DefaultXmlaRequest(Element xmlaRoot,
Role role)
|
|
DefaultXmlaRequest(Element xmlaRoot,
String roleName)
|
protected |
DefaultXmlaRequest(Element xmlaRoot,
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. |
Map<String,String> |
getProperties()
Properties of XML/A request. |
String |
getRequestType()
Request type of DISCOVER method. |
Map<String,Object> |
getRestrictions()
Restrictions of DISCOVER method. |
Role |
getRole()
Role binds with this XML/A reqeust. |
String |
getRoleName()
Role name binds with this XML/A reqeust. |
String |
getStatement()
Statement of EXECUTE method. |
protected void |
init(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(Element xmlaRoot)
public DefaultXmlaRequest(Element xmlaRoot, String roleName) throws XmlaException
XmlaException
public DefaultXmlaRequest(Element xmlaRoot, Role role) throws XmlaException
XmlaException
protected DefaultXmlaRequest(Element xmlaRoot, String roleName, Role role) throws XmlaException
XmlaException
Method Detail |
---|
public int getMethod()
XmlaRequest
getMethod
in interface XmlaRequest
public Map<String,String> getProperties()
XmlaRequest
getProperties
in interface XmlaRequest
public Map<String,Object> getRestrictions()
XmlaRequest
If the value is a list of strings, the restriction passes if the column has one of the values.
getRestrictions
in interface XmlaRequest
public String getStatement()
XmlaRequest
getStatement
in interface XmlaRequest
public String getRoleName()
XmlaRequest
getRoleName
in interface XmlaRequest
public Role getRole()
XmlaRequest
getRole
in interface XmlaRequest
public String getRequestType()
XmlaRequest
getRequestType
in interface XmlaRequest
public boolean isDrillThrough()
XmlaRequest
isDrillThrough
in interface XmlaRequest
public int drillThroughMaxRows()
XmlaRequest
drillThroughMaxRows
in interface XmlaRequest
public int drillThroughFirstRowset()
XmlaRequest
drillThroughFirstRowset
in interface XmlaRequest
protected final void init(Element xmlaRoot) throws XmlaException
XmlaException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |