Uses of Interface
org.drools.core.audit.event.ILogEventFilter
-
Packages that use ILogEventFilter Package Description org.drools.core.audit This is a utility for providing audit trails/explanations of rule actions.org.drools.core.audit.event -
-
Uses of ILogEventFilter in org.drools.core.audit
Methods in org.drools.core.audit with parameters of type ILogEventFilter Modifier and Type Method Description voidWorkingMemoryLogger. addFilter(ILogEventFilter filter)Adds the given filter to the list of filters for this event log.voidWorkingMemoryLogger. removeFilter(ILogEventFilter filter)Removes the given filter from the list of filters for this event log. -
Uses of ILogEventFilter in org.drools.core.audit.event
Classes in org.drools.core.audit.event that implement ILogEventFilter Modifier and Type Class Description classActivationLogEventFilterAn event filter that can be used to filter assertion events.classWorkingMemoryLogEventFilterAn event filter that can be used to filter working memory events.
-