| 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 |
ThreadedWorkingMemoryFileLogger.logEventCreated(LogEvent logEvent) |
void |
WorkingMemoryConsoleLogger.logEventCreated(LogEvent logEvent) |
void |
WorkingMemoryFileLogger.logEventCreated(LogEvent logEvent) |
void |
WorkingMemoryInMemoryLogger.logEventCreated(LogEvent logEvent) |
abstract void |
WorkingMemoryLogger.logEventCreated(LogEvent logEvent)
This method is invoked every time a new log event is created.
|
| Constructor and Description |
|---|
WorkingMemoryLog(List<LogEvent> events) |
| 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 |
ActivationLogEventFilter.acceptEvent(LogEvent event) |
boolean |
ILogEventFilter.acceptEvent(LogEvent event)
Returns whether the given event should be filtered from the event log or not.
|
boolean |
WorkingMemoryLogEventFilter.acceptEvent(LogEvent event) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.