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