Uses of Interface
org.nuxeo.ecm.platform.comment.api.Annotation
Packages that use Annotation
Package
Description
-
Uses of Annotation in org.nuxeo.ecm.platform.comment.api
Classes in org.nuxeo.ecm.platform.comment.api that implement AnnotationMethods in org.nuxeo.ecm.platform.comment.api that return AnnotationModifier and TypeMethodDescriptionAnnotationService.createAnnotation(CoreSession session, Annotation annotation) Creates an annotation on a document.AnnotationService.getAnnotation(CoreSession session, String annotationId) Gets an annotation.default AnnotationAnnotationService.getExternalAnnotation(CoreSession session, String entityId) Deprecated.AnnotationService.getExternalAnnotation(CoreSession session, String documentId, String entityId) Gets an external annotation by itsentityIdunder the document withdocumentId.static AnnotationComments.newAnnotation(DocumentModel annotationModel) Deprecated.since 11.1, useDocumentModel.getAdapter(Class)withAnnotationclass insteadAnnotationService.updateExternalAnnotation(CoreSession session, String documentId, String entityId, Annotation annotation) Updates an external annotation by itsentityIdunder the document withdocumentId.Methods in org.nuxeo.ecm.platform.comment.api that return types with arguments of type AnnotationModifier and TypeMethodDescriptionAnnotationService.getAnnotations(CoreSession session, String documentId, String xpath) Gets all annotations for a document.Methods in org.nuxeo.ecm.platform.comment.api with parameters of type AnnotationModifier and TypeMethodDescriptionstatic voidComments.annotationToDocumentModel(Annotation annotation, DocumentModel documentModel) Deprecated.since 11.1, unusedAnnotationService.createAnnotation(CoreSession session, Annotation annotation) Creates an annotation on a document.static voidComments.documentModelToAnnotation(DocumentModel documentModel, Annotation annotation) Deprecated.since 11.1, unusedvoidAnnotationService.updateAnnotation(CoreSession session, String annotationId, Annotation annotation) Updates an annotation for a document.AnnotationService.updateExternalAnnotation(CoreSession session, String documentId, String entityId, Annotation annotation) Updates an external annotation by itsentityIdunder the document withdocumentId.default voidAnnotationService.updateExternalAnnotation(CoreSession session, String entityId, Annotation annotation) Deprecated.since 11.1, useAnnotationService.updateExternalAnnotation(CoreSession, String, String, Annotation)instead -
Uses of Annotation in org.nuxeo.ecm.platform.comment.impl
Methods in org.nuxeo.ecm.platform.comment.impl that return AnnotationModifier and TypeMethodDescriptionAnnotationServiceImpl.createAnnotation(CoreSession session, Annotation annotation) AnnotationServiceImpl.getAnnotation(CoreSession s, String annotationId) AnnotationServiceImpl.getExternalAnnotation(CoreSession session, String documentId, String entityId) protected AnnotationAnnotationJsonReader.readEntity(com.fasterxml.jackson.databind.JsonNode jn) AnnotationServiceImpl.updateExternalAnnotation(CoreSession session, String documentId, String entityId, Annotation annotation) Methods in org.nuxeo.ecm.platform.comment.impl that return types with arguments of type AnnotationModifier and TypeMethodDescriptionAnnotationServiceImpl.getAnnotations(CoreSession session, String documentId, String xpath) Methods in org.nuxeo.ecm.platform.comment.impl with parameters of type AnnotationModifier and TypeMethodDescriptionAnnotationServiceImpl.createAnnotation(CoreSession session, Annotation annotation) voidAnnotationServiceImpl.updateAnnotation(CoreSession session, String annotationId, Annotation annotation) AnnotationServiceImpl.updateExternalAnnotation(CoreSession session, String documentId, String entityId, Annotation annotation) protected voidAnnotationJsonWriter.writeEntityBody(Annotation entity, com.fasterxml.jackson.core.JsonGenerator jg) -
Uses of Annotation in org.nuxeo.ecm.restapi.server.comment
Methods in org.nuxeo.ecm.restapi.server.comment that return AnnotationModifier and TypeMethodDescriptionAnnotationAdapter.getAnnotation(String annotationId) AnnotationAdapter.getExternalAnnotation(String entityId) AnnotationAdapter.updateAnnotation(String annotationId, Annotation annotation) AnnotationAdapter.updateExternalAnnotation(String entityId, Annotation annotation) Methods in org.nuxeo.ecm.restapi.server.comment that return types with arguments of type AnnotationMethods in org.nuxeo.ecm.restapi.server.comment with parameters of type AnnotationModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseAnnotationAdapter.createAnnotation(Annotation annotation) AnnotationAdapter.updateAnnotation(String annotationId, Annotation annotation) AnnotationAdapter.updateExternalAnnotation(String entityId, Annotation annotation)
AnnotationService.getExternalAnnotation(CoreSession, String, String)instead