Uses of Class
org.dspace.harvest.HarvestedItem
Packages that use HarvestedItem
Package
Description
-
Uses of HarvestedItem in org.dspace.harvest
Fields in org.dspace.harvest with type parameters of type HarvestedItemModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.EntityType<HarvestedItem>HarvestedItem_.class_static jakarta.persistence.metamodel.SingularAttribute<HarvestedItem,Integer> HarvestedItem_.idstatic jakarta.persistence.metamodel.SingularAttribute<HarvestedItem,Item> HarvestedItem_.itemstatic jakarta.persistence.metamodel.SingularAttribute<HarvestedItem,Instant> HarvestedItem_.lastHarvestedstatic jakarta.persistence.metamodel.SingularAttribute<HarvestedItem,String> HarvestedItem_.oaiIdMethods in org.dspace.harvest that return HarvestedItemModifier and TypeMethodDescriptionMethods in org.dspace.harvest with parameters of type HarvestedItemModifier and TypeMethodDescriptionvoidHarvestedItemServiceImpl.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 HarvestedItemModifier and TypeMethodDescriptionHarvestedItemDAO.findByItem(Context context, Item item) HarvestedItemDAO.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 HarvestedItemModifier and TypeMethodDescriptionHarvestedItemDAOImpl.findByItem(Context context, Item item) HarvestedItemDAOImpl.findByOAIId(Context context, String itemOaiID, Collection collection) -
Uses of HarvestedItem in org.dspace.harvest.service
Methods in org.dspace.harvest.service that return HarvestedItemModifier and TypeMethodDescriptionCreate a new harvested item row for a specified item id.Find the harvest parameters corresponding to the specified DSpace itemMethods in org.dspace.harvest.service with parameters of type HarvestedItemModifier and TypeMethodDescriptionvoidHarvestedItemService.delete(Context context, HarvestedItem harvestedItem) voidHarvestedItemService.update(Context context, HarvestedItem harvestedItem)