|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MdxQuery
Lets the user view and modify the mdx
| Field Summary | |
|---|---|
static java.lang.String |
ID
name of the Extension for lookup |
| Method Summary | |
|---|---|
java.lang.String |
getMdxQuery()
returns the current (valid) mdx query |
void |
setMdxQuery(java.lang.String mdxQuery)
sets the mdx from user input |
| Methods inherited from interface com.tonbeller.jpivot.core.Extension |
|---|
decorate, getId, modelInitialized, setModel |
| Field Detail |
|---|
static final java.lang.String ID
| Method Detail |
|---|
java.lang.String getMdxQuery()
void setMdxQuery(java.lang.String mdxQuery)
throws com.tonbeller.wcf.format.FormatException
mdxQuery - the query to set
com.tonbeller.wcf.format.FormatException - if the syntax is invalid. The internal mdx is not updated in this
case
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||