Uses of Interface
org.nuxeo.ecm.platform.comment.api.Annotation
Package
Description
-
Uses of Annotation in org.nuxeo.ecm.platform.comment.api
Modifier 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
.Modifier and TypeMethodDescriptionAnnotationService.getAnnotations
(CoreSession session, String documentId, String xpath) Gets all annotations for a document.Modifier 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
Modifier 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) Modifier and TypeMethodDescriptionAnnotationServiceImpl.getAnnotations
(CoreSession session, String documentId, String xpath) Modifier 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
Modifier and TypeMethodDescriptionAnnotationAdapter.getAnnotation
(String annotationId) AnnotationAdapter.getExternalAnnotation
(String entityId) AnnotationAdapter.updateAnnotation
(String annotationId, Annotation annotation) AnnotationAdapter.updateExternalAnnotation
(String entityId, Annotation annotation) Modifier 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