|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Operator | |
|---|---|
| org.jwall.audit | |
| org.jwall.log | |
| 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 | |
| Uses of Operator in org.jwall.audit |
|---|
| Methods in org.jwall.audit that return Operator | |
|---|---|
Operator |
Match.getOp()
|
| Methods in org.jwall.audit that return types with arguments of type Operator | |
|---|---|
Set<Operator> |
EventView.getSupportedOperators()
|
| Constructors in org.jwall.audit with parameters of type Operator | |
|---|---|
Match(String variable,
Operator op,
String value)
|
|
| Uses of Operator in org.jwall.log |
|---|
| Constructors in org.jwall.log with parameters of type Operator | |
|---|---|
LogMessageMatch(String var,
Operator op,
String val)
|
|
| Uses of Operator in org.jwall.web.audit.filter |
|---|
| Methods in org.jwall.web.audit.filter that return Operator | |
|---|---|
static Operator |
Operator.read(String str)
|
static Operator |
Operator.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Operator[] |
Operator.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Method parameters in org.jwall.web.audit.filter with type arguments of type Operator | |
|---|---|
static AuditEventFilter |
FilterCompiler.compile(String str,
Set<String> variables,
Set<Operator> operators)
|
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)
|
static FilterExpression |
FilterCompiler.parse(String str,
Collection<String> variables,
Set<Operator> operators,
Set<BooleanOperator> boolOps)
|
| Constructors in org.jwall.web.audit.filter with parameters of type Operator | |
|---|---|
AuditEventDateMatch(Operator op,
Date date)
|
|
AuditEventDateMatch(String var,
Operator op,
Date date)
|
|
AuditEventMatch(String variable,
Operator op,
String value)
|
|
| Uses of Operator in org.jwall.web.audit.rules.operators |
|---|
| Methods in org.jwall.web.audit.rules.operators with parameters of type Operator | |
|---|---|
static Condition |
AbstractCondition.createCondition(Operator oper,
String variable,
String value)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||