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() |
String |
getExternalId() |
String |
getNodeId() |
String |
getNodeInstanceId() |
String |
getNodeName() |
String |
getNodeType() |
String |
getProcessId() |
Long |
getProcessInstanceId() |
Integer |
getType() |
Long |
getWorkItemId() |
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–2018 JBoss by Red Hat. All rights reserved.