Package | Description |
---|---|
org.apache.archiva.audit | |
org.apache.archiva.repository.events |
Modifier and Type | Method and Description |
---|---|
List<AuditEvent> |
AuditManager.getAuditEventsInRange(MetadataRepository metadataRepository,
Collection<String> repositoryIds,
Date startTime,
Date endTime)
Get all audit events from the given repositories that match a certain range
|
List<AuditEvent> |
DefaultAuditManager.getAuditEventsInRange(MetadataRepository metadataRepository,
Collection<String> repositoryIds,
Date startTime,
Date endTime) |
List<AuditEvent> |
AuditManager.getAuditEventsInRange(MetadataRepository metadataRepository,
Collection<String> repositoryIds,
String resourcePattern,
Date startTime,
Date endTime)
Get all audit events from the given repositories that match a certain range and resource pattern
|
List<AuditEvent> |
DefaultAuditManager.getAuditEventsInRange(MetadataRepository metadataRepository,
Collection<String> repositoryIds,
String resource,
Date startTime,
Date endTime) |
List<AuditEvent> |
AuditManager.getMostRecentAuditEvents(MetadataRepository metadataRepository,
List<String> repositoryIds) |
List<AuditEvent> |
DefaultAuditManager.getMostRecentAuditEvents(MetadataRepository metadataRepository,
List<String> repositoryIds) |
Modifier and Type | Method and Description |
---|---|
void |
AuditManager.addAuditEvent(MetadataRepository repository,
AuditEvent event) |
void |
DefaultAuditManager.addAuditEvent(MetadataRepository repository,
AuditEvent event) |
void |
AuditLog.auditEvent(AuditEvent event)
Creates a log message in the following format ...
|
void |
MetadataAuditListener.auditEvent(AuditEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
AuditListener.auditEvent(AuditEvent event)
Notification that an audit event occured.
|
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.