|
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.ProcessInstanceLog
@Entity public class ProcessInstanceLog
| Constructor Summary | |
|---|---|
ProcessInstanceLog()
|
|
ProcessInstanceLog(long processInstanceId,
String processId)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Long |
getDuration()
Amount of time (in milliseconds) that process instance took to complete. |
Date |
getEnd()
End date of this process instance, null if process instance is still active |
String |
getExternalId()
External (optional) identifier associated with this process instance |
long |
getId()
|
String |
getIdentity()
Identifier of a entity (user) who initiated this process instance. |
String |
getOutcome()
Outcome of the process instance that is providing error information in case process instance completed with an error |
Long |
getParentProcessInstanceId()
Parent process instance id, will be null for top level process instance |
String |
getProcessId()
Process id of the definition |
Long |
getProcessInstanceId()
Process instance identifier |
String |
getProcessName()
Name of the process definition |
String |
getProcessVersion()
Version of the process definition |
Date |
getStart()
Start date of this process instance |
Integer |
getStatus()
Status of the process instance and might be one of: ProcessInstance.STATE_ACTIVE ProcessInstance.STATE_COMPLETED ProcessInstance.STATE_ABORTED ProcessInstance.STATE_SUSPENDED |
int |
hashCode()
|
void |
setDuration(Long duration)
|
void |
setEnd(Date end)
|
void |
setExternalId(String domainId)
|
void |
setIdentity(String identity)
|
void |
setOutcome(String errorCode)
|
void |
setParentProcessInstanceId(long parentProcessInstanceId)
|
void |
setProcessId(String processId)
|
void |
setProcessInstanceId(long processInstanceId)
|
void |
setProcessName(String processName)
|
void |
setProcessVersion(String version)
|
void |
setStart(Date start)
|
void |
setStatus(int status)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ProcessInstanceLog()
public ProcessInstanceLog(long processInstanceId,
String processId)
| Method Detail |
|---|
public long getId()
public Long getProcessInstanceId()
ProcessInstanceLog
getProcessInstanceId in interface AuditEventgetProcessInstanceId in interface ProcessInstanceLogpublic void setProcessInstanceId(long processInstanceId)
public String getProcessId()
ProcessInstanceLog
getProcessId in interface AuditEventgetProcessId in interface ProcessInstanceLogpublic void setProcessId(String processId)
public Date getStart()
ProcessInstanceLog
getStart in interface ProcessInstanceLogpublic void setStart(Date start)
public Date getEnd()
ProcessInstanceLog
getEnd in interface ProcessInstanceLogpublic void setEnd(Date end)
public String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic Integer getStatus()
ProcessInstanceLog
getStatus in interface ProcessInstanceLogpublic void setStatus(int status)
public Long getParentProcessInstanceId()
ProcessInstanceLog
getParentProcessInstanceId in interface ProcessInstanceLogpublic void setParentProcessInstanceId(long parentProcessInstanceId)
public String getOutcome()
ProcessInstanceLog
getOutcome in interface ProcessInstanceLogpublic void setOutcome(String errorCode)
public Long getDuration()
ProcessInstanceLog
getDuration in interface ProcessInstanceLogpublic void setDuration(Long duration)
public String getIdentity()
ProcessInstanceLog
getIdentity in interface ProcessInstanceLogpublic void setIdentity(String identity)
public String getExternalId()
ProcessInstanceLog
getExternalId in interface AuditEventgetExternalId in interface ProcessInstanceLogpublic void setExternalId(String domainId)
public String getProcessVersion()
ProcessInstanceLog
getProcessVersion in interface ProcessInstanceLogpublic void setProcessVersion(String version)
public String getProcessName()
ProcessInstanceLog
getProcessName in interface ProcessInstanceLogpublic void setProcessName(String processName)
|
jBPM distribution 6.2.0.CR1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||