Package org.fao.geonet.repository

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


            cswCapInfo.setAccessConstraints(getValue(params, "csw.accessConstraints_" + langId));

            toSave.addAll(cswCapInfo.getFields());
        }

        capabilitiesInfoFieldRepository.save(toSave);
    }

    private String getValue(Element params, String paramId) {
        final Element child = params.getChild(paramId);
        if (child != null) {
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.