Uses of Class
org.saidone.audit.AuditEntry
Packages that use AuditEntry
-
Uses of AuditEntry in org.saidone.audit
Methods in org.saidone.audit that return types with arguments of type AuditEntryModifier and TypeMethodDescriptionAuditService.findEntries
(String type, Instant from, Instant to, org.springframework.data.domain.Pageable pageable) -
Uses of AuditEntry in org.saidone.controller
Methods in org.saidone.controller that return types with arguments of type AuditEntryModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<List<AuditEntry>> AuditApiController.getEntries
(String auth, String type, Instant from, Instant to, int page, int size)