Uses of Class
org.dspace.harvest.HarvestedItem
-
Packages that use HarvestedItem Package Description org.dspace.harvest org.dspace.harvest.dao org.dspace.harvest.dao.impl org.dspace.harvest.service -
-
Uses of HarvestedItem in org.dspace.harvest
Fields in org.dspace.harvest with type parameters of type HarvestedItem Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<HarvestedItem,Integer>HarvestedItem_. idstatic javax.persistence.metamodel.SingularAttribute<HarvestedItem,Item>HarvestedItem_. itemstatic javax.persistence.metamodel.SingularAttribute<HarvestedItem,Date>HarvestedItem_. lastHarvestedstatic javax.persistence.metamodel.SingularAttribute<HarvestedItem,String>HarvestedItem_. oaiIdMethods in org.dspace.harvest that return HarvestedItem Modifier and Type Method Description HarvestedItemHarvestedItemServiceImpl. create(Context context, Item item, String itemOAIid)HarvestedItemHarvestedItemServiceImpl. find(Context context, Item item)Methods in org.dspace.harvest with parameters of type HarvestedItem Modifier and Type Method Description voidHarvestedItemServiceImpl. delete(Context context, HarvestedItem harvestedItem)voidHarvestedItemServiceImpl. update(Context context, HarvestedItem harvestedItem) -
Uses of HarvestedItem in org.dspace.harvest.dao
Methods in org.dspace.harvest.dao that return HarvestedItem Modifier and Type Method Description HarvestedItemHarvestedItemDAO. findByItem(Context context, Item item)HarvestedItemHarvestedItemDAO. findByOAIId(Context context, String itemOaiID, Collection collection) -
Uses of HarvestedItem in org.dspace.harvest.dao.impl
Methods in org.dspace.harvest.dao.impl that return HarvestedItem Modifier and Type Method Description HarvestedItemHarvestedItemDAOImpl. findByItem(Context context, Item item)HarvestedItemHarvestedItemDAOImpl. findByOAIId(Context context, String itemOaiID, Collection collection) -
Uses of HarvestedItem in org.dspace.harvest.service
Methods in org.dspace.harvest.service that return HarvestedItem Modifier and Type Method Description HarvestedItemHarvestedItemService. create(Context context, Item item, String itemOAIid)Create a new harvested item row for a specified item id.HarvestedItemHarvestedItemService. find(Context context, Item item)Find the harvest parameters corresponding to the specified DSpace itemMethods in org.dspace.harvest.service with parameters of type HarvestedItem Modifier and Type Method Description voidHarvestedItemService. delete(Context context, HarvestedItem harvestedItem)voidHarvestedItemService. update(Context context, HarvestedItem harvestedItem)
-