Uses of Interface
org.dspace.xoai.services.api.context.ContextService
-
Packages that use ContextService Package Description org.dspace.xoai.app org.dspace.xoai.services.api org.dspace.xoai.services.impl org.dspace.xoai.services.impl.context -
-
Uses of ContextService in org.dspace.xoai.app
Methods in org.dspace.xoai.app that return ContextService Modifier and Type Method Description ContextServiceBasicConfiguration. contextService() -
Uses of ContextService in org.dspace.xoai.services.api
Methods in org.dspace.xoai.services.api with parameters of type ContextService Modifier and Type Method Description List<UUID>CollectionsService. getAllSubCollections(ContextService contextService, UUID communityId) -
Uses of ContextService in org.dspace.xoai.services.impl
Methods in org.dspace.xoai.services.impl with parameters of type ContextService Modifier and Type Method Description List<UUID>DSpaceCollectionsService. getAllSubCollections(ContextService contextService, UUID communityId) -
Uses of ContextService in org.dspace.xoai.services.impl.context
Classes in org.dspace.xoai.services.impl.context that implement ContextService Modifier and Type Class Description classDSpaceContextService
-