|
jBPM distribution 6.1.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbpm.process.audit.NodeInstanceLog
@Entity public class NodeInstanceLog
| Field Summary |
|---|
| Fields inherited from interface org.kie.api.runtime.manager.audit.NodeInstanceLog |
|---|
TYPE_ENTER, TYPE_EXIT |
| Constructor Summary | |
|---|---|
NodeInstanceLog()
|
|
NodeInstanceLog(int type,
long processInstanceId,
String processId,
String nodeInstanceId,
String nodeId,
String nodeName)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
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 |
long |
getId()
|
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 |
int |
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 |
int |
hashCode()
|
void |
setConnection(String connection)
|
void |
setExternalId(String domainId)
|
void |
setNodeType(String nodeType)
|
void |
setWorkItemId(Long workItemId)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NodeInstanceLog()
public NodeInstanceLog(int type,
long processInstanceId,
String processId,
String nodeInstanceId,
String nodeId,
String nodeName)
| Method Detail |
|---|
public int getType()
NodeInstanceLog
getType in interface NodeInstanceLogNodeInstanceLog.TYPE_ENTER,
NodeInstanceLog.TYPE_EXITpublic long getId()
public long getProcessInstanceId()
NodeInstanceLog
getProcessInstanceId in interface NodeInstanceLogpublic String getProcessId()
NodeInstanceLog
getProcessId in interface NodeInstanceLogpublic String getNodeInstanceId()
NodeInstanceLog
getNodeInstanceId in interface NodeInstanceLogpublic String getNodeId()
NodeInstanceLog
getNodeId in interface NodeInstanceLogpublic String getNodeName()
NodeInstanceLog
getNodeName in interface NodeInstanceLogpublic Date getDate()
NodeInstanceLog
getDate in interface NodeInstanceLogpublic String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic Long getWorkItemId()
NodeInstanceLog
getWorkItemId in interface NodeInstanceLogpublic void setWorkItemId(Long workItemId)
public String getConnection()
NodeInstanceLog
getConnection in interface NodeInstanceLogNodeInstanceLog.getType()public void setConnection(String connection)
public String getExternalId()
NodeInstanceLog
getExternalId in interface NodeInstanceLogpublic void setExternalId(String domainId)
public String getNodeType()
NodeInstanceLog
getNodeType in interface NodeInstanceLogpublic void setNodeType(String nodeType)
|
jBPM distribution 6.1.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||