Interface CommentDataManager
- All Superinterfaces:
DataManager<CommentEntity>
- All Known Implementing Classes:
MybatisCommentDataManager
- Author:
- Joram Barrez
-
Method Summary
Modifier and TypeMethodDescriptionvoid
bulkDeleteCommentsForProcessInstanceIds
(Collection<String> processInstanceIds) void
bulkDeleteCommentsForTaskIds
(Collection<String> taskIds) void
deleteCommentsByProcessInstanceId
(String processInstanceId) void
deleteCommentsByTaskId
(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
-