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 class
AnnotationImpl
Methods in org.nuxeo.ecm.platform.comment.api that return Annotation Modifier and Type Method Description Annotation
AnnotationService. createAnnotation(CoreSession session, Annotation annotation)
Creates an annotation on a document.Annotation
AnnotationService. getAnnotation(CoreSession session, String annotationId)
Gets an annotation.default Annotation
AnnotationService. getExternalAnnotation(CoreSession session, String entityId)
Deprecated.since 11.1, useAnnotationService.getExternalAnnotation(CoreSession, String, String)
insteadAnnotation
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 insteadAnnotation
AnnotationService. 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 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 void
Comments. annotationToDocumentModel(Annotation annotation, DocumentModel documentModel)
Deprecated.since 11.1, unusedAnnotation
AnnotationService. 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.Annotation
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 Annotation Modifier and Type Method Description Annotation
AnnotationServiceImpl. createAnnotation(CoreSession session, Annotation annotation)
Annotation
AnnotationServiceImpl. getAnnotation(CoreSession s, String annotationId)
Annotation
AnnotationServiceImpl. getExternalAnnotation(CoreSession session, String documentId, String entityId)
protected Annotation
AnnotationJsonReader. readEntity(com.fasterxml.jackson.databind.JsonNode jn)
Annotation
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 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 Annotation
AnnotationServiceImpl. createAnnotation(CoreSession session, Annotation annotation)
void
AnnotationServiceImpl. updateAnnotation(CoreSession session, String annotationId, Annotation 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 Annotation Modifier and Type Method Description Annotation
AnnotationAdapter. getAnnotation(String annotationId)
Annotation
AnnotationAdapter. getExternalAnnotation(String entityId)
Annotation
AnnotationAdapter. updateAnnotation(String annotationId, Annotation annotation)
Annotation
AnnotationAdapter. 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.Response
AnnotationAdapter. createAnnotation(Annotation annotation)
Annotation
AnnotationAdapter. updateAnnotation(String annotationId, Annotation annotation)
Annotation
AnnotationAdapter. updateExternalAnnotation(String entityId, Annotation annotation)
-