Package org.saiku.query.QueryDetails

Examples of org.saiku.query.QueryDetails.Location


      }
    }
  }

  private static void convertDetails(@NotNull Query query, @NotNull ThinDetails details) {
    Location loc = Location.valueOf(details.getLocation().toString());
    query.getDetails().setLocation(loc);
    Axis ax = getLocation(details.getAxis());
    query.getDetails().setAxis(ax);

    if (details.getMeasures().size() > 0) {
View Full Code Here

TOP

Related Classes of org.saiku.query.QueryDetails.Location

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.