| Package | Description |
|---|---|
| org.flowable.bpmn.model | |
| org.flowable.engine.impl.bpmn.behavior | |
| org.flowable.engine.impl.bpmn.helper | |
| org.flowable.engine.impl.bpmn.parser.factory | |
| org.flowable.engine.test |
Helper classes for testing processes.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Escalation> |
BpmnModel.escalationMap |
| Modifier and Type | Method and Description |
|---|---|
Escalation |
Escalation.clone() |
Escalation |
BpmnModel.getEscalation(String escalationRef) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Escalation> |
BpmnModel.getEscalations() |
| Modifier and Type | Method and Description |
|---|---|
void |
BpmnModel.addEscalation(Escalation escalation) |
void |
Escalation.setValues(Escalation otherElement) |
| Modifier and Type | Method and Description |
|---|---|
void |
BpmnModel.setEscalations(Map<String,Escalation> escalationMap) |
| Modifier and Type | Field and Description |
|---|---|
protected Escalation |
BoundaryEscalationEventActivityBehavior.escalation |
protected Escalation |
EscalationEndEventActivityBehavior.escalation |
| Modifier and Type | Method and Description |
|---|---|
Escalation |
EscalationEndEventActivityBehavior.getEscalation() |
| Modifier and Type | Method and Description |
|---|---|
void |
EscalationEndEventActivityBehavior.setEscalation(Escalation escalation) |
| Constructor and Description |
|---|
BoundaryEscalationEventActivityBehavior(EscalationEventDefinition escalationEventDefinition,
Escalation escalation,
boolean interrupting) |
EscalationEndEventActivityBehavior(EscalationEventDefinition escalationEventDefinition,
Escalation escalation) |
IntermediateThrowEscalationEventActivityBehavior(ThrowEvent throwEvent,
EscalationEventDefinition escalationEventDefinition,
Escalation escalation) |
| Modifier and Type | Method and Description |
|---|---|
static void |
EscalationPropagation.propagateEscalation(Escalation escalation,
DelegateExecution execution) |
| Modifier and Type | Method and Description |
|---|---|
BoundaryEscalationEventActivityBehavior |
TestActivityBehaviorFactory.createBoundaryEscalationEventActivityBehavior(BoundaryEvent boundaryEvent,
EscalationEventDefinition escalationEventDefinition,
Escalation escalation,
boolean interrupting) |
EscalationEndEventActivityBehavior |
TestActivityBehaviorFactory.createEscalationEndEventActivityBehavior(EndEvent endEvent,
EscalationEventDefinition escalationEventDefinition,
Escalation escalation) |
IntermediateThrowEscalationEventActivityBehavior |
TestActivityBehaviorFactory.createIntermediateThrowEscalationEventActivityBehavior(ThrowEvent throwEvent,
EscalationEventDefinition escalationEventDefinition,
Escalation escalation) |
Copyright © 2023 Flowable. All rights reserved.