Uses of Class
org.jwall.web.audit.filter.AuditEventMatch

Packages that use AuditEventMatch
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 AuditEventMatch in org.jwall.web.audit.filter
 

Subclasses of AuditEventMatch in org.jwall.web.audit.filter
 class AuditEventDateMatch
           This class implements a date match of an event.
 

Methods in org.jwall.web.audit.filter that return types with arguments of type AuditEventMatch
 List<AuditEventMatch> AuditEventFilter.getMatches()
           
 

Methods in org.jwall.web.audit.filter with parameters of type AuditEventMatch
 void AuditEventFilter.add(AuditEventMatch match)
           
 void AuditEventFilter.remove(AuditEventMatch match)
           
 

Constructor parameters in org.jwall.web.audit.filter with type arguments of type AuditEventMatch
FilterExpressionList(BooleanOperator op, List<AuditEventMatch> matches)
           
 



Copyright © 2012 jwall.org. All Rights Reserved.