Interface NodeService<N extends de.digitalcollections.model.api.identifiable.Node>
-
- All Superinterfaces:
IdentifiableService<N>
- All Known Subinterfaces:
SubtopicService,WebpageService<E>
- All Known Implementing Classes:
SubtopicServiceImpl,WebpageServiceImpl
public interface NodeService<N extends de.digitalcollections.model.api.identifiable.Node> extends IdentifiableService<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)NgetParent(N node)
-