Uses of Class
org.flowable.cmmn.model.TextAnnotation
Packages that use TextAnnotation
-
Uses of TextAnnotation in org.flowable.cmmn.converter.export
Methods in org.flowable.cmmn.converter.export with parameters of type TextAnnotationModifier and TypeMethodDescriptionprotected static voidCmmnDIExport.writeTextAnnotation(TextAnnotation textAnnotation, CmmnModel model, XMLStreamWriter xtw) static voidTextAnnotationExport.writeTextAnnotations(TextAnnotation textAnnotation, XMLStreamWriter xtw) -
Uses of TextAnnotation in org.flowable.cmmn.model
Fields in org.flowable.cmmn.model with type parameters of type TextAnnotationMethods in org.flowable.cmmn.model that return TextAnnotationMethods in org.flowable.cmmn.model that return types with arguments of type TextAnnotationMethods in org.flowable.cmmn.model with parameters of type TextAnnotationModifier and TypeMethodDescriptionvoidCmmnModel.addTextAnnotation(TextAnnotation textAnnotation) voidTextAnnotation.setValues(TextAnnotation otherElement) Method parameters in org.flowable.cmmn.model with type arguments of type TextAnnotationModifier and TypeMethodDescriptionvoidCmmnModel.setTextAnnotations(List<TextAnnotation> textAnnotations)