Package org.flowable.bpmn.model
Class ErrorEventDefinition
- java.lang.Object
-
- org.flowable.bpmn.model.BaseElement
-
- org.flowable.bpmn.model.EventDefinition
-
- org.flowable.bpmn.model.ErrorEventDefinition
-
- All Implemented Interfaces:
HasExtensionAttributes
public class ErrorEventDefinition extends EventDefinition
- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected StringerrorCodeprotected BooleanerrorVariableLocalScopeprotected StringerrorVariableNameprotected BooleanerrorVariableTransient-
Fields inherited from class org.flowable.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
-
-
Constructor Summary
Constructors Constructor Description ErrorEventDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorEventDefinitionclone()StringgetErrorCode()BooleangetErrorVariableLocalScope()StringgetErrorVariableName()BooleangetErrorVariableTransient()voidsetErrorCode(String errorCode)voidsetErrorVariableLocalScope(Boolean errorVariableLocalScope)voidsetErrorVariableName(String errorVariableName)voidsetErrorVariableTransient(Boolean errorVariableTransient)voidsetValues(ErrorEventDefinition otherDefinition)-
Methods inherited from class org.flowable.bpmn.model.BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
-
-
-
-
Method Detail
-
getErrorCode
public String getErrorCode()
-
setErrorCode
public void setErrorCode(String errorCode)
-
getErrorVariableName
public String getErrorVariableName()
-
setErrorVariableName
public void setErrorVariableName(String errorVariableName)
-
getErrorVariableTransient
public Boolean getErrorVariableTransient()
-
setErrorVariableTransient
public void setErrorVariableTransient(Boolean errorVariableTransient)
-
getErrorVariableLocalScope
public Boolean getErrorVariableLocalScope()
-
setErrorVariableLocalScope
public void setErrorVariableLocalScope(Boolean errorVariableLocalScope)
-
clone
public ErrorEventDefinition clone()
- Specified by:
clonein classEventDefinition
-
setValues
public void setValues(ErrorEventDefinition otherDefinition)
-
-