public interface Comment extends HistoricData
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()
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
|
void |
setFullMessage(String fullMessage) |
void |
setProcessInstanceId(String processInstanceId) |
void |
setTaskId(String taskId) |
void |
setTime(Date time) |
void |
setType(String type) |
void |
setUserId(String userId) |
String getId()
String getUserId()
void setUserId(String userId)
Date getTime()
getTime in interface HistoricDatavoid setTime(Date time)
String getTaskId()
void setTaskId(String taskId)
String getProcessInstanceId()
void setProcessInstanceId(String processInstanceId)
String getType()
void setType(String type)
String getFullMessage()
TaskService.getTaskComments(String)void setFullMessage(String fullMessage)
Copyright © 2019 Flowable. All rights reserved.