Uses of Class
org.drools.core.audit.event.LogEvent
-
Packages that use LogEvent 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 LogEvent in org.drools.core.audit
Methods in org.drools.core.audit that return types with arguments of type LogEvent Modifier and Type Method Description List<LogEvent>WorkingMemoryLog. getEvents()List<LogEvent>WorkingMemoryInMemoryLogger. getLogEvents()Methods in org.drools.core.audit with parameters of type LogEvent Modifier and Type Method Description voidThreadedWorkingMemoryFileLogger. logEventCreated(LogEvent logEvent)voidWorkingMemoryConsoleLogger. logEventCreated(LogEvent logEvent)voidWorkingMemoryFileLogger. logEventCreated(LogEvent logEvent)voidWorkingMemoryInMemoryLogger. logEventCreated(LogEvent logEvent)abstract voidWorkingMemoryLogger. logEventCreated(LogEvent logEvent)This method is invoked every time a new log event is created.Constructor parameters in org.drools.core.audit with type arguments of type LogEvent Constructor Description WorkingMemoryLog(List<LogEvent> events) -
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)
-