Interface NodeRepository<N extends de.digitalcollections.model.api.identifiable.Node>
-
- All Superinterfaces:
IdentifiableRepository<N>
- All Known Subinterfaces:
ContentNodeRepository<C,I>,WebpageRepository<W,I>
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)
-