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<org.dspace.content.Community>flatParentCommunities(org.dspace.content.Collection collection)List<org.dspace.content.Community>flatParentCommunities(org.dspace.content.Community community)List<org.dspace.content.Community>flatParentCommunities(org.dspace.core.Context context, org.dspace.content.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<org.dspace.content.Community> flatParentCommunities(org.dspace.content.Collection collection) throws SQLException
- Throws:
SQLException
-
flatParentCommunities
List<org.dspace.content.Community> flatParentCommunities(org.dspace.content.Community community) throws SQLException
- Throws:
SQLException
-
flatParentCommunities
List<org.dspace.content.Community> flatParentCommunities(org.dspace.core.Context context, org.dspace.content.Item item) throws SQLException
- Throws:
SQLException
-
-