Interface NodeRepository<N extends de.digitalcollections.model.api.identifiable.Node>
-
- All Superinterfaces:
IdentifiableRepository<N>
- All Known Subinterfaces:
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)List<N>getChildren(N node)NgetParent(UUID nodeUuid)
-