Class CommentDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.LinkableDto
org.camunda.bpm.engine.rest.dto.task.CommentDto
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Dateprotected Stringprotected Stringprotected Dateprotected StringFields inherited from class org.camunda.bpm.engine.rest.dto.LinkableDto
links -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CommentDtofromComment(Comment comment) getId()getTime()voidsetMessage(String message) voidsetProcessInstanceId(String processInstanceId) voidsetRemovalTime(Date removalDate) voidsetRootProcessInstanceId(String rootProcessInstanceId) voidvoidvoidMethods inherited from class org.camunda.bpm.engine.rest.dto.LinkableDto
addLink, addReflexiveLink, generateLink, getLinks
-
Field Details
-
id
-
userId
-
time
-
taskId
-
message
-
removalTime
-
rootProcessInstanceId
-
processInstanceId
-
-
Constructor Details
-
CommentDto
public CommentDto()
-
-
Method Details
-
getId
-
getUserId
-
setUserId
-
getTime
-
setTime
-
getTaskId
-
setTaskId
-
getMessage
-
setMessage
-
getRemovalTime
-
setRemovalTime
-
getRootProcessInstanceId
-
setRootProcessInstanceId
-
getProcessInstanceId
-
setProcessInstanceId
-
fromComment
-