| Package | Description |
|---|---|
| org.jwall.web.audit.filter |
The filter package provides two simple classes/interfaces to construct filters: the
AuditEventMatch interface and the AuditEventFilter class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AuditEventDateMatch
This class implements a date match of an event.
|
| Modifier and Type | Method and Description |
|---|---|
List<AuditEventMatch> |
AuditEventFilter.getMatches() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuditEventFilter.add(AuditEventMatch match) |
void |
AuditEventFilter.remove(AuditEventMatch match) |
| Constructor and Description |
|---|
FilterExpressionList(BooleanOperator op,
List<AuditEventMatch> matches) |
Copyright © 2014 jwall.org. All Rights Reserved.