| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Method and Description |
|---|---|
void |
BrowseConsumer.consume(Context ctx,
Event event) |
| Modifier and Type | Method and Description |
|---|---|
void |
CheckerConsumer.consume(Context ctx,
Event event)
Consume an event
|
| Modifier and Type | Method and Description |
|---|---|
Event |
Context.pollEvent()
Retrieves the first element in the events list & removes it from the list of events once retrieved
|
| Modifier and Type | Method and Description |
|---|---|
LinkedList<Event> |
Context.getEvents()
Get the current event list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Context.addEvent(Event event)
Add an event to be dispatched when this context is committed.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EPersonConsumer.consume(Context context,
Event event)
Consume the event
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HarvestConsumer.consume(Context context,
Event event)
Consume the event
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsLoggingConsumer.consume(Context ctx,
Event event) |
| Modifier and Type | Method and Description |
|---|---|
void |
VersioningConsumer.consume(Context ctx,
Event event) |
Copyright © 2015 DuraSpace. All Rights Reserved.