| Package | Description |
|---|---|
| org.flowable.cmmn.converter.export | |
| org.flowable.cmmn.model |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
CmmnDIExport.writeTextAnnotation(TextAnnotation textAnnotation,
CmmnModel model,
XMLStreamWriter xtw) |
static void |
TextAnnotationExport.writeTextAnnotations(TextAnnotation textAnnotation,
XMLStreamWriter xtw) |
| Modifier and Type | Field and Description |
|---|---|
protected List<TextAnnotation> |
CmmnModel.textAnnotations |
| Modifier and Type | Method and Description |
|---|---|
TextAnnotation |
TextAnnotation.clone() |
TextAnnotation |
CmmnModel.findTextAnnotation(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<TextAnnotation> |
CmmnModel.getTextAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
void |
CmmnModel.addTextAnnotation(TextAnnotation textAnnotation) |
void |
TextAnnotation.setValues(TextAnnotation otherElement) |
| Modifier and Type | Method and Description |
|---|---|
void |
CmmnModel.setTextAnnotations(List<TextAnnotation> textAnnotations) |
Copyright © 2023 Flowable. All rights reserved.