Uses of Interface
org.dspace.xoai.services.api.CollectionsService
-
Packages that use CollectionsService Package Description org.dspace.xoai.app org.dspace.xoai.filter org.dspace.xoai.services.impl org.dspace.xoai.services.impl.xoai -
-
Uses of CollectionsService in org.dspace.xoai.app
Methods in org.dspace.xoai.app that return CollectionsService Modifier and Type Method Description CollectionsServiceBasicConfiguration. collectionsService() -
Uses of CollectionsService in org.dspace.xoai.filter
Constructors in org.dspace.xoai.filter with parameters of type CollectionsService Constructor Description DSpaceSetSpecFilter(CollectionsService collectionsService, HandleResolver handleResolver, String spec) -
Uses of CollectionsService in org.dspace.xoai.services.impl
Classes in org.dspace.xoai.services.impl that implement CollectionsService Modifier and Type Class Description classDSpaceCollectionsService -
Uses of CollectionsService in org.dspace.xoai.services.impl.xoai
Constructors in org.dspace.xoai.services.impl.xoai with parameters of type CollectionsService Constructor Description DSpaceItemRepository(CollectionsService collectionsService, HandleResolver handleResolver)DSpaceItemSolrRepository(org.apache.solr.client.solrj.SolrClient server, CollectionsService collectionsService, HandleResolver handleResolver, SolrQueryResolver solrQueryResolver)
-