| 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 |
|---|---|
CancelBoundaryEventActivityBehavior |
DefaultActivityBehaviorFactory.createCancelBoundaryEventActivityBehavior(CancelEventDefinition cancelEventDefinition) |
CancelBoundaryEventActivityBehavior |
ActivityBehaviorFactory.createCancelBoundaryEventActivityBehavior(CancelEventDefinition cancelEventDefinition) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CancelEventDefinitionParseHandler.executeParse(BpmnParse bpmnParse,
CancelEventDefinition cancelEventDefinition) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseBpmnXMLConverter.writeCancelDefinition(Event parentEvent,
CancelEventDefinition cancelEventDefinition,
BpmnModel model,
XMLStreamWriter xtw) |
| Modifier and Type | Method and Description |
|---|---|
CancelEventDefinition |
CancelEventDefinition.clone() |
| Modifier and Type | Method and Description |
|---|---|
void |
CancelEventDefinition.setValues(CancelEventDefinition otherDefinition) |
| Modifier and Type | Method and Description |
|---|---|
BoundaryCancelEventActivityBehavior |
DefaultActivityBehaviorFactory.createBoundaryCancelEventActivityBehavior(CancelEventDefinition cancelEventDefinition) |
BoundaryCancelEventActivityBehavior |
ActivityBehaviorFactory.createBoundaryCancelEventActivityBehavior(CancelEventDefinition cancelEventDefinition) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CancelEventDefinitionParseHandler.executeParse(BpmnParse bpmnParse,
CancelEventDefinition cancelEventDefinition) |
| Modifier and Type | Method and Description |
|---|---|
BoundaryCancelEventActivityBehavior |
TestActivityBehaviorFactory.createBoundaryCancelEventActivityBehavior(CancelEventDefinition cancelEventDefinition) |
Copyright © 2023 Flowable. All rights reserved.