Uses of Interface
org.drools.audit.event.ILogEventFilter

Packages that use ILogEventFilter
org.drools.audit This is a utility for providing audit trails/explanations of rule actions. 
org.drools.audit.event   
 

Uses of ILogEventFilter in org.drools.audit
 

Methods in org.drools.audit with parameters of type ILogEventFilter
 void WorkingMemoryLogger.addFilter(ILogEventFilter filter)
          Adds the given filter to the list of filters for this event log.
 void WorkingMemoryLogger.removeFilter(ILogEventFilter filter)
          Removes the given filter from the list of filters for this event log.
 

Uses of ILogEventFilter in org.drools.audit.event
 

Classes in org.drools.audit.event that implement ILogEventFilter
 class ActivationLogEventFilter
          An event filter that can be used to filter assertion events.
 class WorkingMemoryLogEventFilter
          An event filter that can be used to filter working memory events.
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.