public interface NodeInstanceLog
Modifier and Type | Field and Description |
---|---|
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)
|
Modifier and Type | Method and Description |
---|---|
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
|
static final int TYPE_ENTER
static final int TYPE_EXIT
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
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.