Package org.dspace.harvest.factory
Class HarvestServiceFactory
- java.lang.Object
-
- org.dspace.harvest.factory.HarvestServiceFactory
-
- Direct Known Subclasses:
HarvestServiceFactoryImpl
public abstract class HarvestServiceFactory extends Object
Abstract factory to get services for the harvest package, use HarvestServiceFactory.getInstance() to retrieve an implementation- Author:
- kevinvandevelde at atmire.com
-
-
Constructor Summary
Constructors Constructor Description HarvestServiceFactory()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract HarvestedCollectionServicegetHarvestedCollectionService()abstract HarvestedItemServicegetHarvestedItemService()abstract HarvestSchedulingServicegetHarvestSchedulingService()static HarvestServiceFactorygetInstance()
-
-
-
Method Detail
-
getHarvestedCollectionService
public abstract HarvestedCollectionService getHarvestedCollectionService()
-
getHarvestedItemService
public abstract HarvestedItemService getHarvestedItemService()
-
getHarvestSchedulingService
public abstract HarvestSchedulingService getHarvestSchedulingService()
-
getInstance
public static HarvestServiceFactory getInstance()
-
-