org.activiti.engine.task
接口 Comment

所有已知实现类:
CommentEntity

public interface Comment

User comments that form discussions around tasks.

作者:
Tom Baeyens
另请参见:
TaskService#getTaskComments(String)

方法摘要
 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
 

方法详细信息

getId

String getId()
unique identifier for this comment


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


getType

String getType()
reference to the type given to the comment


getFullMessage

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

另请参见:
TaskService.getTaskComments(String)


Copyright © 2013 Alfresco. All rights reserved.