Project

General

Profile

« Previous | Next » 

Revision 54764

Implemented ORCID event generation process and relative configuration profile
Added workflow to orchestrate the event generation for software links

View differences:

EnrichmentReducer.java
76 76
									events.addAll(OAVersionEventFactory.process(current, other, trust, untrustedOaDsList));
77 77
									events.addAll(AbstractEventFactory.process(current, other, trust));
78 78
									events.addAll(PublicationDateEventFactory.process(current, other, trust));
79
									events.addAll(OrcidEventFactory.process(current, other, trust));
79 80
								}
80 81

  
81 82
								events.addAll(SubjectEventFactory.process(context, current, other, trust));

Also available in: Unified diff