Uses of Class
org.dspace.search.HarvestedItemInfo
Packages that use HarvestedItemInfo
Package
Description
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 HarvestedItemInfoModifier and TypeMethodDescriptionstatic HarvestedItemInfoGet harvested item info for a single item.Methods in org.dspace.search that return types with arguments of type HarvestedItemInfoModifier and TypeMethodDescriptionstatic 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.