|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
public interface Comment
User comments that form discussions around tasks.
TaskService#getTaskComments(String)
方法摘要 | |
---|---|
String |
getFullMessage()
the full comment message the user had related to the task and/or process instance |
String |
getId()
unique identifier for this comment |
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 |
getType()
reference to the type given to the comment |
String |
getUserId()
reference to the user that made the comment |
方法详细信息 |
---|
String getId()
String getUserId()
Date getTime()
String getTaskId()
String getProcessInstanceId()
String getType()
String getFullMessage()
TaskService.getTaskComments(String)
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |