Uses of Interface
org.nuxeo.ecm.platform.comment.api.Annotation
-
Packages that use Annotation Package Description org.nuxeo.ecm.platform.comment.api org.nuxeo.ecm.platform.comment.impl org.nuxeo.ecm.restapi.server.jaxrs.comment -
-
Uses of Annotation in org.nuxeo.ecm.platform.comment.api
Classes in org.nuxeo.ecm.platform.comment.api that implement Annotation Modifier and Type Class Description classAnnotationImplMethods in org.nuxeo.ecm.platform.comment.api that return Annotation Modifier and Type Method Description AnnotationAnnotationService. createAnnotation(CoreSession session, Annotation annotation)Creates an annotation on a document.AnnotationAnnotationService. getAnnotation(CoreSession session, String annotationId)Gets an annotation.default AnnotationAnnotationService. getExternalAnnotation(CoreSession session, String entityId)Deprecated.since 11.1, useAnnotationService.getExternalAnnotation(CoreSession, String, String)insteadAnnotationAnnotationService. 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 insteadAnnotationAnnotationService. 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 Annotation Modifier and Type Method Description List<Annotation>AnnotationService. 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 Annotation Modifier and Type Method Description static voidComments. annotationToDocumentModel(Annotation annotation, DocumentModel documentModel)Deprecated.since 11.1, unusedAnnotationAnnotationService. 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.AnnotationAnnotationService. 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 Annotation Modifier and Type Method Description AnnotationAnnotationServiceImpl. createAnnotation(CoreSession session, Annotation annotation)AnnotationAnnotationServiceImpl. getAnnotation(CoreSession s, String annotationId)AnnotationAnnotationServiceImpl. getExternalAnnotation(CoreSession session, String documentId, String entityId)protected AnnotationAnnotationJsonReader. readEntity(com.fasterxml.jackson.databind.JsonNode jn)AnnotationAnnotationServiceImpl. updateExternalAnnotation(CoreSession session, String documentId, String entityId, Annotation annotation)Methods in org.nuxeo.ecm.platform.comment.impl that return types with arguments of type Annotation Modifier and Type Method Description List<Annotation>AnnotationServiceImpl. getAnnotations(CoreSession session, String documentId, String xpath)Methods in org.nuxeo.ecm.platform.comment.impl with parameters of type Annotation Modifier and Type Method Description AnnotationAnnotationServiceImpl. createAnnotation(CoreSession session, Annotation annotation)voidAnnotationServiceImpl. updateAnnotation(CoreSession session, String annotationId, Annotation annotation)AnnotationAnnotationServiceImpl. 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.jaxrs.comment
Methods in org.nuxeo.ecm.restapi.server.jaxrs.comment that return Annotation Modifier and Type Method Description AnnotationAnnotationAdapter. getAnnotation(String annotationId)AnnotationAnnotationAdapter. getExternalAnnotation(String entityId)AnnotationAnnotationAdapter. updateAnnotation(String annotationId, Annotation annotation)AnnotationAnnotationAdapter. updateExternalAnnotation(String entityId, Annotation annotation)Methods in org.nuxeo.ecm.restapi.server.jaxrs.comment that return types with arguments of type Annotation Modifier and Type Method Description List<Annotation>AnnotationAdapter. getAnnotations(String xpath)Methods in org.nuxeo.ecm.restapi.server.jaxrs.comment with parameters of type Annotation Modifier and Type Method Description javax.ws.rs.core.ResponseAnnotationAdapter. createAnnotation(Annotation annotation)AnnotationAnnotationAdapter. updateAnnotation(String annotationId, Annotation annotation)AnnotationAnnotationAdapter. updateExternalAnnotation(String entityId, Annotation annotation)
-