butler.ext.rolap
Class ROLAPQuery.Instance

java.lang.Object
  extended by butler.ext.rolap.ROLAPQuery.Instance
All Implemented Interfaces:
Populatable
Enclosing class:
ROLAPQuery

public class ROLAPQuery.Instance
extends java.lang.Object
implements Populatable


Constructor Summary
ROLAPQuery.Instance()
           
 
Method Summary
 QueryParams getQueryParams()
           
 ROLAPQuery.Result run()
           
 void setParameter(Filter filter, java.util.List params)
           
 void setQueryParams(QueryParams params)
           
 void toXML(org.xml.sax.ContentHandler handler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ROLAPQuery.Instance

public ROLAPQuery.Instance()
                    throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getQueryParams

public QueryParams getQueryParams()

setQueryParams

public void setQueryParams(QueryParams params)

setParameter

public void setParameter(Filter filter,
                         java.util.List params)
                  throws java.lang.Exception
Specified by:
setParameter in interface Populatable
Throws:
java.lang.Exception

run

public ROLAPQuery.Result run()
                      throws java.lang.Exception
Throws:
java.lang.Exception

toXML

public void toXML(org.xml.sax.ContentHandler handler)
           throws java.lang.Exception
Throws:
java.lang.Exception