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 Annotation
AnnotationService. 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.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 CommentSecurityException in org.nuxeo.ecm.platform.comment.impl
Methods in org.nuxeo.ecm.platform.comment.impl that throw CommentSecurityException Modifier and Type Method Description Annotation
AnnotationServiceImpl. createAnnotation(CoreSession session, Annotation annotation)
Comment
BridgeCommentManager. createComment(CoreSession session, Comment comment)
DocumentModel
BridgeCommentManager. createComment(DocumentModel docModel, DocumentModel comment)
Comment
CommentManagerImpl. createComment(CoreSession session, Comment comment)
Deprecated.DocumentModel
CommentManagerImpl. createComment(DocumentModel docModel, DocumentModel comment)
Deprecated.Comment
PropertyCommentManager. createComment(CoreSession session, Comment comment)
Deprecated.DocumentModel
PropertyCommentManager. createComment(DocumentModel docModel, DocumentModel commentModel)
Deprecated.DocumentModel
BridgeCommentManager. createLocatedComment(DocumentModel docModel, DocumentModel comment, String path)
DocumentModel
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)
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.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.Annotation
AnnotationServiceImpl. getExternalAnnotation(CoreSession session, String documentId, String entityId)
Comment
BridgeCommentManager. getExternalComment(CoreSession session, String documentId, String entityId)
DocumentModel
BridgeCommentManager. getThreadForComment(DocumentModel comment)
DocumentModel
CommentManagerImpl. getThreadForComment(DocumentModel comment)
Deprecated.protected DocumentModel
PropertyCommentManager. getThreadForComment(CoreSession s, DocumentModel comment)
Deprecated.DocumentModel
PropertyCommentManager. getThreadForComment(DocumentModel comment)
Deprecated.void
AnnotationServiceImpl. updateAnnotation(CoreSession session, String annotationId, Annotation annotation)
Comment
BridgeCommentManager. updateComment(CoreSession session, String commentId, Comment comment)
Annotation
AnnotationServiceImpl. updateExternalAnnotation(CoreSession session, String documentId, String entityId, Annotation annotation)
Comment
BridgeCommentManager. updateExternalComment(CoreSession session, String documentId, String entityId, Comment comment)
-