Uses of Class
org.nuxeo.ecm.platform.comment.api.exceptions.CommentSecurityException
-
Packages that use CommentSecurityException Package Description org.nuxeo.ecm.platform.comment.api org.nuxeo.ecm.platform.comment.impl -
-
Uses of CommentSecurityException in org.nuxeo.ecm.platform.comment.api
Methods in org.nuxeo.ecm.platform.comment.api that throw CommentSecurityException Modifier and Type Method Description AnnotationAnnotationService. createAnnotation(CoreSession session, Annotation annotation)Creates an annotation on a document.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 CommentSecurityException in org.nuxeo.ecm.platform.comment.impl
Methods in org.nuxeo.ecm.platform.comment.impl that throw CommentSecurityException Modifier and Type Method Description AnnotationAnnotationServiceImpl. createAnnotation(CoreSession session, Annotation annotation)CommentBridgeCommentManager. createComment(CoreSession session, Comment comment)DocumentModelBridgeCommentManager. createComment(DocumentModel docModel, DocumentModel comment)CommentCommentManagerImpl. createComment(CoreSession session, Comment comment)Deprecated.DocumentModelCommentManagerImpl. createComment(DocumentModel docModel, DocumentModel comment)Deprecated.CommentPropertyCommentManager. createComment(CoreSession session, Comment comment)Deprecated.DocumentModelPropertyCommentManager. createComment(DocumentModel docModel, DocumentModel commentModel)Deprecated.DocumentModelBridgeCommentManager. createLocatedComment(DocumentModel docModel, DocumentModel comment, String path)DocumentModelCommentManagerImpl. createLocatedComment(DocumentModel docModel, DocumentModel comment, String path)Deprecated.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)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.PartialList<Comment>BridgeCommentManager. getComments(CoreSession session, String documentId, Long pageSize, Long currentPageIndex, boolean sortAscending)List<DocumentModel>BridgeCommentManager. getComments(CoreSession session, DocumentModel docModel)PartialList<Comment>CommentManagerImpl. getComments(CoreSession s, String documentId, Long pageSize, Long currentPageIndex, boolean sortAscending)Deprecated.List<DocumentModel>CommentManagerImpl. getComments(CoreSession s, DocumentModel docModel)Deprecated.PartialList<Comment>PropertyCommentManager. getComments(CoreSession session, String documentId, Long pageSize, Long currentPageIndex, boolean sortAscending)Deprecated.List<DocumentModel>PropertyCommentManager. getComments(CoreSession session, DocumentModel docModel)Deprecated.AnnotationAnnotationServiceImpl. getExternalAnnotation(CoreSession session, String documentId, String entityId)CommentBridgeCommentManager. getExternalComment(CoreSession session, String documentId, String entityId)DocumentModelBridgeCommentManager. getThreadForComment(DocumentModel comment)DocumentModelCommentManagerImpl. getThreadForComment(DocumentModel comment)Deprecated.protected DocumentModelPropertyCommentManager. getThreadForComment(CoreSession s, DocumentModel comment)Deprecated.DocumentModelPropertyCommentManager. getThreadForComment(DocumentModel comment)Deprecated.voidAnnotationServiceImpl. updateAnnotation(CoreSession session, String annotationId, Annotation annotation)CommentBridgeCommentManager. updateComment(CoreSession session, String commentId, Comment comment)AnnotationAnnotationServiceImpl. updateExternalAnnotation(CoreSession session, String documentId, String entityId, Annotation annotation)CommentBridgeCommentManager. updateExternalComment(CoreSession session, String documentId, String entityId, Comment comment)
-