Package org.drools.core.audit.event
Class RuleFlowNodeLogEvent
- java.lang.Object
-
- org.drools.core.audit.event.LogEvent
-
- org.drools.core.audit.event.RuleFlowLogEvent
-
- org.drools.core.audit.event.RuleFlowNodeLogEvent
-
public class RuleFlowNodeLogEvent extends RuleFlowLogEvent
-
-
Field Summary
-
Fields inherited from class org.drools.core.audit.event.LogEvent
ACTIVATION_CANCELLED, ACTIVATION_CREATED, AFTER_ACTIVATION_FIRE, AFTER_PACKAGE_ADDED, AFTER_PACKAGE_REMOVED, AFTER_RULE_ADDED, AFTER_RULE_REMOVED, AFTER_RULEFLOW_COMPLETED, AFTER_RULEFLOW_CREATED, AFTER_RULEFLOW_GROUP_ACTIVATED, AFTER_RULEFLOW_GROUP_DEACTIVATED, AFTER_RULEFLOW_NODE_EXITED, AFTER_RULEFLOW_NODE_TRIGGERED, AFTER_TASK_INSTANCE_COMPLETED, AFTER_TASK_INSTANCE_CREATED, AFTER_VARIABLE_INSTANCE_CHANGED, BEFORE_ACTIVATION_FIRE, BEFORE_PACKAGE_ADDED, BEFORE_PACKAGE_REMOVED, BEFORE_RULE_ADDED, BEFORE_RULE_REMOVED, BEFORE_RULEFLOW_COMPLETED, BEFORE_RULEFLOW_CREATED, BEFORE_RULEFLOW_GROUP_ACTIVATED, BEFORE_RULEFLOW_GROUP_DEACTIVATED, BEFORE_RULEFLOW_NODE_EXITED, BEFORE_RULEFLOW_NODE_TRIGGERED, BEFORE_TASK_INSTANCE_COMPLETED, BEFORE_TASK_INSTANCE_CREATED, BEFORE_VARIABLE_INSTANCE_CHANGED, INSERTED, RETRACTED, UPDATED
-
-
Constructor Summary
Constructors Constructor Description RuleFlowNodeLogEvent(int type, String nodeId, String nodeName, String nodeInstanceId, String processId, String processName, Object processInstanceId)Create a new ruleflow node log event.RuleFlowNodeLogEvent(int type, String nodeId, String nodeName, String nodeInstanceId, org.kie.api.runtime.process.ProcessInstance processInstance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNodeId()StringgetNodeInstanceId()StringgetNodeName()voidreadExternal(ObjectInput in)StringtoString()voidwriteExternal(ObjectOutput out)-
Methods inherited from class org.drools.core.audit.event.RuleFlowLogEvent
getProcessId, getProcessInstanceId, getProcessName
-
-
-
-
Constructor Detail
-
RuleFlowNodeLogEvent
public RuleFlowNodeLogEvent(int type, String nodeId, String nodeName, String nodeInstanceId, org.kie.api.runtime.process.ProcessInstance processInstance)
-
RuleFlowNodeLogEvent
public RuleFlowNodeLogEvent(int type, String nodeId, String nodeName, String nodeInstanceId, String processId, String processName, Object processInstanceId)Create a new ruleflow node log event.- Parameters:
type- The type of event. This can only be RULEFLOW_NODE_START or RULEFLOW_NODE_END.processId- The id of the processprocessName- The name of the process
-
-
Method Detail
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Overrides:
readExternalin classRuleFlowLogEvent- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Overrides:
writeExternalin classRuleFlowLogEvent- Throws:
IOException
-
getNodeId
public String getNodeId()
-
getNodeName
public String getNodeName()
-
getNodeInstanceId
public String getNodeInstanceId()
-
toString
public String toString()
- Overrides:
toStringin classRuleFlowLogEvent
-
-