public class Flowable5CommentWrapper extends Object implements Comment
Comment.| Constructor and Description |
|---|
Flowable5CommentWrapper(Comment activit5Comment) |
| 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
|
Comment |
getRawObject() |
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) |
public Flowable5CommentWrapper(Comment activit5Comment)
public String getId()
Commentpublic String getUserId()
Commentpublic Date getTime()
CommentgetTime in interface HistoricDatagetTime in interface Commentpublic String getTaskId()
Commentpublic String getProcessInstanceId()
CommentgetProcessInstanceId in interface Commentpublic String getType()
Commentpublic String getFullMessage()
CommentgetFullMessage in interface CommentTaskService.getTaskComments(String)public Comment getRawObject()
public void setProcessInstanceId(String processInstanceId)
setProcessInstanceId in interface Commentpublic void setFullMessage(String fullMessage)
setFullMessage in interface CommentCopyright © 2023 Flowable. All rights reserved.