|
jBPM distribution 6.1.0.CR2 | |||||||||
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 NodeInstanceLog
NodeInstanceLog.TYPE_ENTER
,
NodeInstanceLog.TYPE_EXIT
public long getId()
public long getProcessInstanceId()
NodeInstanceLog
getProcessInstanceId
in interface NodeInstanceLog
public String getProcessId()
NodeInstanceLog
getProcessId
in interface NodeInstanceLog
public String getNodeInstanceId()
NodeInstanceLog
getNodeInstanceId
in interface NodeInstanceLog
public String getNodeId()
NodeInstanceLog
getNodeId
in interface NodeInstanceLog
public String getNodeName()
NodeInstanceLog
getNodeName
in interface NodeInstanceLog
public Date getDate()
NodeInstanceLog
getDate
in interface NodeInstanceLog
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public Long getWorkItemId()
NodeInstanceLog
getWorkItemId
in interface NodeInstanceLog
public void setWorkItemId(Long workItemId)
public String getConnection()
NodeInstanceLog
getConnection
in interface NodeInstanceLog
NodeInstanceLog.getType()
public void setConnection(String connection)
public String getExternalId()
NodeInstanceLog
getExternalId
in interface NodeInstanceLog
public void setExternalId(String domainId)
public String getNodeType()
NodeInstanceLog
getNodeType
in interface NodeInstanceLog
public void setNodeType(String nodeType)
|
jBPM distribution 6.1.0.CR2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |