Interface NodeService<N extends de.digitalcollections.model.api.identifiable.Node>
-
- All Superinterfaces:
IdentifiableService<N>
- All Known Subinterfaces:
ContentNodeService<C,I>,WebpageService<W,I>
- All Known Implementing Classes:
ContentNodeServiceImpl,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 java.util.List<N>getChildren(java.util.UUID uuid)java.util.List<N>getChildren(N node)
-