Package org.saiku.olap.dto.SaikuSelection

Examples of org.saiku.olap.dto.SaikuSelection.Type


    return retVal;
  }

  @NotNull
  private static SaikuSelection convert(@NotNull Selection sel, @NotNull QueryDimension dim, @NotNull IQuery query) {
    Type type;
    String hierarchyUniqueName;
    String levelUniqueName;
    Level level;
    if (Level.class.isAssignableFrom(sel.getRootElement().getClass())) {
      level = (Level) sel.getRootElement();
View Full Code Here

TOP

Related Classes of org.saiku.olap.dto.SaikuSelection.Type

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.