Uses of Class
org.dspace.search.HarvestedItemInfo
-
Packages that use HarvestedItemInfo Package Description org.dspace.search Interface to the Lucene search engine, and the 'harvest' API for retrieving items modified within a given date range. -
-
Uses of HarvestedItemInfo in org.dspace.search
Methods in org.dspace.search that return HarvestedItemInfo Modifier and Type Method Description static HarvestedItemInfoHarvest. getSingle(Context context, String handle, boolean collections)Get harvested item info for a single item.Methods in org.dspace.search that return types with arguments of type HarvestedItemInfo Modifier and Type Method Description static List<HarvestedItemInfo>Harvest. harvest(Context context, DSpaceObject scope, String startDate, 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.
-