public class ErrorEventDefinition extends EventDefinition
| Modifier and Type | Field and Description |
|---|---|
protected String |
errorCode |
protected Boolean |
errorVariableLocalScope |
protected String |
errorVariableName |
protected Boolean |
errorVariableTransient |
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber| Constructor and Description |
|---|
ErrorEventDefinition() |
| Modifier and Type | Method and Description |
|---|---|
ErrorEventDefinition |
clone() |
String |
getErrorCode() |
Boolean |
getErrorVariableLocalScope() |
String |
getErrorVariableName() |
Boolean |
getErrorVariableTransient() |
void |
setErrorCode(String errorCode) |
void |
setErrorVariableLocalScope(Boolean errorVariableLocalScope) |
void |
setErrorVariableName(String errorVariableName) |
void |
setErrorVariableTransient(Boolean errorVariableTransient) |
void |
setValues(ErrorEventDefinition otherDefinition) |
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumberprotected String errorCode
protected String errorVariableName
protected Boolean errorVariableTransient
protected Boolean errorVariableLocalScope
public String getErrorCode()
public void setErrorCode(String errorCode)
public String getErrorVariableName()
public void setErrorVariableName(String errorVariableName)
public Boolean getErrorVariableTransient()
public void setErrorVariableTransient(Boolean errorVariableTransient)
public Boolean getErrorVariableLocalScope()
public void setErrorVariableLocalScope(Boolean errorVariableLocalScope)
public ErrorEventDefinition clone()
clone in class EventDefinitionpublic void setValues(ErrorEventDefinition otherDefinition)
Copyright © 2022 Flowable. All rights reserved.