Uses of Interface
org.dspace.harvest.service.HarvestedCollectionService
-
Packages that use HarvestedCollectionService 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 HarvestedCollectionService in org.dspace.content
Fields in org.dspace.content declared as HarvestedCollectionService Modifier and Type Field Description protected HarvestedCollectionServiceCollectionServiceImpl. harvestedCollectionService -
Uses of HarvestedCollectionService in org.dspace.harvest
Classes in org.dspace.harvest that implement HarvestedCollectionService Modifier and Type Class Description classHarvestedCollectionServiceImplService implementation for the HarvestedCollection object.Fields in org.dspace.harvest declared as HarvestedCollectionService Modifier and Type Field Description protected HarvestedCollectionServiceHarvestSchedulingServiceImpl. harvestedCollectionServiceprotected HarvestedCollectionServiceHarvestThread. harvestedCollectionServiceprotected HarvestedCollectionServiceOAIHarvester. harvestedCollectionService -
Uses of HarvestedCollectionService in org.dspace.harvest.factory
Methods in org.dspace.harvest.factory that return HarvestedCollectionService Modifier and Type Method Description abstract HarvestedCollectionServiceHarvestServiceFactory. getHarvestedCollectionService()HarvestedCollectionServiceHarvestServiceFactoryImpl. getHarvestedCollectionService()
-