Uses of Class
org.saidone.model.Entry
Packages that use Entry
-
Uses of Entry in org.saidone.controller
Methods in org.saidone.controller that return types with arguments of type EntryModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<org.springframework.data.domain.Page<Entry>> VaultApiController.searchNodes
(String auth, Instant from, Instant to, int page, int size, org.springframework.data.domain.Sort.Direction dir) Searches nodes archived within the specified date range with pagination support.