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