Uses of Class
org.flowable.cmmn.model.TextAnnotation
-
-
Uses of TextAnnotation in org.flowable.cmmn.model
Fields in org.flowable.cmmn.model with type parameters of type TextAnnotation Modifier and Type Field Description protected List<TextAnnotation>CmmnModel. textAnnotationsMethods in org.flowable.cmmn.model that return TextAnnotation Modifier and Type Method Description TextAnnotationTextAnnotation. clone()TextAnnotationCmmnModel. findTextAnnotation(String id)Methods in org.flowable.cmmn.model that return types with arguments of type TextAnnotation Modifier and Type Method Description List<TextAnnotation>CmmnModel. getTextAnnotations()Methods in org.flowable.cmmn.model with parameters of type TextAnnotation Modifier and Type Method Description voidCmmnModel. addTextAnnotation(TextAnnotation textAnnotation)voidTextAnnotation. setValues(TextAnnotation otherElement)Method parameters in org.flowable.cmmn.model with type arguments of type TextAnnotation Modifier and Type Method Description voidCmmnModel. setTextAnnotations(List<TextAnnotation> textAnnotations)
-