Uses of Class
org.dspace.event.Event
-
Packages that use Event Package Description org.dspace.authority.indexer org.dspace.checker Provides content fixity checking (using checksums) for bitstreams stored in DSpace software.org.dspace.core Provides some basic functionality required throughout the DSpace system.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.iiif 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 Event in org.dspace.authority.indexer
Methods in org.dspace.authority.indexer with parameters of type Event Modifier and Type Method Description voidAuthorityConsumer. consume(Context ctx, Event event) -
Uses of Event in org.dspace.checker
Methods in org.dspace.checker with parameters of type Event Modifier and Type Method Description voidCheckerConsumer. consume(Context ctx, Event event)Consume an event -
Uses of Event in org.dspace.core
Methods in org.dspace.core that return Event Modifier and Type Method Description EventContext. pollEvent()Retrieves the first element in the events list and removes it from the list of events once retrievedMethods in org.dspace.core that return types with arguments of type Event Modifier and Type Method Description LinkedList<Event>Context. getEvents()Get the current event list.Methods in org.dspace.core with parameters of type Event Modifier and Type Method Description voidContext. addEvent(Event event)Add an event to be dispatched when this context is committed. -
Uses of Event in org.dspace.discovery
Methods in org.dspace.discovery with parameters of type Event Modifier and Type Method Description voidIndexEventConsumer. consume(Context ctx, Event event)Consume a content event -- just build the sets of objects to add (new) to the index, update, and delete. -
Uses of Event in org.dspace.eperson
Methods in org.dspace.eperson with parameters of type Event Modifier and Type Method Description voidEPersonConsumer. consume(Context context, Event event)Consume the event -
Uses of Event in org.dspace.event
Methods in org.dspace.event with parameters of type Event Modifier and Type Method Description voidConsumer. consume(Context ctx, Event event)Consume an event; events may get filtered at the dispatcher level, hiding it from the consumer.voidTestConsumer. consume(Context ctx, Event event)Consume a content event - display it in detail. -
Uses of Event in org.dspace.identifier.doi
Methods in org.dspace.identifier.doi with parameters of type Event Modifier and Type Method Description voidDOIConsumer. consume(Context ctx, Event event) -
Uses of Event in org.dspace.iiif
Methods in org.dspace.iiif with parameters of type Event Modifier and Type Method Description voidIIIFCacheEventConsumer. consume(Context ctx, Event event) -
Uses of Event in org.dspace.rdf
Methods in org.dspace.rdf with parameters of type Event Modifier and Type Method Description voidRDFConsumer. consume(Context ctx, Event event)voidRDFConsumer. consumeBitstream(Context ctx, Event event)voidRDFConsumer. consumeBundles(Context ctx, Event event)voidRDFConsumer. consumeCommunityCollectionItem(Context ctx, Event event)voidRDFConsumer. consumeSite(Context ctx, Event event) -
Uses of Event in org.dspace.statistics
Methods in org.dspace.statistics with parameters of type Event Modifier and Type Method Description voidStatisticsLoggingConsumer. consume(Context ctx, Event event) -
Uses of Event in org.dspace.versioning
Methods in org.dspace.versioning with parameters of type Event Modifier and Type Method Description voidVersioningConsumer. consume(Context ctx, Event event)
-