Interface CommentEntityManager
-
- All Superinterfaces:
EntityManager<CommentEntity>
- All Known Implementing Classes:
CommentEntityManagerImpl
@Internal @Deprecated public interface CommentEntityManager extends EntityManager<CommentEntity>
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voiddeleteCommentsByProcessInstanceId(String processInstanceId)Deprecated.voiddeleteCommentsByTaskId(String taskId)Deprecated.CommentfindComment(String commentId)Deprecated.List<Comment>findCommentsByProcessInstanceId(String processInstanceId)Deprecated.List<Comment>findCommentsByProcessInstanceId(String processInstanceId, String type)Deprecated.List<Comment>findCommentsByTaskId(String taskId)Deprecated.List<Comment>findCommentsByTaskIdAndType(String taskId, String type)Deprecated.List<Comment>findCommentsByType(String type)Deprecated.EventfindEvent(String commentId)Deprecated.List<Event>findEventsByProcessInstanceId(String processInstanceId)Deprecated.List<Event>findEventsByTaskId(String taskId)Deprecated.
-
-
-
Method Detail
-
findCommentsByTaskIdAndType
List<Comment> findCommentsByTaskIdAndType(String taskId, String type)
Deprecated.
-
findEventsByProcessInstanceId
List<Event> findEventsByProcessInstanceId(String processInstanceId)
Deprecated.
-
deleteCommentsByTaskId
void deleteCommentsByTaskId(String taskId)
Deprecated.
-
deleteCommentsByProcessInstanceId
void deleteCommentsByProcessInstanceId(String processInstanceId)
Deprecated.
-
findCommentsByProcessInstanceId
List<Comment> findCommentsByProcessInstanceId(String processInstanceId)
Deprecated.
-
findCommentsByProcessInstanceId
List<Comment> findCommentsByProcessInstanceId(String processInstanceId, String type)
Deprecated.
-
-