public interface CommentEntityManager extends EntityManager<CommentEntity>
Modifier and Type | Method and Description |
---|---|
void |
deleteCommentsByProcessInstanceId(String processInstanceId) |
void |
deleteCommentsByTaskId(String taskId) |
Comment |
findComment(String commentId) |
List<Comment> |
findCommentsByProcessInstanceId(String processInstanceId) |
List<Comment> |
findCommentsByProcessInstanceId(String processInstanceId,
String type) |
List<Comment> |
findCommentsByTaskId(String taskId) |
List<Comment> |
findCommentsByTaskIdAndType(String taskId,
String type) |
List<Comment> |
findCommentsByType(String type) |
Event |
findEvent(String commentId) |
List<Event> |
findEventsByProcessInstanceId(String processInstanceId) |
List<Event> |
findEventsByTaskId(String taskId) |
void deleteCommentsByTaskId(String taskId)
void deleteCommentsByProcessInstanceId(String processInstanceId)
List<Comment> findCommentsByProcessInstanceId(String processInstanceId)
List<Comment> findCommentsByProcessInstanceId(String processInstanceId, String type)
Copyright © 2015 Alfresco. All rights reserved.