org.jwall.web.audit.filter
Interface FilterExpression

All Superinterfaces:
Serializable
All Known Implementing Classes:
AuditEventDateMatch, AuditEventFilter, AuditEventMatch, Conditions, FilterExpressionList

public interface FilterExpression
extends Serializable

This interface defines a simple or complex filter expression.

Author:
Christian Bockermann <chris@jwall.org>

Method Summary
 boolean matches(AuditEvent evt)
          Matches the expression against the given event.
 

Method Detail

matches

boolean matches(AuditEvent evt)
Matches the expression against the given event.

Parameters:
evt -
Returns:


Copyright © 2012 jwall.org. All Rights Reserved.