| Package | Description |
|---|---|
| org.camunda.bpm.engine.impl.bpmn.behavior | |
| org.camunda.bpm.engine.impl.bpmn.helper | |
| org.camunda.bpm.engine.impl.bpmn.parser |
| Modifier and Type | Field and Description |
|---|---|
protected ErrorEventDefinition |
AbstractBpmnActivityBehavior.ErrorDeclarationForProcessInstanceFinder.errorEventDefinition |
| Modifier and Type | Method and Description |
|---|---|
ErrorEventDefinition |
AbstractBpmnActivityBehavior.ErrorDeclarationForProcessInstanceFinder.getErrorEventDefinition() |
| Modifier and Type | Field and Description |
|---|---|
static PropertyListKey<ErrorEventDefinition> |
BpmnProperties.ERROR_EVENT_DEFINITIONS |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<ErrorEventDefinition> |
ErrorEventDefinition.comparator |
| Modifier and Type | Method and 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.
|
Copyright © 2013–2019 camunda services GmbH. All rights reserved.