| Package | Description |
|---|---|
| org.flowable.bpmn.converter | |
| 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.impl.bpmn.parser.handler | |
| org.flowable.engine.test |
Helper classes for testing processes.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseBpmnXMLConverter.writeEscalationDefinition(Event parentEvent,
EscalationEventDefinition escalationDefinition,
BpmnModel model,
XMLStreamWriter xtw) |
| Modifier and Type | Method and Description |
|---|---|
EscalationEventDefinition |
EscalationEventDefinition.clone() |
| Modifier and Type | Method and Description |
|---|---|
void |
EscalationEventDefinition.setValues(EscalationEventDefinition otherDefinition) |
| Modifier and Type | Field and Description |
|---|---|
protected EscalationEventDefinition |
BoundaryEscalationEventActivityBehavior.escalationEventDefinition |
protected EscalationEventDefinition |
EscalationEndEventActivityBehavior.escalationEventDefinition |
protected EscalationEventDefinition |
IntermediateThrowEscalationEventActivityBehavior.escalationEventDefinition |
| Modifier and Type | Method and Description |
|---|---|
EscalationEventDefinition |
EscalationEndEventActivityBehavior.getEscalationEventDefinition() |
| Modifier and Type | Method and Description |
|---|---|
void |
EscalationEndEventActivityBehavior.setEscalationEventDefinition(EscalationEventDefinition escalationEventDefinition) |
| 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 |
|---|---|
protected static EscalationEventDefinition |
EscalationPropagation.getEscalationEventDefinition(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
EscalationEventDefinitionParseHandler.executeParse(BpmnParse bpmnParse,
EscalationEventDefinition eventDefinition) |
| 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.