Project

General

Profile

« Previous | Next » 

Revision 52857

Enable claiming for ORPs
Set direct index url in properties
Migration:
save orphan Ids, claims
uncomment fetch dedup

View differences:

ContextRelationHandler.java
50 50
        }
51 51
        return relations;
52 52
    }
53
    public List<ContextRelation> fetchConceptRelationById() throws Exception, SQLStoreException {
53
    public List<ContextRelation> fetchConceptRelationById(String id) throws Exception, SQLStoreException {
54 54
        List<ContextRelation> relations = null;
55
        ResultSet rs = sqlDAO.executePreparedQuery(queryGenerator.generateSelectConceptClaimByIDEnrichedWithDMFClaimsQuery(-1,"169112"));
55
        ResultSet rs = sqlDAO.executePreparedQuery(queryGenerator.generateSelectConceptClaimByIDEnrichedWithDMFClaimsQuery(-1,id));
56 56
        relations = new ArrayList<ContextRelation>();
57 57

  
58 58
        while(rs.next()) {

Also available in: Unified diff