| Package | Description |
|---|---|
| org.activiti.engine.impl.bpmn.parser.handler | |
| org.flowable.bpmn.converter | |
| org.flowable.bpmn.model | |
| org.flowable.engine.impl.bpmn.behavior | |
| 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 |
CompensateEventDefinitionParseHandler.executeParse(BpmnParse bpmnParse,
CompensateEventDefinition eventDefinition) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseBpmnXMLConverter.writeCompensateDefinition(Event parentEvent,
CompensateEventDefinition compensateEventDefinition,
BpmnModel model,
XMLStreamWriter xtw) |
| Modifier and Type | Method and Description |
|---|---|
CompensateEventDefinition |
CompensateEventDefinition.clone() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompensateEventDefinition.setValues(CompensateEventDefinition otherDefinition) |
| Modifier and Type | Field and Description |
|---|---|
protected CompensateEventDefinition |
BoundaryCompensateEventActivityBehavior.compensateEventDefinition |
protected CompensateEventDefinition |
IntermediateThrowCompensationEventActivityBehavior.compensateEventDefinition |
| Constructor and Description |
|---|
BoundaryCompensateEventActivityBehavior(CompensateEventDefinition compensateEventDefinition,
boolean interrupting) |
IntermediateThrowCompensationEventActivityBehavior(CompensateEventDefinition compensateEventDefinition) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CompensateEventDefinitionParseHandler.executeParse(BpmnParse bpmnParse,
CompensateEventDefinition eventDefinition) |
| Modifier and Type | Method and Description |
|---|---|
BoundaryCompensateEventActivityBehavior |
TestActivityBehaviorFactory.createBoundaryCompensateEventActivityBehavior(BoundaryEvent boundaryEvent,
CompensateEventDefinition compensateEventDefinition,
boolean interrupting) |
IntermediateThrowCompensationEventActivityBehavior |
TestActivityBehaviorFactory.createIntermediateThrowCompensationEventActivityBehavior(ThrowEvent throwEvent,
CompensateEventDefinition compensateEventDefinition) |
Copyright © 2023 Flowable. All rights reserved.