Package org.dspace.xoai.services.api
Interface CollectionsService
- All Known Implementing Classes:
DSpaceCollectionsService
public interface CollectionsService
-
Method Summary
Modifier and TypeMethodDescriptionflatParentCommunities(Collection collection) flatParentCommunities(Community community) flatParentCommunities(Context context, Item item) getAllSubCollections(ContextService contextService, UUID communityId)
-
Method Details
-
getAllSubCollections
List<UUID> getAllSubCollections(ContextService contextService, UUID communityId) throws SQLException - Throws:
SQLException
-
flatParentCommunities
- Throws:
SQLException
-
flatParentCommunities
- Throws:
SQLException
-
flatParentCommunities
- Throws:
SQLException
-