Uses of Interface
org.jwall.web.audit.rules.Condition

Packages that use Condition
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   
org.jwall.web.audit.rules.operators   
 

Uses of Condition in org.jwall.web.audit.filter
 

Methods in org.jwall.web.audit.filter that return Condition
 Condition FilterCompiler.createCondition(FilterExpression e)
           
 

Uses of Condition in org.jwall.web.audit.rules
 

Methods in org.jwall.web.audit.rules that return types with arguments of type Condition
 List<Condition> AuditEventRule.getConditions()
           
 

Methods in org.jwall.web.audit.rules with parameters of type Condition
 boolean AuditEventRule.add(Condition filter)
           
 boolean AuditEventRule.remove(Condition filter)
           
 

Method parameters in org.jwall.web.audit.rules with type arguments of type Condition
 void AuditEventRule.setConditions(List<Condition> filters)
           
 

Uses of Condition in org.jwall.web.audit.rules.operators
 

Classes in org.jwall.web.audit.rules.operators that implement Condition
 class AbstractCondition
           The abstract stuff of a condition instance.
 class BeginsWith
           Instances of this class check all values for the given variable if they start with a pre-defined substring.
 class ConditionEQ
           This condition checks for equality.
 class ConditionGE
           
 class ConditionGT
           
 class ConditionIN
           This class implements a condition called @in, which basically matches, if one of a set of SX operators matches.
 class ConditionLE
           
 class ConditionLT
           
 class ConditionPM
           
 class ConditionRX
           Instances of this class match all values for the given variable against the specified regular expression.
 class ConditionSX
           Instances of this class match all values for the given variable against the specified simple expression.
 class Contains
           This condition checks for equality.
 class EndsWith
           This condition checks for equality.
 

Methods in org.jwall.web.audit.rules.operators that return Condition
static Condition AbstractCondition.createCondition(Operator oper, String variable, String value)
           
 



Copyright © 2012 jwall.org. All Rights Reserved.