Uses of Interface
org.dspace.xoai.services.api.config.ConfigurationService
-
Packages that use ConfigurationService Package Description org.dspace.xoai.app org.dspace.xoai.services.impl.config org.dspace.xoai.services.impl.xoai -
-
Uses of ConfigurationService in org.dspace.xoai.app
Methods in org.dspace.xoai.app that return ConfigurationService Modifier and Type Method Description ConfigurationServiceBasicConfiguration. configurationService() -
Uses of ConfigurationService in org.dspace.xoai.services.impl.config
Classes in org.dspace.xoai.services.impl.config that implement ConfigurationService Modifier and Type Class Description classDSpaceConfigurationService -
Uses of ConfigurationService in org.dspace.xoai.services.impl.xoai
Constructors in org.dspace.xoai.services.impl.xoai with parameters of type ConfigurationService Constructor Description DSpaceRepositoryConfiguration(EarliestDateResolver dateResolver, ConfigurationService configurationService, org.dspace.core.Context context)
-