@Entity public class NodeInstanceLog extends Object implements Serializable, AuditEvent
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_ENTER |
static int |
TYPE_EXIT |
Constructor and Description |
---|
NodeInstanceLog() |
NodeInstanceLog(int type,
long processInstanceId,
String processId,
String nodeInstanceId,
String nodeId,
String nodeName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getConnection() |
Date |
getDate() |
String |
getExternalId() |
long |
getId() |
String |
getNodeId() |
String |
getNodeInstanceId() |
String |
getNodeName() |
String |
getNodeType() |
String |
getProcessId() |
long |
getProcessInstanceId() |
int |
getType() |
Long |
getWorkItemId() |
int |
hashCode() |
void |
setConnection(String connection) |
void |
setExternalId(String domainId) |
void |
setNodeType(String nodeType) |
void |
setWorkItemId(Long workItemId) |
String |
toString() |
public static final int TYPE_ENTER
public static final int TYPE_EXIT
public int getType()
public long getId()
public long getProcessInstanceId()
public String getProcessId()
public String getNodeInstanceId()
public String getNodeId()
public String getNodeName()
public Date getDate()
public Long getWorkItemId()
public void setWorkItemId(Long workItemId)
public String getConnection()
public void setConnection(String connection)
public String getExternalId()
public void setExternalId(String domainId)
public String getNodeType()
public void setNodeType(String nodeType)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.