jBPM :: Audit 6.1.0-SNAPSHOT

org.jbpm.process.audit
Class NodeInstanceLog

java.lang.Object
  extended by org.jbpm.process.audit.NodeInstanceLog
All Implemented Interfaces:
Serializable, AuditEvent, org.kie.api.runtime.manager.audit.NodeInstanceLog

@Entity
public class NodeInstanceLog
extends Object
implements Serializable, AuditEvent, org.kie.api.runtime.manager.audit.NodeInstanceLog

See Also:
Serialized Form

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()
           
 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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NodeInstanceLog

public NodeInstanceLog()

NodeInstanceLog

public NodeInstanceLog(int type,
                       long processInstanceId,
                       String processId,
                       String nodeInstanceId,
                       String nodeId,
                       String nodeName)
Method Detail

getType

public int getType()
Specified by:
getType in interface org.kie.api.runtime.manager.audit.NodeInstanceLog

getId

public long getId()

getProcessInstanceId

public long getProcessInstanceId()
Specified by:
getProcessInstanceId in interface org.kie.api.runtime.manager.audit.NodeInstanceLog

getProcessId

public String getProcessId()
Specified by:
getProcessId in interface org.kie.api.runtime.manager.audit.NodeInstanceLog

getNodeInstanceId

public String getNodeInstanceId()
Specified by:
getNodeInstanceId in interface org.kie.api.runtime.manager.audit.NodeInstanceLog

getNodeId

public String getNodeId()
Specified by:
getNodeId in interface org.kie.api.runtime.manager.audit.NodeInstanceLog

getNodeName

public String getNodeName()
Specified by:
getNodeName in interface org.kie.api.runtime.manager.audit.NodeInstanceLog

getDate

public Date getDate()
Specified by:
getDate in interface org.kie.api.runtime.manager.audit.NodeInstanceLog

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getWorkItemId

public Long getWorkItemId()
Specified by:
getWorkItemId in interface org.kie.api.runtime.manager.audit.NodeInstanceLog

setWorkItemId

public void setWorkItemId(Long workItemId)

getConnection

public String getConnection()
Specified by:
getConnection in interface org.kie.api.runtime.manager.audit.NodeInstanceLog

setConnection

public void setConnection(String connection)

getExternalId

public String getExternalId()
Specified by:
getExternalId in interface org.kie.api.runtime.manager.audit.NodeInstanceLog

setExternalId

public void setExternalId(String domainId)

getNodeType

public String getNodeType()
Specified by:
getNodeType in interface org.kie.api.runtime.manager.audit.NodeInstanceLog

setNodeType

public void setNodeType(String nodeType)

jBPM :: Audit 6.1.0-SNAPSHOT

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.