org.drools.audit.event |
|
Java Source File Name | Type | Comment |
ActivationLogEvent.java | Class | An activation event logged by the WorkingMemoryLogger.
It is a snapshot of the event as it was thrown by the working memory.
It contains the activation id, the name of the rule and a String
representing the declarations of the activation, which is a list of
name-value-pairs for each of the declarations in the tuple of the
activation. |
ActivationLogEventFilter.java | Class | An event filter that can be used to filter assertion events.
By default, all events are allowed. |
ILogEventFilter.java | Interface | An event filter that can be used to filter log events. |
LogEvent.java | Class | An event logged by the WorkingMemoryLogger. |
ObjectLogEvent.java | Class | An object event logged by the WorkingMemoryLogger. |
RuleFlowGroupLogEvent.java | Class | A ruleflow-group event logged by the WorkingMemoryLogger. |
RuleFlowLogEvent.java | Class | A ruleflow event logged by the WorkingMemoryLogger. |
WorkingMemoryLogEventFilter.java | Class | An event filter that can be used to filter working memory events.
By default, all events are allowed. |