Examples of extractSummary()


Examples of org.fao.geonet.kernel.DataManager.extractSummary()

      if (elMd == null) {
             throw new OperationAbortedEx("Metadata record "+uuid+" doesn't exist");
      }

      // -- transform record into brief version
      Element elBrief = dm.extractSummary(elMd);

      // -- find link using XPath and create URL for further processing
      XPath xp = XPath.newInstance ("link[contains(@protocol,'metadata-schema')]");
      List<?> elems = xp.selectNodes(elBrief);
      try {
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.