Uses of Interface
org.dspace.harvest.service.HarvestedItemService
-
Packages that use HarvestedItemService Package Description org.dspace.content Provides an API for reading and manipulating content in the DSpace system.org.dspace.harvest org.dspace.harvest.factory -
-
Uses of HarvestedItemService in org.dspace.content
Fields in org.dspace.content declared as HarvestedItemService Modifier and Type Field Description protected HarvestedItemServiceItemServiceImpl. harvestedItemService -
Uses of HarvestedItemService in org.dspace.harvest
Classes in org.dspace.harvest that implement HarvestedItemService Modifier and Type Class Description classHarvestedItemServiceImplService implementation for the HarvestedItem object.Fields in org.dspace.harvest declared as HarvestedItemService Modifier and Type Field Description protected HarvestedItemServiceOAIHarvester. harvestedItemService -
Uses of HarvestedItemService in org.dspace.harvest.factory
Methods in org.dspace.harvest.factory that return HarvestedItemService Modifier and Type Method Description abstract HarvestedItemServiceHarvestServiceFactory. getHarvestedItemService()HarvestedItemServiceHarvestServiceFactoryImpl. getHarvestedItemService()
-