Uses of Interface
org.dspace.event.Consumer
-
Packages that use Consumer Package Description org.dspace.authority.indexer org.dspace.checker Provides content fixity checking (using checksums) for bitstreams stored in DSpace software.org.dspace.discovery org.dspace.eperson Provides classes representing e-people and groups of e-people.org.dspace.event Actions which alter DSpace model objects can queueEvents, which are presented toConsumers by aDispatcher.org.dspace.identifier.doi Make requests to the DOI registration angencies, f.e.to EZID DOI service, and analyze the responses.org.dspace.iiif.consumer org.dspace.orcid.consumer org.dspace.rdf org.dspace.statistics Facilities for detecting and storing both model and usage events, and for querying the store.org.dspace.submit.consumer org.dspace.versioning -
-
Uses of Consumer in org.dspace.authority.indexer
Classes in org.dspace.authority.indexer that implement Consumer Modifier and Type Class Description classAuthorityConsumerConsumer that takes care of the indexing of authority controlled metadata fields for installed/updated items -
Uses of Consumer in org.dspace.checker
Classes in org.dspace.checker that implement Consumer Modifier and Type Class Description classCheckerConsumerClass for removing Checker data for a Bitstreams based on deletion events. -
Uses of Consumer in org.dspace.discovery
Classes in org.dspace.discovery that implement Consumer Modifier and Type Class Description classIndexEventConsumerClass for updating search indices in discovery from content events. -
Uses of Consumer in org.dspace.eperson
Classes in org.dspace.eperson that implement Consumer Modifier and Type Class Description classEPersonConsumerClass for handling updates to EPersons Recommended filter: EPerson+Create -
Uses of Consumer in org.dspace.event
Classes in org.dspace.event that implement Consumer Modifier and Type Class Description classTestConsumerDemonstration and test consumer for the event system.Methods in org.dspace.event that return Consumer Modifier and Type Method Description ConsumerConsumerProfile. getConsumer() -
Uses of Consumer in org.dspace.identifier.doi
Classes in org.dspace.identifier.doi that implement Consumer Modifier and Type Class Description classDOIConsumer -
Uses of Consumer in org.dspace.iiif.consumer
Classes in org.dspace.iiif.consumer that implement Consumer Modifier and Type Class Description classIIIFCacheEventConsumerThis consumer is used to evict modified items from the manifests cache. -
Uses of Consumer in org.dspace.orcid.consumer
Classes in org.dspace.orcid.consumer that implement Consumer Modifier and Type Class Description classOrcidQueueConsumerThe consumer to fill the ORCID queue. -
Uses of Consumer in org.dspace.rdf
Classes in org.dspace.rdf that implement Consumer Modifier and Type Class Description classRDFConsumer -
Uses of Consumer in org.dspace.statistics
Classes in org.dspace.statistics that implement Consumer Modifier and Type Class Description classStatisticsLoggingConsumerStatisticsLogging Consumer for SolrLogger which captures Create, Update and Delete Events on DSpace Objects. -
Uses of Consumer in org.dspace.submit.consumer
Classes in org.dspace.submit.consumer that implement Consumer Modifier and Type Class Description classSubmissionConfigConsumerConsumer implementation to be used for Item Submission Configuration -
Uses of Consumer in org.dspace.versioning
Classes in org.dspace.versioning that implement Consumer Modifier and Type Class Description classVersioningConsumerWhen a new version of an item is published, unarchive the previous version and updateRelationship.latestVersionStatusof the relevant relationships.
-