Package org.dspace.authority.orcid.xml

Examples of org.dspace.authority.orcid.xml.XMLtoWork


        return bio;
    }

    public List<Work> getWorks(String id) {
        Document document = restConnector.get(id + "/orcid-works");
        XMLtoWork converter = new XMLtoWork();
        return converter.convert(document);
    }
View Full Code Here

TOP

Related Classes of org.dspace.authority.orcid.xml.XMLtoWork

Copyright © 2018 www.massapicom. 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.