|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XmlaRequest
XML/A request interface.
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. |
boolean |
isDrillThrough()
Indicate whether statement is a drill through statement of EXECUTE method. |
Method Detail |
---|
int getMethod()
Map<String,String> getProperties()
Map<String,Object> getRestrictions()
If the value is a list of strings, the restriction passes if the column has one of the values.
String getStatement()
String getRoleName()
Role getRole()
String getRequestType()
boolean isDrillThrough()
int drillThroughMaxRows()
int drillThroughFirstRowset()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |