Package org.dspace.versioning.factory
Class VersionServiceFactoryImpl
java.lang.Object
org.dspace.versioning.factory.VersionServiceFactory
org.dspace.versioning.factory.VersionServiceFactoryImpl
Factory implementation to get services for the versioning package, use VersionServiceFactory.getInstance() to
retrieve an implementation
- Author:
- kevinvandevelde at atmire.com
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected RelationshipVersioningUtilsprotected VersionHistoryServiceprotected VersioningService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.dspace.versioning.factory.VersionServiceFactory
getInstance
-
Field Details
-
versionHistoryService
-
versionService
-
relationshipVersioningUtils
-
-
Constructor Details
-
VersionServiceFactoryImpl
public VersionServiceFactoryImpl()
-
-
Method Details
-
getVersionHistoryService
- Specified by:
getVersionHistoryServicein classVersionServiceFactory
-
getVersionService
- Specified by:
getVersionServicein classVersionServiceFactory
-
getRelationshipVersioningUtils
- Specified by:
getRelationshipVersioningUtilsin classVersionServiceFactory
-