Package org.fao.geonet.repository

Examples of org.fao.geonet.repository.MetadataRelationRepository.save()


        boolean exist = false;
    if (count == 1) {
      exist = true;
    } else {
            MetadataRelation entity = new MetadataRelation().setId(new MetadataRelationId(parentId, childId));
            metadataRelationRepository.save(entity);
    }
   
    Element response = new Element(Jeeves.Elem.RESPONSE)
        .setAttribute("alreadyExist", String.valueOf(exist))
        .addContent(
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.