Uses of Class
org.camunda.bpm.engine.impl.bpmn.parser.ErrorEventDefinition
-
Uses of ErrorEventDefinition in org.camunda.bpm.engine.impl.bpmn.helper
Modifier and TypeFieldDescriptionprotected ErrorEventDefinition
ErrorDeclarationForProcessInstanceFinder.errorEventDefinition
Modifier and TypeFieldDescriptionstatic final PropertyListKey<ErrorEventDefinition>
BpmnProperties.ERROR_EVENT_DEFINITIONS
Modifier and TypeMethodDescriptionErrorDeclarationForProcessInstanceFinder.getErrorEventDefinition()
-
Uses of ErrorEventDefinition in org.camunda.bpm.engine.impl.bpmn.parser
Modifier and TypeFieldDescriptionstatic Comparator<ErrorEventDefinition>
ErrorEventDefinition.comparator
Modifier and TypeMethodDescriptionprotected void
BpmnParse.addErrorEventDefinition
(ErrorEventDefinition errorEventDefinition, ScopeImpl catchingScope) protected void
BpmnParse.setErrorCodeVariableOnErrorEventDefinition
(Element errorEventDefinition, ErrorEventDefinition definition) Sets the value for "camunda:errorCodeVariable" on the passed definition if it's present.protected void
BpmnParse.setErrorMessageVariableOnErrorEventDefinition
(Element errorEventDefinition, ErrorEventDefinition definition) Sets the value for "camunda:errorMessageVariable" on the passed definition if it's present.