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 List<N>getChildren(UUID uuid)de.digitalcollections.model.api.paging.PageResponse<N>getChildren(UUID uuid, de.digitalcollections.model.api.paging.PageRequest pageRequest)List<N>getChildren(N node)NgetParent(UUID nodeUuid)NgetParent(N node)
-