Package org.dspace.versioning.factory
Class VersionServiceFactoryImpl
- java.lang.Object
-
- org.dspace.versioning.factory.VersionServiceFactory
-
- org.dspace.versioning.factory.VersionServiceFactoryImpl
-
public class VersionServiceFactoryImpl extends VersionServiceFactory
Factory implementation to get services for the versioning package, use VersionServiceFactory.getInstance() to retrieve an implementation- Author:
- kevinvandevelde at atmire.com
-
-
Field Summary
Fields Modifier and Type Field Description protected VersionHistoryServiceversionHistoryServiceprotected VersioningServiceversionService
-
Constructor Summary
Constructors Constructor Description VersionServiceFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VersionHistoryServicegetVersionHistoryService()VersioningServicegetVersionService()-
Methods inherited from class org.dspace.versioning.factory.VersionServiceFactory
getInstance
-
-
-
-
Field Detail
-
versionHistoryService
@Autowired(required=true) protected VersionHistoryService versionHistoryService
-
versionService
@Autowired(required=true) protected VersioningService versionService
-
-
Method Detail
-
getVersionHistoryService
public VersionHistoryService getVersionHistoryService()
- Specified by:
getVersionHistoryServicein classVersionServiceFactory
-
getVersionService
public VersioningService getVersionService()
- Specified by:
getVersionServicein classVersionServiceFactory
-
-