@Entity public class ExecutionErrorInfo extends org.kie.internal.runtime.error.ExecutionError implements Serializable
| Constructor and Description |
|---|
ExecutionErrorInfo() |
ExecutionErrorInfo(String errorId,
String type,
String deploymentId,
Long processInstanceId,
String processId,
Long activityId,
String activityName,
Long jobId,
String errorMessage,
String error,
Date errorDate,
Long initActivityId) |
| Modifier and Type | Method and Description |
|---|---|
protected Short |
getAcknowledged() |
Date |
getAcknowledgedAt() |
String |
getAcknowledgedBy() |
Long |
getActivityId() |
String |
getActivityName() |
String |
getDeploymentId() |
String |
getError() |
Date |
getErrorDate() |
String |
getErrorId() |
String |
getErrorMessage() |
Long |
getId() |
Long |
getInitActivityId() |
Long |
getJobId() |
String |
getProcessId() |
Long |
getProcessInstanceId() |
String |
getType() |
void |
setErrorId(String errorId) |
void |
setId(Long id) |
String |
toString() |
builder, isAcknowledged, setAcknowledged, setAcknowledged, setAcknowledgedAt, setAcknowledgedBy, setActivityId, setActivityName, setDeploymentId, setError, setErrorDate, setErrorMessage, setInitActivityId, setJobId, setProcessId, setProcessInstanceId, setTypepublic Long getId()
public void setId(Long id)
public String getErrorId()
getErrorId in class org.kie.internal.runtime.error.ExecutionErrorpublic String getType()
getType in class org.kie.internal.runtime.error.ExecutionErrorpublic String getDeploymentId()
getDeploymentId in class org.kie.internal.runtime.error.ExecutionErrorpublic Long getProcessInstanceId()
getProcessInstanceId in class org.kie.internal.runtime.error.ExecutionErrorpublic Long getActivityId()
getActivityId in class org.kie.internal.runtime.error.ExecutionErrorpublic String getErrorMessage()
getErrorMessage in class org.kie.internal.runtime.error.ExecutionErrorpublic String getError()
getError in class org.kie.internal.runtime.error.ExecutionErrorprotected Short getAcknowledged()
getAcknowledged in class org.kie.internal.runtime.error.ExecutionErrorpublic String getAcknowledgedBy()
getAcknowledgedBy in class org.kie.internal.runtime.error.ExecutionErrorpublic Date getAcknowledgedAt()
getAcknowledgedAt in class org.kie.internal.runtime.error.ExecutionErrorpublic String getProcessId()
getProcessId in class org.kie.internal.runtime.error.ExecutionErrorpublic String getActivityName()
getActivityName in class org.kie.internal.runtime.error.ExecutionErrorpublic Date getErrorDate()
getErrorDate in class org.kie.internal.runtime.error.ExecutionErrorpublic void setErrorId(String errorId)
setErrorId in class org.kie.internal.runtime.error.ExecutionErrorpublic Long getJobId()
getJobId in class org.kie.internal.runtime.error.ExecutionErrorpublic Long getInitActivityId()
getInitActivityId in class org.kie.internal.runtime.error.ExecutionErrorpublic String toString()
toString in class org.kie.internal.runtime.error.ExecutionErrorCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.