com.tonbeller.jpivot.olap.navi
Interface MdxQuery

All Superinterfaces:
Extension
All Known Implementing Classes:
MondrianMdxQuery, TestMdxQuery, XMLA_MdxQuery

public interface MdxQuery
extends Extension

Lets the user view and modify the mdx

Author:
av

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

ID

static final java.lang.String ID
name of the Extension for lookup

See Also:
Constant Field Values
Method Detail

getMdxQuery

java.lang.String getMdxQuery()
returns the current (valid) mdx query

Returns:
String

setMdxQuery

void setMdxQuery(java.lang.String mdxQuery)
                 throws com.tonbeller.wcf.format.FormatException
sets the mdx from user input

Parameters:
mdxQuery - the query to set
Throws:
com.tonbeller.wcf.format.FormatException - if the syntax is invalid. The internal mdx is not updated in this case