Interface Comment
- All Superinterfaces:
HistoricData
- All Known Subinterfaces:
CommentEntity
- All Known Implementing Classes:
CommentEntityImpl
Deprecated.
User comments that form discussions around tasks.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.the full comment message the user had related to the task and/or process instancegetId()Deprecated.unique identifier for this commentDeprecated.reference to the process instance on which this comment was madeDeprecated.reference to the task on which this comment was madegetTime()Deprecated.time and date when the user made the commentgetType()Deprecated.reference to the type given to the commentDeprecated.reference to the user that made the comment
-
Method Details
-
getId
-
getUserId
-
getTime
Date getTime()Deprecated.time and date when the user made the comment- Specified by:
getTimein interfaceHistoricData
-
getTaskId
-
getProcessInstanceId
String getProcessInstanceId()Deprecated.reference to the process instance on which this comment was made -
getType
-
getFullMessage
String getFullMessage()Deprecated.the full comment message the user had related to the task and/or process instance- See Also:
-