Uses of Class
org.drools.kiesession.audit.LogEvent
-
Packages that use LogEvent Package Description org.drools.kiesession.audit This is a utility for providing audit trails/explanations of rule actions. -
-
Uses of LogEvent in org.drools.kiesession.audit
Subclasses of LogEvent in org.drools.kiesession.audit 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.kiesession.audit that return types with arguments of type LogEvent Modifier and Type Method Description List<LogEvent>WorkingMemoryLog. getEvents()Methods in org.drools.kiesession.audit 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)voidThreadedWorkingMemoryFileLogger. logEventCreated(LogEvent logEvent)voidWorkingMemoryConsoleLogger. logEventCreated(LogEvent logEvent)voidWorkingMemoryFileLogger. 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.kiesession.audit with type arguments of type LogEvent Constructor Description WorkingMemoryLog(List<LogEvent> events)
-