Project

General

Profile

« Previous | Next » 

Revision 58071

#4008: refereed field as property of the result instance and supported both from OAF and ODF.

View differences:

XmlRecordFactory.java
67 67
	protected Transformer transformer;
68 68

  
69 69
	protected static Predicate<String> instanceFilter = new Predicate<String>() {
70
		final Set<String> instanceFieldFilter = Sets.newHashSet("instancetype", "hostedby", "license", "accessright", "collectedfrom", "dateofacceptance", "distributionlocation");
70
		final Set<String> instanceFieldFilter = Sets.newHashSet("instancetype", "hostedby", "license", "accessright", "collectedfrom", "dateofacceptance", "distributionlocation", "refereed");
71 71
		@Override
72 72
		public boolean apply(final String s) {
73 73
			return instanceFieldFilter.contains(s);

Also available in: Unified diff