Uses of Class
org.camunda.bpm.engine.impl.bpmn.parser.ErrorEventDefinition
Packages that use ErrorEventDefinition
-
Uses of ErrorEventDefinition in org.camunda.bpm.engine.impl.bpmn.helper
Fields in org.camunda.bpm.engine.impl.bpmn.helper declared as ErrorEventDefinitionModifier and TypeFieldDescriptionprotected ErrorEventDefinition
ErrorDeclarationForProcessInstanceFinder.errorEventDefinition
Fields in org.camunda.bpm.engine.impl.bpmn.helper with type parameters of type ErrorEventDefinitionModifier and TypeFieldDescriptionstatic final PropertyListKey<ErrorEventDefinition>
BpmnProperties.ERROR_EVENT_DEFINITIONS
Methods in org.camunda.bpm.engine.impl.bpmn.helper that return ErrorEventDefinitionModifier and TypeMethodDescriptionErrorDeclarationForProcessInstanceFinder.getErrorEventDefinition()
-
Uses of ErrorEventDefinition in org.camunda.bpm.engine.impl.bpmn.parser
Subclasses of ErrorEventDefinition in org.camunda.bpm.engine.impl.bpmn.parserFields in org.camunda.bpm.engine.impl.bpmn.parser with type parameters of type ErrorEventDefinitionModifier and TypeFieldDescriptionstatic Comparator<ErrorEventDefinition>
ErrorEventDefinition.comparator
Methods in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type ErrorEventDefinitionModifier 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.