Uses of Class
org.dspace.search.HarvestedItemInfo

Packages that use HarvestedItemInfo
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
static HarvestedItemInfo Harvest.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
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.
 



Copyright © 2012 DuraSpace. All Rights Reserved.