Uses of Class
org.nuxeo.ecm.platform.comment.api.exceptions.CommentSecurityException
-
Uses of CommentSecurityException in org.nuxeo.ecm.platform.comment.api
Modifier and TypeMethodDescriptionAnnotationService.createAnnotation
(CoreSession session, Annotation annotation) Creates an annotation on a document.void
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 CommentSecurityException in org.nuxeo.ecm.platform.comment.impl
Modifier and TypeMethodDescriptionAnnotationServiceImpl.createAnnotation
(CoreSession session, Annotation annotation) BridgeCommentManager.createComment
(CoreSession session, Comment comment) BridgeCommentManager.createComment
(DocumentModel docModel, DocumentModel comment) CommentManagerImpl.createComment
(CoreSession session, Comment comment) Deprecated.CommentManagerImpl.createComment
(DocumentModel docModel, DocumentModel comment) Deprecated.PropertyCommentManager.createComment
(CoreSession session, Comment comment) Deprecated.PropertyCommentManager.createComment
(DocumentModel docModel, DocumentModel commentModel) Deprecated.BridgeCommentManager.createLocatedComment
(DocumentModel docModel, DocumentModel comment, String path) CommentManagerImpl.createLocatedComment
(DocumentModel docModel, DocumentModel comment, String path) Deprecated.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) 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.BridgeCommentManager.getComments
(CoreSession session, String documentId, Long pageSize, Long currentPageIndex, boolean sortAscending) BridgeCommentManager.getComments
(CoreSession session, DocumentModel docModel) CommentManagerImpl.getComments
(CoreSession s, String documentId, Long pageSize, Long currentPageIndex, boolean sortAscending) Deprecated.CommentManagerImpl.getComments
(CoreSession s, DocumentModel docModel) Deprecated.PropertyCommentManager.getComments
(CoreSession session, String documentId, Long pageSize, Long currentPageIndex, boolean sortAscending) Deprecated.PropertyCommentManager.getComments
(CoreSession session, DocumentModel docModel) Deprecated.AnnotationServiceImpl.getExternalAnnotation
(CoreSession session, String documentId, String entityId) BridgeCommentManager.getExternalComment
(CoreSession session, String documentId, String entityId) BridgeCommentManager.getThreadForComment
(DocumentModel comment) CommentManagerImpl.getThreadForComment
(DocumentModel comment) Deprecated.protected DocumentModel
PropertyCommentManager.getThreadForComment
(CoreSession s, DocumentModel comment) Deprecated.PropertyCommentManager.getThreadForComment
(DocumentModel comment) Deprecated.void
AnnotationServiceImpl.updateAnnotation
(CoreSession session, String annotationId, Annotation annotation) BridgeCommentManager.updateComment
(CoreSession session, String commentId, Comment comment) AnnotationServiceImpl.updateExternalAnnotation
(CoreSession session, String documentId, String entityId, Annotation annotation) BridgeCommentManager.updateExternalComment
(CoreSession session, String documentId, String entityId, Comment comment)
AnnotationService.deleteExternalAnnotation(CoreSession, String, String)
instead