Package com.tonbeller.jpivot.mondrian

Examples of com.tonbeller.jpivot.mondrian.MondrianMemento


        analysis.setHideSpans(asu.isHideSpans());

        // only if we have an xmla model
        // logger.info(olapModel.getClass().getName());
        if (olapModel.getBookmarkState(0) instanceof MondrianMemento) {
      MondrianMemento olapMem = (MondrianMemento) olapModel
          .getBookmarkState(0);
            analysis.setMdxQuery(olapMem.getMdxQuery());
            //analysis.setXmlaUri(olapMem.getUri());
            //analysis.setCatalog(olapMem.getCatalog());
        }
       
        logger.debug("OUT");
View Full Code Here

TOP

Related Classes of com.tonbeller.jpivot.mondrian.MondrianMemento

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.