|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BooleanOperator | |
|---|---|
| org.jwall.web.audit.filter | The filter package provides two simple classes/interfaces to construct filters: the AuditEventMatch interface and the AuditEventFilter class. |
| Uses of BooleanOperator in org.jwall.web.audit.filter |
|---|
| Methods in org.jwall.web.audit.filter that return BooleanOperator | |
|---|---|
BooleanOperator |
FilterExpressionList.getOperator()
|
static BooleanOperator |
BooleanOperator.read(String str)
|
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. |
| Methods in org.jwall.web.audit.filter that return types with arguments of type BooleanOperator | |
|---|---|
Set<BooleanOperator> |
ExpressionReader.getBooleanOperators()
|
| Method parameters in org.jwall.web.audit.filter with type arguments of type BooleanOperator | |
|---|---|
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)
|
| Constructors in org.jwall.web.audit.filter with parameters of type BooleanOperator | |
|---|---|
FilterExpressionList(BooleanOperator op,
Collection<FilterExpression> exps)
|
|
FilterExpressionList(BooleanOperator op,
List<AuditEventMatch> matches)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||