Uses of Class
org.camunda.bpm.engine.impl.bpmn.parser.ErrorEventDefinition
-
Packages that use ErrorEventDefinition Package Description org.camunda.bpm.engine.impl.bpmn.helper org.camunda.bpm.engine.impl.bpmn.parser -
-
Uses of ErrorEventDefinition in org.camunda.bpm.engine.impl.bpmn.helper
Fields in org.camunda.bpm.engine.impl.bpmn.helper declared as ErrorEventDefinition Modifier and Type Field Description protected ErrorEventDefinitionErrorDeclarationForProcessInstanceFinder. errorEventDefinitionFields in org.camunda.bpm.engine.impl.bpmn.helper with type parameters of type ErrorEventDefinition Modifier and Type Field Description static PropertyListKey<ErrorEventDefinition>BpmnProperties. ERROR_EVENT_DEFINITIONSMethods in org.camunda.bpm.engine.impl.bpmn.helper that return ErrorEventDefinition Modifier and Type Method Description ErrorEventDefinitionErrorDeclarationForProcessInstanceFinder. getErrorEventDefinition() -
Uses of ErrorEventDefinition in org.camunda.bpm.engine.impl.bpmn.parser
Subclasses of ErrorEventDefinition in org.camunda.bpm.engine.impl.bpmn.parser Modifier and Type Class Description classCamundaErrorEventDefinitionFields in org.camunda.bpm.engine.impl.bpmn.parser with type parameters of type ErrorEventDefinition Modifier and Type Field Description static Comparator<ErrorEventDefinition>ErrorEventDefinition. comparatorMethods in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type ErrorEventDefinition Modifier and Type Method Description protected 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.
-