Interface CommentEntityManager
- All Superinterfaces:
EntityManager<CommentEntity>
- All Known Implementing Classes:
CommentEntityManagerImpl
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteCommentsByProcessInstanceId(String processInstanceId) Deprecated.voiddeleteCommentsByTaskId(String taskId) Deprecated.findComment(String commentId) Deprecated.findCommentsByProcessInstanceId(String processInstanceId) Deprecated.findCommentsByProcessInstanceId(String processInstanceId, String type) Deprecated.findCommentsByTaskId(String taskId) Deprecated.findCommentsByTaskIdAndType(String taskId, String type) Deprecated.findCommentsByType(String type) Deprecated.Deprecated.findEventsByProcessInstanceId(String processInstanceId) Deprecated.findEventsByTaskId(String taskId) Deprecated.
-
Method Details
-
findCommentsByTaskId
-
findCommentsByTaskIdAndType
-
findCommentsByType
-
findEventsByTaskId
-
findEventsByProcessInstanceId
-
deleteCommentsByTaskId
Deprecated. -
deleteCommentsByProcessInstanceId
Deprecated. -
findCommentsByProcessInstanceId
-
findCommentsByProcessInstanceId
-
findComment
-
findEvent
-