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 void
CmmnDIExport.writeTextAnnotation
(TextAnnotation textAnnotation, CmmnModel model, XMLStreamWriter xtw) static void
TextAnnotationExport.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 TypeMethodDescriptionvoid
CmmnModel.addTextAnnotation
(TextAnnotation textAnnotation) void
TextAnnotation.setValues
(TextAnnotation otherElement) Method parameters in org.flowable.cmmn.model with type arguments of type TextAnnotationModifier and TypeMethodDescriptionvoid
CmmnModel.setTextAnnotations
(List<TextAnnotation> textAnnotations)