Package | Description |
---|---|
org.drools.core.audit |
This is a utility for providing audit trails/explanations of rule actions.
|
org.drools.core.audit.event |
Modifier and Type | Method and Description |
---|---|
List<LogEvent> |
WorkingMemoryLog.getEvents() |
List<LogEvent> |
WorkingMemoryInMemoryLogger.getLogEvents() |
Modifier and Type | Method and Description |
---|---|
void |
WorkingMemoryInMemoryLogger.logEventCreated(LogEvent logEvent) |
void |
WorkingMemoryConsoleLogger.logEventCreated(LogEvent logEvent) |
void |
WorkingMemoryFileLogger.logEventCreated(LogEvent logEvent) |
abstract void |
WorkingMemoryLogger.logEventCreated(LogEvent logEvent)
This method is invoked every time a new log event is created.
|
void |
ThreadedWorkingMemoryFileLogger.logEventCreated(LogEvent logEvent) |
Constructor and Description |
---|
WorkingMemoryLog(List<LogEvent> events,
String engine) |
Modifier and Type | Class and Description |
---|---|
class |
ActivationLogEvent
An activation event logged by the WorkingMemoryLogger.
|
class |
ObjectLogEvent
An object event logged by the WorkingMemoryLogger.
|
class |
RuleBaseLogEvent
A rulebase event logged by the WorkingMemoryLogger.
|
class |
RuleFlowGroupLogEvent
A ruleflow-group event logged by the WorkingMemoryLogger.
|
class |
RuleFlowLogEvent
A ruleflow event logged by the WorkingMemoryLogger.
|
class |
RuleFlowNodeLogEvent |
class |
RuleFlowVariableLogEvent |
Modifier and Type | Method and Description |
---|---|
boolean |
ILogEventFilter.acceptEvent(LogEvent event)
Returns whether the given event should be filtered from the event log or not.
|
boolean |
WorkingMemoryLogEventFilter.acceptEvent(LogEvent event) |
boolean |
ActivationLogEventFilter.acceptEvent(LogEvent event) |
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.