Uses of Interface
org.dspace.external.service.ExternalDataService
-
Packages that use ExternalDataService Package Description org.dspace.external.factory org.dspace.external.service.impl -
-
Uses of ExternalDataService in org.dspace.external.factory
Methods in org.dspace.external.factory that return ExternalDataService Modifier and Type Method Description abstract ExternalDataServiceExternalServiceFactory. getExternalDataService()Calling this method will provide an ExternalDataService beanExternalDataServiceExternalServiceFactoryImpl. getExternalDataService() -
Uses of ExternalDataService in org.dspace.external.service.impl
Classes in org.dspace.external.service.impl that implement ExternalDataService Modifier and Type Class Description classExternalDataServiceImplImplementation ofExternalDataService
-