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 ErrorEventDefinitionErrorDeclarationForProcessInstanceFinder.errorEventDefinitionFields in org.camunda.bpm.engine.impl.bpmn.helper with type parameters of type ErrorEventDefinitionModifier and TypeFieldDescriptionstatic final PropertyListKey<ErrorEventDefinition>BpmnProperties.ERROR_EVENT_DEFINITIONSMethods 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.comparatorMethods in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type ErrorEventDefinitionModifier and TypeMethodDescriptionprotected voidBpmnParse.addErrorEventDefinition(ErrorEventDefinition errorEventDefinition, ScopeImpl catchingScope) protected voidBpmnParse.setErrorCodeVariableOnErrorEventDefinition(Element errorEventDefinition, ErrorEventDefinition definition) Sets the value for "camunda:errorCodeVariable" on the passed definition if it's present.protected voidBpmnParse.setErrorMessageVariableOnErrorEventDefinition(Element errorEventDefinition, ErrorEventDefinition definition) Sets the value for "camunda:errorMessageVariable" on the passed definition if it's present.