|
jBPM :: Distribution 6.2.0-SNAPSHOT | |||||||||
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 NodeInstanceLog
NodeInstanceLog.TYPE_ENTER
,
NodeInstanceLog.TYPE_EXIT
public void setType(int type)
public long getId()
public Long getProcessInstanceId()
NodeInstanceLog
getProcessInstanceId
in interface AuditEvent
getProcessInstanceId
in interface NodeInstanceLog
public void setProcessInstanceId(long processInstanceId)
public String getProcessId()
NodeInstanceLog
getProcessId
in interface AuditEvent
getProcessId
in interface NodeInstanceLog
public void setProcessId(String processId)
public String getNodeInstanceId()
NodeInstanceLog
getNodeInstanceId
in interface NodeInstanceLog
public void setNodeInstanceId(String nodeInstanceId)
public String getNodeId()
NodeInstanceLog
getNodeId
in interface NodeInstanceLog
public void setNodeId(String nodeId)
public String getNodeName()
NodeInstanceLog
getNodeName
in interface NodeInstanceLog
public void setNodeName(String nodeName)
public Date getDate()
NodeInstanceLog
getDate
in interface NodeInstanceLog
public void setDate(Date date)
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 AuditEvent
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.2.0-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |