Package it.eng.spagobi.services.proxy

Examples of it.eng.spagobi.services.proxy.ContentServiceProxy.readMap()


   */
  public Content readMap(String mapName) throws Exception {
    Content map;
   
    ContentServiceProxy proxy = new ContentServiceProxy(userId, session);
    map = proxy.readMap(mapName);
    if (map == null) {
      throw new Exception("Error while getting map [" + mapName +"] from map catalogue");
    }


View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.