Uses of Class
org.dspace.event.Event

Packages that use Event
org.dspace.browse Provides classes and methods for browsing Items in DSpace by whatever is specified in the configuration. 
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.harvest   
org.dspace.search Interface to the Lucene search engine, and the 'harvest' API for retrieving items modified within a given date range. 
org.dspace.statistics   
org.dspace.versioning   
 

Uses of Event in org.dspace.browse
 

Methods in org.dspace.browse with parameters of type Event
 void BrowseConsumer.consume(Context ctx, Event event)
           
 

Uses of Event in org.dspace.checker
 

Methods in org.dspace.checker with parameters of type Event
 void CheckerConsumer.consume(Context ctx, Event event)
          Consume an event
 

Uses of Event in org.dspace.core
 

Methods in org.dspace.core that return Event
 Event Context.pollEvent()
          Retrieves the first element in the events list & removes it from the list of events once retrieved
 

Methods in org.dspace.core that return types with arguments of type Event
 LinkedList<Event> Context.getEvents()
          Get the current event list.
 

Methods in org.dspace.core with parameters of type Event
 void Context.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
 void IndexEventConsumer.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
 void EPersonConsumer.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
 void TestConsumer.consume(Context ctx, Event event)
          Consume a content event - display it in detail.
 void Consumer.consume(Context ctx, Event event)
          Consume an event; events may get filtered at the dispatcher level, hiding it from the consumer.
 

Uses of Event in org.dspace.harvest
 

Methods in org.dspace.harvest with parameters of type Event
 void HarvestConsumer.consume(Context context, Event event)
          Consume the event
 

Uses of Event in org.dspace.search
 

Methods in org.dspace.search with parameters of type Event
 void SearchConsumer.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.statistics
 

Methods in org.dspace.statistics with parameters of type Event
 void StatisticsLoggingConsumer.consume(Context ctx, Event event)
           
 

Uses of Event in org.dspace.versioning
 

Methods in org.dspace.versioning with parameters of type Event
 void VersioningConsumer.consume(Context ctx, Event event)
           
 



Copyright © 2012 DuraSpace. All Rights Reserved.