| Package | Description |
|---|---|
| org.powertac.visualizer.config.audit |
Audit specific code.
|
| org.powertac.visualizer.repository |
Spring Data JPA repositories.
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.actuate.audit.AuditEvent |
AuditEventConverter.convertToAuditEvent(PersistentAuditEvent persistentAuditEvent)
Convert a PersistentAuditEvent to an AuditEvent
|
| Modifier and Type | Method and Description |
|---|---|
List<org.springframework.boot.actuate.audit.AuditEvent> |
AuditEventConverter.convertToAuditEvent(Iterable<PersistentAuditEvent> persistentAuditEvents)
Convert a list of PersistentAuditEvent to a list of AuditEvent
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.domain.Page<PersistentAuditEvent> |
PersistenceAuditEventRepository.findAllByAuditEventDateBetween(LocalDateTime fromDate,
LocalDateTime toDate,
org.springframework.data.domain.Pageable pageable) |
List<PersistentAuditEvent> |
PersistenceAuditEventRepository.findByAuditEventDateAfter(LocalDateTime after) |
List<PersistentAuditEvent> |
PersistenceAuditEventRepository.findByPrincipal(String principal) |
List<PersistentAuditEvent> |
PersistenceAuditEventRepository.findByPrincipalAndAuditEventDateAfter(String principal,
LocalDateTime after) |
List<PersistentAuditEvent> |
PersistenceAuditEventRepository.findByPrincipalAndAuditEventDateAfterAndAuditEventType(String principle,
LocalDateTime after,
String type) |
Copyright © 2018 Power TAC. All rights reserved.