Interface NodeRepository<N extends de.digitalcollections.model.api.identifiable.Node>
-
- All Superinterfaces:
IdentifiableRepository<N>
- All Known Subinterfaces:
CollectionRepository,SubtopicRepository,WebpageRepository<E>
public interface NodeRepository<N extends de.digitalcollections.model.api.identifiable.Node> extends IdentifiableRepository<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description de.digitalcollections.model.api.view.BreadcrumbNavigationgetBreadcrumbNavigation(UUID nodeUuid)List<N>getChildren(UUID nodeUuid)de.digitalcollections.model.api.paging.PageResponse<N>getChildren(UUID nodeUuid, de.digitalcollections.model.api.paging.PageRequest pageRequest)List<N>getChildren(N node)NgetParent(UUID nodeUuid)-
Methods inherited from interface de.digitalcollections.cudami.server.backend.api.repository.identifiable.IdentifiableRepository
count, find, find, find, findOne, findOne, findOneByIdentifier, save, update
-
-
-
-
Method Detail
-
getChildren
de.digitalcollections.model.api.paging.PageResponse<N> getChildren(UUID nodeUuid, de.digitalcollections.model.api.paging.PageRequest pageRequest)
-
getBreadcrumbNavigation
de.digitalcollections.model.api.view.BreadcrumbNavigation getBreadcrumbNavigation(UUID nodeUuid)
- Parameters:
nodeUuid- the uuid of the current node- Returns:
- the breadcrumb navigation
-
-