Uses of Class
org.saidone.model.Entry

Packages that use Entry
Package
Description
 
  • Uses of Entry in org.saidone.controller

    Methods in org.saidone.controller that return types with arguments of type Entry
    Modifier and Type
    Method
    Description
    org.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.