public class FlowableErrorEventImpl extends FlowableActivityEventImpl implements FlowableErrorEvent
FlowableErrorEvent.| Modifier and Type | Field and Description |
|---|---|
protected String |
errorCode |
protected String |
errorId |
activityId, activityName, activityType, behaviorClassexecutionId, processDefinitionId, processInstanceIdtype| Constructor and Description |
|---|
FlowableErrorEventImpl(FlowableEngineEventType type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorCode() |
String |
getErrorId() |
void |
setErrorCode(String errorCode) |
void |
setErrorId(String errorId) |
getActivityId, getActivityName, getActivityType, getBehaviorClass, setActivityId, setActivityName, setActivityType, setBehaviorClassgetExecutiongetExecutionId, getProcessDefinitionId, getProcessInstanceId, getType, setExecutionId, setProcessDefinitionId, setProcessInstanceId, setTypetoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetActivityId, getActivityName, getActivityType, getBehaviorClassgetExecutionId, getProcessDefinitionId, getProcessInstanceIdgetTypepublic FlowableErrorEventImpl(FlowableEngineEventType type)
public String getErrorId()
getErrorId in interface FlowableErrorEventpublic void setErrorId(String errorId)
public void setErrorCode(String errorCode)
public String getErrorCode()
getErrorCode in interface FlowableErrorEventCopyright © 2018 Flowable. All rights reserved.