| Package | Description |
|---|---|
| org.dspace.search |
Interface to the Lucene search engine, and the 'harvest' API for retrieving items modified within a given date range.
|
| Modifier and Type | Method and Description |
|---|---|
static HarvestedItemInfo |
Harvest.getSingle(Context context,
java.lang.String handle,
boolean collections)
Get harvested item info for a single item.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<HarvestedItemInfo> |
Harvest.harvest(Context context,
DSpaceObject scope,
java.lang.String startDate,
java.lang.String endDate,
int offset,
int limit,
boolean items,
boolean collections,
boolean withdrawn,
boolean nonAnon)
Obtain information about items that have been created, modified or
withdrawn within a given date range.
|
Copyright © 2018 DuraSpace. All Rights Reserved.