Uses of Class
org.drools.core.audit.event.LogEvent
-
Packages that use LogEvent Package Description org.drools.core.audit.event -
-
Uses of LogEvent in org.drools.core.audit.event
Subclasses of LogEvent in org.drools.core.audit.event Modifier and Type Class Description classActivationLogEventAn activation event logged by the WorkingMemoryLogger.classObjectLogEventAn object event logged by the WorkingMemoryLogger.classRuleBaseLogEventA rulebase event logged by the WorkingMemoryLogger.classRuleFlowGroupLogEventA ruleflow-group event logged by the WorkingMemoryLogger.classRuleFlowLogEventA ruleflow event logged by the WorkingMemoryLogger.classRuleFlowNodeLogEventclassRuleFlowVariableLogEventMethods in org.drools.core.audit.event with parameters of type LogEvent Modifier and Type Method Description booleanActivationLogEventFilter. acceptEvent(LogEvent event)booleanILogEventFilter. acceptEvent(LogEvent event)Returns whether the given event should be filtered from the event log or not.booleanWorkingMemoryLogEventFilter. acceptEvent(LogEvent event)
-