|
jBPM distribution 6.2.0.CR1 | |||||||||
| 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 |
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 |
int |
hashCode()
|
void |
setConnection(String connection)
|
void |
setDate(Date date)
|
void |
setExternalId(String domainId)
|
void |
setNodeId(String nodeId)
|
void |
setNodeInstanceId(String nodeInstanceId)
|
void |
setNodeName(String nodeName)
|
void |
setNodeType(String nodeType)
|
void |
setProcessId(String processId)
|
void |
setProcessInstanceId(long processInstanceId)
|
void |
setType(int type)
|
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 Integer getType()
NodeInstanceLog
getType in interface NodeInstanceLogNodeInstanceLog.TYPE_ENTER,
NodeInstanceLog.TYPE_EXITpublic void setType(int type)
public long getId()
public Long getProcessInstanceId()
NodeInstanceLog
getProcessInstanceId in interface AuditEventgetProcessInstanceId in interface NodeInstanceLogpublic void setProcessInstanceId(long processInstanceId)
public String getProcessId()
NodeInstanceLog
getProcessId in interface AuditEventgetProcessId in interface NodeInstanceLogpublic void setProcessId(String processId)
public String getNodeInstanceId()
NodeInstanceLog
getNodeInstanceId in interface NodeInstanceLogpublic void setNodeInstanceId(String nodeInstanceId)
public String getNodeId()
NodeInstanceLog
getNodeId in interface NodeInstanceLogpublic void setNodeId(String nodeId)
public String getNodeName()
NodeInstanceLog
getNodeName in interface NodeInstanceLogpublic void setNodeName(String nodeName)
public Date getDate()
NodeInstanceLog
getDate in interface NodeInstanceLogpublic void setDate(Date date)
public 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 AuditEventgetExternalId in interface NodeInstanceLogpublic void setExternalId(String domainId)
public String getNodeType()
NodeInstanceLog
getNodeType in interface NodeInstanceLogpublic void setNodeType(String nodeType)
|
jBPM distribution 6.2.0.CR1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||