|
KIE API 6.2.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NodeInstanceLog
Audit view of node instance where each node instance (in most of the cases) will have two entries:
Field Summary | |
---|---|
static int |
TYPE_ENTER
Indicates that node instance was triggered |
static int |
TYPE_EXIT
Indicates that node instance was left (it's no more active) |
Method Summary | |
---|---|
String |
getConnection()
Incoming or outgoing connection identifier (sequence flow) for given node. |
Date |
getDate()
Date on when this node was triggered |
String |
getExternalId()
External (optional) identifier associated with this process instance |
String |
getNodeId()
Identifier of the node which usually is the unique identifier from process definition, but can be unique identifier assigned by the engine when unique id is not available |
String |
getNodeInstanceId()
Unique identifier of the node instance |
String |
getNodeName()
Name of the node from process definition |
String |
getNodeType()
Node type that indicates what sort of activity it was e.g. |
String |
getProcessId()
Process id of the definition |
Long |
getProcessInstanceId()
Process instance identifier |
Integer |
getType()
Type of the node instance log entry - Entry or Exit |
Long |
getWorkItemId()
Identifier of work item that this node refers to, might be null if it's not work item based node |
Field Detail |
---|
static final int TYPE_ENTER
static final int TYPE_EXIT
Method Detail |
---|
Long getProcessInstanceId()
String getProcessId()
String getNodeInstanceId()
String getNodeId()
String getNodeName()
Date getDate()
Long getWorkItemId()
String getConnection()
getType()
String getExternalId()
String getNodeType()
Integer getType()
TYPE_ENTER
,
TYPE_EXIT
|
KIE API 6.2.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |