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 Annotation
AnnotationService.getExternalAnnotation
(CoreSession session, String entityId) Deprecated.AnnotationService.getExternalAnnotation
(CoreSession session, String documentId, String entityId) Gets an external annotation by itsentityId
under the document withdocumentId
.static Annotation
Comments.newAnnotation
(DocumentModel annotationModel) Deprecated.since 11.1, useDocumentModel.getAdapter(Class)
withAnnotation
class insteadAnnotationService.updateExternalAnnotation
(CoreSession session, String documentId, String entityId, Annotation annotation) Updates an external annotation by itsentityId
under 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 void
Comments.annotationToDocumentModel
(Annotation annotation, DocumentModel documentModel) Deprecated.since 11.1, unusedAnnotationService.createAnnotation
(CoreSession session, Annotation annotation) Creates an annotation on a document.static void
Comments.documentModelToAnnotation
(DocumentModel documentModel, Annotation annotation) Deprecated.since 11.1, unusedvoid
AnnotationService.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 itsentityId
under the document withdocumentId
.default void
AnnotationService.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 Annotation
AnnotationJsonReader.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) void
AnnotationServiceImpl.updateAnnotation
(CoreSession session, String annotationId, Annotation annotation) AnnotationServiceImpl.updateExternalAnnotation
(CoreSession session, String documentId, String entityId, Annotation annotation) protected void
AnnotationJsonWriter.writeEntityBody
(Annotation entity, com.fasterxml.jackson.core.JsonGenerator jg) -
Uses of Annotation in org.nuxeo.ecm.restapi.server.jaxrs.comment
Methods in org.nuxeo.ecm.restapi.server.jaxrs.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.jaxrs.comment that return types with arguments of type AnnotationMethods in org.nuxeo.ecm.restapi.server.jaxrs.comment with parameters of type AnnotationModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
AnnotationAdapter.createAnnotation
(Annotation annotation) AnnotationAdapter.updateAnnotation
(String annotationId, Annotation annotation) AnnotationAdapter.updateExternalAnnotation
(String entityId, Annotation annotation)
AnnotationService.getExternalAnnotation(CoreSession, String, String)
instead