|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Comment
User comments that form discussions around tasks.
TaskService#getTaskComments(String)
Method Summary | |
---|---|
String |
getFullMessage()
the full comment message the user had related to the task and/or process instance |
String |
getId()
comment id |
String |
getProcessInstanceId()
reference to the process instance on which this comment was made |
String |
getTaskId()
reference to the task on which this comment was made |
Date |
getTime()
time and date when the user made the comment |
String |
getUserId()
reference to the user that made the comment |
Method Detail |
---|
String getId()
String getUserId()
Date getTime()
String getTaskId()
String getProcessInstanceId()
String getFullMessage()
TaskService.getTaskComments(String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |