Project

General

Profile

« Previous | Next » 

Revision 51939

add communities xml files| change fetching methods for communities | set properly date in migration | change ORCID API

View differences:

ContextRelationHandler.java
19 19
    SqlDAO sqlDAO = null;
20 20
    DMFParser dmfParser = null;
21 21

  
22

  
22 23
    public List<ContextRelation> fetchAllConceptRelations() throws Exception, SQLStoreException {
23 24
        List<ContextRelation> relations = null;
24 25
        ResultSet rs = sqlDAO.executePreparedQuery(queryGenerator.generateSelectConceptClaimsEnrichedWithDMFClaimsQuery(-1));

Also available in: Unified diff