Class ContentAuthorityServiceFactory
- java.lang.Object
-
- org.dspace.content.authority.factory.ContentAuthorityServiceFactory
-
- Direct Known Subclasses:
ContentAuthorityServiceFactoryImpl
public abstract class ContentAuthorityServiceFactory extends Object
Abstract factory to get services for the content.authority package, use ContentAuthorityServiceFactory.getInstance () to retrieve an implementation- Author:
- kevinvandevelde at atmire.com
-
-
Constructor Summary
Constructors Constructor Description ContentAuthorityServiceFactory()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract ChoiceAuthorityServicegetChoiceAuthorityService()static ContentAuthorityServiceFactorygetInstance()abstract MetadataAuthorityServicegetMetadataAuthorityService()
-
-
-
Method Detail
-
getChoiceAuthorityService
public abstract ChoiceAuthorityService getChoiceAuthorityService()
-
getMetadataAuthorityService
public abstract MetadataAuthorityService getMetadataAuthorityService()
-
getInstance
public static ContentAuthorityServiceFactory getInstance()
-
-