| java.lang.Object org.drools.audit.event.LogEvent org.drools.audit.event.RuleFlowLogEvent
RuleFlowLogEvent | public class RuleFlowLogEvent extends LogEvent (Code) | | A ruleflow event logged by the WorkingMemoryLogger.
It is a snapshot of the event as it was thrown by the working memory.
It contains the process name and id.
author: Kris Verlaenen |
Constructor Summary | |
public | RuleFlowLogEvent(int type, String processId, String processName) Create a new ruleflow log event.
Parameters: type - The type of event. |
RuleFlowLogEvent | public RuleFlowLogEvent(int type, String processId, String processName)(Code) | | Create a new ruleflow log event.
Parameters: type - The type of event. This can only be RULEFLOW_CREATED or RULEFLOW_COMPLETED. Parameters: processId - The id of the process Parameters: processName - The name of the process |
Methods inherited from org.drools.audit.event.LogEvent | public int getType()(Code)(Java Doc)
|
|
|