| Package | Description |
|---|---|
| org.activiti.engine.impl.bpmn.parser.factory | |
| org.activiti.engine.impl.bpmn.parser.handler | |
| org.flowable.bpmn.converter | |
| org.flowable.bpmn.model | |
| 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 |
|---|---|
ErrorEndEventActivityBehavior |
DefaultActivityBehaviorFactory.createErrorEndEventActivityBehavior(EndEvent endEvent,
ErrorEventDefinition errorEventDefinition) |
ErrorEndEventActivityBehavior |
ActivityBehaviorFactory.createErrorEndEventActivityBehavior(EndEvent endEvent,
ErrorEventDefinition errorEventDefinition) |
| Modifier and Type | Method and Description |
|---|---|
void |
ErrorEventDefinitionParseHandler.createBoundaryErrorEventDefinition(ErrorEventDefinition errorEventDefinition,
boolean interrupting,
ActivityImpl activity,
ActivityImpl nestedErrorEventActivity) |
protected void |
ErrorEventDefinitionParseHandler.createErrorStartEventDefinition(ErrorEventDefinition errorEventDefinition,
ActivityImpl startEventActivity,
ScopeImpl scope) |
protected void |
ErrorEventDefinitionParseHandler.executeParse(BpmnParse bpmnParse,
ErrorEventDefinition eventDefinition) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseBpmnXMLConverter.writeErrorDefinition(Event parentEvent,
ErrorEventDefinition errorDefinition,
BpmnModel model,
XMLStreamWriter xtw) |
| Modifier and Type | Method and Description |
|---|---|
ErrorEventDefinition |
ErrorEventDefinition.clone() |
| Modifier and Type | Method and Description |
|---|---|
void |
ErrorEventDefinition.setValues(ErrorEventDefinition otherDefinition) |
| Modifier and Type | Method and Description |
|---|---|
ErrorEndEventActivityBehavior |
DefaultActivityBehaviorFactory.createErrorEndEventActivityBehavior(EndEvent endEvent,
ErrorEventDefinition errorEventDefinition) |
ErrorEndEventActivityBehavior |
ActivityBehaviorFactory.createErrorEndEventActivityBehavior(EndEvent endEvent,
ErrorEventDefinition errorEventDefinition) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ErrorEventDefinitionParseHandler.executeParse(BpmnParse bpmnParse,
ErrorEventDefinition eventDefinition) |
| Modifier and Type | Method and Description |
|---|---|
ErrorEndEventActivityBehavior |
TestActivityBehaviorFactory.createErrorEndEventActivityBehavior(EndEvent endEvent,
ErrorEventDefinition errorEventDefinition) |
Copyright © 2023 Flowable. All rights reserved.