Package org.dspace.curate.factory
Class CurateServiceFactoryImpl
- java.lang.Object
-
- org.dspace.curate.factory.CurateServiceFactory
-
- org.dspace.curate.factory.CurateServiceFactoryImpl
-
public class CurateServiceFactoryImpl extends CurateServiceFactory
Factory implementation to get services for the curate package, use CurateServiceFactory.getInstance() to retrieve an implementation- Author:
- kevinvandevelde at atmire.com
-
-
Constructor Summary
Constructors Constructor Description CurateServiceFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowCuratorServicegetWorkflowCuratorService()-
Methods inherited from class org.dspace.curate.factory.CurateServiceFactory
getInstance
-
-
-
-
Method Detail
-
getWorkflowCuratorService
public WorkflowCuratorService getWorkflowCuratorService()
- Specified by:
getWorkflowCuratorServicein classCurateServiceFactory
-
-