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 ErrorEventDefinition
ErrorDeclarationForProcessInstanceFinder. errorEventDefinition
Fields 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_DEFINITIONS
Methods in org.camunda.bpm.engine.impl.bpmn.helper that return ErrorEventDefinition Modifier and Type Method Description ErrorEventDefinition
ErrorDeclarationForProcessInstanceFinder. 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 class
CamundaErrorEventDefinition
Fields in org.camunda.bpm.engine.impl.bpmn.parser with type parameters of type ErrorEventDefinition Modifier and Type Field Description static java.util.Comparator<ErrorEventDefinition>
ErrorEventDefinition. comparator
Methods in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type ErrorEventDefinition Modifier and Type Method Description protected 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.
-