Class AnonymizeStatistics.DoProcessing

java.lang.Object
org.dspace.statistics.AnonymizeStatistics.DoProcessing
All Implemented Interfaces:
Callable<Boolean>
Enclosing class:
AnonymizeStatistics

public static class AnonymizeStatistics.DoProcessing extends Object implements Callable<Boolean>
Callable implementation to process a solr document to be anonymized. It will return true if the anonymization succeeded.
  • Constructor Details

    • DoProcessing

      public DoProcessing(org.apache.solr.common.SolrDocument document, long updated)
  • Method Details