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
|
String getId()
String getUserId()
Date getTime()
getTime
in interface HistoricData
String getTaskId()
String getProcessInstanceId()
String getType()
String getFullMessage()
TaskService.getTaskComments(String)
Copyright © 2016 Alfresco. All rights reserved.