|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Event | |
|---|---|
| org.dspace.browse | Provides classes and mehtods 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.eperson | Provides classes representing e-people and groups of e-people. |
| org.dspace.event | |
| org.dspace.search | Interface to the Lucene search engine, and the 'harvest' API for retrieving items modified within a given date range. |
| 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 types with arguments of type Event | |
|---|---|
List<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.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. |
boolean |
Event.equals(Event other)
Compare two events. |
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||