|
jBPM Console NG - Human Tasks API 6.2.0.CR4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TaskCommentsService
| Method Summary | |
|---|---|
long |
addComment(long taskId,
String text,
String addedBy,
Date addedOn)
|
void |
deleteComment(long taskId,
long commentId)
|
List<CommentSummary> |
getAllCommentsByTaskId(long taskId)
|
CommentSummary |
getCommentById(long taskId,
long commentId)
|
| Method Detail |
|---|
long addComment(long taskId,
String text,
String addedBy,
Date addedOn)
void deleteComment(long taskId,
long commentId)
List<CommentSummary> getAllCommentsByTaskId(long taskId)
CommentSummary getCommentById(long taskId,
long commentId)
|
jBPM Console NG - Human Tasks API 6.2.0.CR4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||