public interface Comment
TaskService#getTaskComments(String)| Modifier and Type | Method and Description | 
|---|---|
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 
 | 
String getId()
String getUserId()
Date getTime()
String getTaskId()
String getProcessInstanceId()
String getFullMessage()
TaskService.getTaskComments(String)Copyright © 2017. All rights reserved.