Uses of Class
org.operaton.bpm.engine.impl.bpmn.parser.ErrorEventDefinition
Packages that use ErrorEventDefinition
Package
Description
-
Uses of ErrorEventDefinition in org.operaton.bpm.engine.impl.bpmn.helper
Fields in org.operaton.bpm.engine.impl.bpmn.helper declared as ErrorEventDefinitionModifier and TypeFieldDescriptionprotected ErrorEventDefinitionErrorDeclarationForProcessInstanceFinder.errorEventDefinitionFields in org.operaton.bpm.engine.impl.bpmn.helper with type parameters of type ErrorEventDefinitionModifier and TypeFieldDescriptionstatic final PropertyListKey<ErrorEventDefinition> BpmnProperties.ERROR_EVENT_DEFINITIONSMethods in org.operaton.bpm.engine.impl.bpmn.helper that return ErrorEventDefinitionModifier and TypeMethodDescriptionErrorDeclarationForProcessInstanceFinder.getErrorEventDefinition() -
Uses of ErrorEventDefinition in org.operaton.bpm.engine.impl.bpmn.parser
Subclasses of ErrorEventDefinition in org.operaton.bpm.engine.impl.bpmn.parserFields in org.operaton.bpm.engine.impl.bpmn.parser with type parameters of type ErrorEventDefinitionModifier and TypeFieldDescriptionstatic final Comparator<ErrorEventDefinition> ErrorEventDefinition.comparatorMethods in org.operaton.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 "operaton:errorCodeVariable" on the passed definition if it's present.protected voidBpmnParse.setErrorMessageVariableOnErrorEventDefinition(Element errorEventDefinition, ErrorEventDefinition definition) Sets the value for "operaton:errorMessageVariable" on the passed definition if it's present.