Package org.dspace.orcid.factory
Class OrcidServiceFactory
java.lang.Object
org.dspace.orcid.factory.OrcidServiceFactory
- Direct Known Subclasses:
OrcidServiceFactoryImpl
Abstract factory to get services for the orcid package, use
OrcidHistoryServiceFactory.getInstance() to retrieve an implementation.
- Author:
- Luca Giamminonni (luca.giamminonni at 4Science.it)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OrcidServiceFactoryabstract MetadataSignatureGeneratorabstract OrcidClientabstract OrcidConfigurationabstract OrcidEntityFactoryServiceabstract OrcidHistoryServiceabstract OrcidProfileSectionFactoryServiceabstract OrcidQueueServiceabstract OrcidSynchronizationServiceabstract OrcidTokenService
-
Constructor Details
-
OrcidServiceFactory
public OrcidServiceFactory()
-
-
Method Details
-
getOrcidHistoryService
-
getOrcidQueueService
-
getOrcidSynchronizationService
-
getOrcidTokenService
-
getOrcidProfileSectionFactoryService
-
getMetadataSignatureGenerator
-
getOrcidEntityFactoryService
-
getOrcidClient
-
getOrcidConfiguration
-
getInstance
-