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 void
AnnotationService. deleteAnnotation(CoreSession session, String annotationId)
Deletes an annotation for a document.default void
AnnotationService. deleteExternalAnnotation(CoreSession session, String entityId)
Deprecated.since 11.1, useAnnotationService.deleteExternalAnnotation(CoreSession, String, String)
insteadAnnotation
AnnotationService. 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 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
Methods in org.nuxeo.ecm.platform.comment.impl that throw CommentNotFoundException Modifier and Type Method Description Comment
BridgeCommentManager. createComment(CoreSession session, Comment comment)
Comment
CommentManagerImpl. createComment(CoreSession session, Comment comment)
Deprecated.Comment
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.Annotation
AnnotationServiceImpl. getAnnotation(CoreSession s, String annotationId)
List<Annotation>
AnnotationServiceImpl. getAnnotations(CoreSession session, String documentId, String xpath)
Comment
BridgeCommentManager. getComment(CoreSession session, String commentId)
Comment
CommentManagerImpl. getComment(CoreSession session, String commentId)
Deprecated.Comment
PropertyCommentManager. getComment(CoreSession session, String commentId)
Deprecated.Annotation
AnnotationServiceImpl. getExternalAnnotation(CoreSession session, String documentId, String entityId)
Comment
BridgeCommentManager. getExternalComment(CoreSession session, String documentId, String entityId)
Comment
PropertyCommentManager. getExternalComment(CoreSession session, String documentId, String entityId)
Deprecated.void
AnnotationServiceImpl. updateAnnotation(CoreSession session, String annotationId, Annotation annotation)
Comment
BridgeCommentManager. updateComment(CoreSession session, String commentId, Comment comment)
Comment
PropertyCommentManager. updateComment(CoreSession session, String commentId, Comment comment)
Deprecated.Annotation
AnnotationServiceImpl. updateExternalAnnotation(CoreSession session, String documentId, String entityId, Annotation annotation)
Comment
BridgeCommentManager. updateExternalComment(CoreSession session, String documentId, String entityId, Comment comment)
Comment
PropertyCommentManager. updateExternalComment(CoreSession session, String documentId, String entityId, Comment comment)
Deprecated.
-