Uses of Class
org.saidone.model.dto.EntryDto
Packages that use EntryDto
-
Uses of EntryDto in org.saidone.controller
Methods in org.saidone.controller that return types with arguments of type EntryDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<EntryDto> Returns the metadata of a node stored in the vault.org.springframework.http.ResponseEntity<org.springframework.data.domain.Page<EntryDto>> 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.