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 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)-
Methods inherited from interface de.digitalcollections.cudami.server.backend.api.repository.identifiable.IdentifiableRepository
count, find, find, find, findOne, findOne, findOneByIdentifier, save, update
-
-