Interface NodeRepository<N extends de.digitalcollections.model.identifiable.Identifiable>

All Superinterfaces:
IdentifiableRepository<N>, PagingSortingFilteringRepository<N>, UniqueObjectRepository<N>
All Known Subinterfaces:
CollectionRepository, TopicRepository, WebpageRepository

public interface NodeRepository<N extends de.digitalcollections.model.identifiable.Identifiable> extends IdentifiableRepository<N>