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 org.dspace.identifier.doi Make requests to the DOI registration angencies, f.e.to EZID DOI service, and analyze the responses.org.dspace.rdf org.dspace.statistics Facilities for detecting and storing both model and usage events, and for querying the store.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.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.versioning
Classes in org.dspace.versioning that implement Consumer Modifier and Type Class Description classVersioningConsumer
-