| 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.
|
| org.jwall.web.audit.rules.operators |
| Modifier and Type | Class and Description |
|---|---|
class |
FilterException |
| Modifier and Type | Method and Description |
|---|---|
Condition |
FilterCompiler.createCondition(FilterExpression e) |
static Operator |
Operator.read(String str) |
protected Operator |
ExpressionReader.readOperator() |
void |
AuditEventDateMatch.setComparator(String compare) |
| Constructor and Description |
|---|
AuditEventDateMatch(Operator op,
Date date) |
AuditEventDateMatch(String var,
Operator op,
Date date) |
| Modifier and Type | Method and Description |
|---|---|
static Condition |
AbstractCondition.createCondition(Operator oper,
String variable,
String value) |
| Constructor and Description |
|---|
AbstractCondition(String variable,
String value) |
BeginsWith(String var,
String exp) |
ConditionEQ(String variable,
String value) |
ConditionGE(String variable,
String value) |
ConditionGT(String variable,
String value) |
ConditionIN(String var,
String exp) |
ConditionLE(String variable,
String value) |
ConditionLT(String variable,
String value) |
ConditionPM(String variable,
String value) |
ConditionRX(String var,
String exp) |
ConditionSX(String var,
String exp) |
Contains(String variable,
String value) |
EndsWith(String variable,
String value) |
Copyright © 2015 jwall.org. All Rights Reserved.