Uses of Class
org.nuxeo.client.objects.comment.Annotation
-
Packages that use Annotation Package Description org.nuxeo.client.objects.comment -
-
Uses of Annotation in org.nuxeo.client.objects.comment
Methods in org.nuxeo.client.objects.comment that return Annotation Modifier and Type Method Description AnnotationAnnotationAdapter. create(Annotation annotation)AnnotationAnnotationAdapter. fetch(java.lang.String annotationId)AnnotationAnnotationAdapter. fetchByEntityId(java.lang.String entityId)AnnotationAnnotations. get(int id)Deprecated.since 3.2, useEntities.getEntry(int)()} instead.AnnotationAnnotationAdapter. update(java.lang.String annotationId, Annotation annotation)AnnotationAnnotationAdapter. update(Annotation annotation)AnnotationAnnotationAdapter. updateByEntityId(java.lang.String entityId, Annotation annotation)Methods in org.nuxeo.client.objects.comment that return types with arguments of type Annotation Modifier and Type Method Description java.util.List<Annotation>Annotations. getAnnotations()Deprecated.since 3.2, useEntities.getEntries()instead.Methods in org.nuxeo.client.objects.comment with parameters of type Annotation Modifier and Type Method Description AnnotationAnnotationAdapter. create(Annotation annotation)AnnotationAnnotationAdapter. update(java.lang.String annotationId, Annotation annotation)AnnotationAnnotationAdapter. update(Annotation annotation)AnnotationAnnotationAdapter. updateByEntityId(java.lang.String entityId, Annotation annotation)
-