@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) |
Modifier and Type | Method and Description |
---|---|
Date |
getAcknowledgedAt() |
String |
getAcknowledgedBy() |
Long |
getActivityId() |
String |
getActivityName() |
String |
getDeploymentId() |
String |
getError() |
Date |
getErrorDate() |
String |
getErrorId() |
String |
getErrorMessage() |
Long |
getId() |
Long |
getJobId() |
String |
getProcessId() |
Long |
getProcessInstanceId() |
String |
getType() |
boolean |
isAcknowledged() |
void |
setErrorId(String errorId) |
void |
setId(Long id) |
String |
toString() |
public Long getId()
public void setId(Long id)
public String getErrorId()
getErrorId
in class org.kie.internal.runtime.error.ExecutionError
public String getType()
getType
in class org.kie.internal.runtime.error.ExecutionError
public String getDeploymentId()
getDeploymentId
in class org.kie.internal.runtime.error.ExecutionError
public Long getProcessInstanceId()
getProcessInstanceId
in class org.kie.internal.runtime.error.ExecutionError
public Long getActivityId()
getActivityId
in class org.kie.internal.runtime.error.ExecutionError
public String getErrorMessage()
getErrorMessage
in class org.kie.internal.runtime.error.ExecutionError
public String getError()
getError
in class org.kie.internal.runtime.error.ExecutionError
public boolean isAcknowledged()
isAcknowledged
in class org.kie.internal.runtime.error.ExecutionError
public String getAcknowledgedBy()
getAcknowledgedBy
in class org.kie.internal.runtime.error.ExecutionError
public Date getAcknowledgedAt()
getAcknowledgedAt
in class org.kie.internal.runtime.error.ExecutionError
public String getProcessId()
getProcessId
in class org.kie.internal.runtime.error.ExecutionError
public String getActivityName()
getActivityName
in class org.kie.internal.runtime.error.ExecutionError
public Date getErrorDate()
getErrorDate
in class org.kie.internal.runtime.error.ExecutionError
public void setErrorId(String errorId)
setErrorId
in class org.kie.internal.runtime.error.ExecutionError
public Long getJobId()
getJobId
in class org.kie.internal.runtime.error.ExecutionError
public String toString()
toString
in class org.kie.internal.runtime.error.ExecutionError
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.