| 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 | Method and Description |
|---|---|
BooleanOperator |
FilterExpressionList.getOperator() |
static BooleanOperator |
BooleanOperator.read(String str) |
protected BooleanOperator |
ExpressionReader.readBooleanOperator() |
static BooleanOperator |
BooleanOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BooleanOperator[] |
BooleanOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<BooleanOperator> |
ExpressionReader.getBooleanOperators() |
| Modifier and Type | Method and Description |
|---|---|
static AuditEventFilter |
FilterCompiler.compile(String str,
Set<String> variables,
Set<Operator> operators,
Set<BooleanOperator> boolOps) |
static FilterExpression |
FilterCompiler.parse(String str,
Collection<String> variables,
Set<Operator> operators,
Set<BooleanOperator> boolOps) |
void |
ExpressionReader.setBooleanOperators(Set<BooleanOperator> booleanOps) |
| Constructor and Description |
|---|
FilterExpressionList(BooleanOperator op,
Collection<FilterExpression> exps) |
FilterExpressionList(BooleanOperator op,
List<AuditEventMatch> matches) |
Copyright © 2014 jwall.org. All Rights Reserved.