org.camunda.bpm.engine.task
Interface Comment

All Known Implementing Classes:
CommentEntity

public interface Comment

User comments that form discussions around tasks.

Author:
Tom Baeyens
See Also:
TaskService#getTaskComments(String)

Method Summary
 String getFullMessage()
          the full comment message the user had related to the task and/or process instance
 String getId()
          comment id
 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 getUserId()
          reference to the user that made the comment
 

Method Detail

getId

String getId()
comment id


getUserId

String getUserId()
reference to the user that made the comment


getTime

Date getTime()
time and date when the user made the comment


getTaskId

String getTaskId()
reference to the task on which this comment was made


getProcessInstanceId

String getProcessInstanceId()
reference to the process instance on which this comment was made


getFullMessage

String getFullMessage()
the full comment message the user had related to the task and/or process instance

See Also:
TaskService.getTaskComments(String)


Copyright © 2016 camunda services GmbH. All rights reserved.