Interface CommentEntityManager
- All Superinterfaces:
EntityManager<CommentEntity>
- All Known Implementing Classes:
CommentEntityManagerImpl
- Author:
- Joram Barrez
-
Method Summary
Modifier and TypeMethodDescriptionvoidbulkDeleteCommentsForProcessInstanceIds(Collection<String> processInstanceIds) voidbulkDeleteCommentsForTaskIds(Collection<String> taskIds) voiddeleteCommentsByProcessInstanceId(String processInstanceId) voiddeleteCommentsByTaskId(String taskId) findComment(String commentId) findCommentsByProcessInstanceId(String processInstanceId) findCommentsByProcessInstanceId(String processInstanceId, String type) findCommentsByTaskId(String taskId) findCommentsByTaskIdAndType(String taskId, String type) findCommentsByType(String type) findEventsByProcessInstanceId(String processInstanceId) findEventsByTaskId(String taskId)
-
Method Details
-
findCommentsByTaskId
-
findCommentsByTaskIdAndType
-
findCommentsByType
-
findEventsByTaskId
-
findEventsByProcessInstanceId
-
deleteCommentsByTaskId
-
deleteCommentsByProcessInstanceId
-
bulkDeleteCommentsForTaskIds
-
bulkDeleteCommentsForProcessInstanceIds
-
findCommentsByProcessInstanceId
-
findCommentsByProcessInstanceId
-
findComment
-
findEvent
-