Class FullSourceUpdater

  • All Implemented Interfaces:
    CvTermEnricher<Source>, MIEnricher<Source>, SourceEnricher

    public class FullSourceUpdater
    extends MinimalSourceUpdater
    Provides full update of a Source. - update all properties of CvTerm (see FullCvTermUpdater for more details) - update publication properties using publication updater. If the publication in the source to enrich is different from the one from the fetched source (see DefaultPublicationComparator for more details), it will override the publication with the one from the fetched source before enriching it with the publication enricher,
    Since:
    29/01/14
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)
    • Constructor Detail

      • FullSourceUpdater

        public FullSourceUpdater​(SourceFetcher cvTermFetcher)

        Constructor for FullSourceUpdater.

        Parameters:
        cvTermFetcher - a SourceFetcher object.