Project

General

Profile

« Previous | Next » 

Revision 45447

refactoring and simplifying the HBase mapping mechanism

View differences:

OafToHbaseXsltFunctions.java
217 217
		throw new RuntimeException(e);
218 218
	}
219 219

  
220

  
221
    public static String personPublication_Authorship(
222
            final String personIdentifier,
223
            final String datasetIdentifier,
224
            final int position,
225
            final String relation,
226
            final String provenance,
227
            final String trust,
228
            final NodeList about) {
229

  
230
        return authorship(personIdentifier, "person",
231
                datasetIdentifier, "publication", position,
232
                relation, provenance, trust, about);
233

  
234

  
235
    }
236 220
}

Also available in: Unified diff