Uses of Class
org.nuxeo.ecm.platform.comment.api.exceptions.CommentNotFoundException
-
Packages that use CommentNotFoundException Package Description org.nuxeo.ecm.platform.comment.api org.nuxeo.ecm.platform.comment.impl -
-
Uses of CommentNotFoundException in org.nuxeo.ecm.platform.comment.api
Methods in org.nuxeo.ecm.platform.comment.api that throw CommentNotFoundException Modifier and Type Method Description voidAnnotationService. deleteAnnotation(CoreSession session, String annotationId)Deletes an annotation for a document.default voidAnnotationService. deleteExternalAnnotation(CoreSession session, String entityId)Deprecated.since 11.1, useAnnotationService.deleteExternalAnnotation(CoreSession, String, String)insteadAnnotationAnnotationService. getAnnotation(CoreSession session, String annotationId)Gets an annotation.List<Annotation>AnnotationService. getAnnotations(CoreSession session, String documentId, String xpath)Gets all annotations for a document.default AnnotationAnnotationService. getExternalAnnotation(CoreSession session, String entityId)Deprecated.since 11.1, useAnnotationService.getExternalAnnotation(CoreSession, String, String)insteadvoidAnnotationService. updateAnnotation(CoreSession session, String annotationId, Annotation annotation)Updates an annotation for a document.default voidAnnotationService. updateExternalAnnotation(CoreSession session, String entityId, Annotation annotation)Deprecated.since 11.1, useAnnotationService.updateExternalAnnotation(CoreSession, String, String, Annotation)instead -
Uses of CommentNotFoundException in org.nuxeo.ecm.platform.comment.impl
Methods in org.nuxeo.ecm.platform.comment.impl that throw CommentNotFoundException Modifier and Type Method Description CommentBridgeCommentManager. createComment(CoreSession session, Comment comment)CommentCommentManagerImpl. createComment(CoreSession session, Comment comment)Deprecated.CommentPropertyCommentManager. createComment(CoreSession session, Comment comment)Deprecated.voidAnnotationServiceImpl. deleteAnnotation(CoreSession session, String annotationId)voidBridgeCommentManager. deleteComment(CoreSession session, String commentId)voidCommentManagerImpl. deleteComment(CoreSession s, String commentId)Deprecated.voidPropertyCommentManager. deleteComment(CoreSession session, String commentId)Deprecated.voidAnnotationServiceImpl. deleteExternalAnnotation(CoreSession session, String documentId, String entityId)voidBridgeCommentManager. deleteExternalComment(CoreSession session, String documentId, String entityId)voidPropertyCommentManager. deleteExternalComment(CoreSession session, String documentId, String entityId)Deprecated.AnnotationAnnotationServiceImpl. getAnnotation(CoreSession s, String annotationId)List<Annotation>AnnotationServiceImpl. getAnnotations(CoreSession session, String documentId, String xpath)CommentBridgeCommentManager. getComment(CoreSession session, String commentId)CommentCommentManagerImpl. getComment(CoreSession session, String commentId)Deprecated.CommentPropertyCommentManager. getComment(CoreSession session, String commentId)Deprecated.AnnotationAnnotationServiceImpl. getExternalAnnotation(CoreSession session, String documentId, String entityId)CommentBridgeCommentManager. getExternalComment(CoreSession session, String documentId, String entityId)CommentPropertyCommentManager. getExternalComment(CoreSession session, String documentId, String entityId)Deprecated.voidAnnotationServiceImpl. updateAnnotation(CoreSession session, String annotationId, Annotation annotation)CommentBridgeCommentManager. updateComment(CoreSession session, String commentId, Comment comment)CommentPropertyCommentManager. updateComment(CoreSession session, String commentId, Comment comment)Deprecated.AnnotationAnnotationServiceImpl. updateExternalAnnotation(CoreSession session, String documentId, String entityId, Annotation annotation)CommentBridgeCommentManager. updateExternalComment(CoreSession session, String documentId, String entityId, Comment comment)CommentPropertyCommentManager. updateExternalComment(CoreSession session, String documentId, String entityId, Comment comment)Deprecated.
-