Uses of Class
org.nuxeo.ecm.platform.comment.api.exceptions.CommentNotFoundException
-
Uses of CommentNotFoundException in org.nuxeo.ecm.platform.comment.api
Modifier and TypeMethodDescriptionvoid
AnnotationService.deleteAnnotation
(CoreSession session, String annotationId) Deletes an annotation for a document.default void
AnnotationService.deleteExternalAnnotation
(CoreSession session, String entityId) Deprecated.AnnotationService.getAnnotation
(CoreSession session, String annotationId) Gets an annotation.AnnotationService.getAnnotations
(CoreSession session, String documentId, String xpath) Gets all annotations for a document.default Annotation
AnnotationService.getExternalAnnotation
(CoreSession session, String entityId) Deprecated.since 11.1, useAnnotationService.getExternalAnnotation(CoreSession, String, String)
insteadvoid
AnnotationService.updateAnnotation
(CoreSession session, String annotationId, Annotation annotation) Updates an annotation for a document.default void
AnnotationService.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
Modifier and TypeMethodDescriptionBridgeCommentManager.createComment
(CoreSession session, Comment comment) CommentManagerImpl.createComment
(CoreSession session, Comment comment) Deprecated.PropertyCommentManager.createComment
(CoreSession session, Comment comment) Deprecated.void
AnnotationServiceImpl.deleteAnnotation
(CoreSession session, String annotationId) void
BridgeCommentManager.deleteComment
(CoreSession session, String commentId) void
CommentManagerImpl.deleteComment
(CoreSession s, String commentId) Deprecated.void
PropertyCommentManager.deleteComment
(CoreSession session, String commentId) Deprecated.void
AnnotationServiceImpl.deleteExternalAnnotation
(CoreSession session, String documentId, String entityId) void
BridgeCommentManager.deleteExternalComment
(CoreSession session, String documentId, String entityId) void
PropertyCommentManager.deleteExternalComment
(CoreSession session, String documentId, String entityId) Deprecated.AnnotationServiceImpl.getAnnotation
(CoreSession s, String annotationId) AnnotationServiceImpl.getAnnotations
(CoreSession session, String documentId, String xpath) BridgeCommentManager.getComment
(CoreSession session, String commentId) CommentManagerImpl.getComment
(CoreSession session, String commentId) Deprecated.PropertyCommentManager.getComment
(CoreSession session, String commentId) Deprecated.AnnotationServiceImpl.getExternalAnnotation
(CoreSession session, String documentId, String entityId) BridgeCommentManager.getExternalComment
(CoreSession session, String documentId, String entityId) PropertyCommentManager.getExternalComment
(CoreSession session, String documentId, String entityId) Deprecated.void
AnnotationServiceImpl.updateAnnotation
(CoreSession session, String annotationId, Annotation annotation) BridgeCommentManager.updateComment
(CoreSession session, String commentId, Comment comment) PropertyCommentManager.updateComment
(CoreSession session, String commentId, Comment comment) Deprecated.AnnotationServiceImpl.updateExternalAnnotation
(CoreSession session, String documentId, String entityId, Annotation annotation) BridgeCommentManager.updateExternalComment
(CoreSession session, String documentId, String entityId, Comment comment) PropertyCommentManager.updateExternalComment
(CoreSession session, String documentId, String entityId, Comment comment) Deprecated.
AnnotationService.deleteExternalAnnotation(CoreSession, String, String)
instead