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