| Package | Description |
|---|---|
| org.ovirt.engine.api.restapi.types | |
| org.ovirt.engine.core.bll | |
| org.ovirt.engine.core.dao |
| Modifier and Type | Method and Description |
|---|---|
static Event |
EventMapper.map(AuditLog entity,
Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected List<AuditLog> |
SearchQuery.searchAuditLogEvents() |
| Modifier and Type | Method and Description |
|---|---|
AuditLog |
AuditLogDAODbFacadeImpl.get(long id) |
AuditLog |
AuditLogDAO.get(long id)
Retrieves the entry with the given id.
|
| Modifier and Type | Method and Description |
|---|---|
List<AuditLog> |
AuditLogDAODbFacadeImpl.getAll() |
List<AuditLog> |
AuditLogDAO.getAll()
Retrieves all audit log entries.
|
List<AuditLog> |
AuditLogDAODbFacadeImpl.getAllAfterDate(Date cutoff) |
List<AuditLog> |
AuditLogDAO.getAllAfterDate(Date cutoff)
Finds all entries created after the specified cutoff date
|
List<AuditLog> |
AuditLogDAODbFacadeImpl.getAllWithQuery(String query) |
List<AuditLog> |
AuditLogDAO.getAllWithQuery(String query)
Finds all entries using a supplied SQL query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuditLogDAODbFacadeImpl.save(AuditLog event) |
void |
AuditLogDAO.save(AuditLog entry)
Saves the provided audit log
|
void |
AuditLogDAODbFacadeImpl.update(AuditLog event) |
void |
AuditLogDAO.update(AuditLog entry)
Updates the provided audit log entry.
|
Copyright © 2012. All Rights Reserved.