Examples of addHarvestInfo()


Examples of org.fao.geonet.kernel.harvest.harvester.AbstractHarvester.addHarvestInfo()

  public Element getHarvestInfo(String harvestUuid, String id, String uuid) {
    Element info = new Element(Edit.Info.Elem.HARVEST_INFO);
    AbstractHarvester ah = hmHarvestLookup.get(harvestUuid);

    if (ah != null) {
      ah.addHarvestInfo(info, id, uuid);
        }
    return info;
  }

  @Override
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.