Examples of extractDateModified()


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

      if (identif.length() == 0) {
        log.warning("Record doesn't have a uuid : "+ name);
        return null; // skip this one
      }
     
      String modified = dm.extractDateModified(schema, record);
      if (modified.length() == 0) modified = null;
            if(log.isDebugEnabled())
                log.debug("getRecordInfo: adding "+identif+" with modification date "+modified);
      return new RecordInfo(identif, modified);
    } catch (Exception e) {
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.