Uses of Interface
org.activiti.engine.task.Comment
-
-
Uses of Comment in org.activiti.engine
Methods in org.activiti.engine that return Comment Modifier and Type Method Description CommentTaskService. addComment(java.lang.String taskId, java.lang.String processInstanceId, java.lang.String message)Add a comment to a task and/or process instance.CommentTaskService. addComment(java.lang.String taskId, java.lang.String processInstanceId, java.lang.String type, java.lang.String message)Add a comment to a task and/or process instance with a custom type.CommentTaskService. getComment(java.lang.String commentId)Returns an individual comment with the given id.Methods in org.activiti.engine that return types with arguments of type Comment Modifier and Type Method Description java.util.List<Comment>TaskService. getCommentsByType(java.lang.String type)All comments of a given type.java.util.List<Comment>TaskService. getProcessInstanceComments(java.lang.String processInstanceId)The comments related to the given process instance.java.util.List<Comment>TaskService. getProcessInstanceComments(java.lang.String processInstanceId, java.lang.String type)The comments related to the given process instance.java.util.List<Comment>TaskService. getTaskComments(java.lang.String taskId)The comments related to the given task.java.util.List<Comment>TaskService. getTaskComments(java.lang.String taskId, java.lang.String type)The comments related to the given task of the given type. -
Uses of Comment in org.activiti.engine.impl
Methods in org.activiti.engine.impl that return Comment Modifier and Type Method Description CommentTaskServiceImpl. addComment(java.lang.String taskId, java.lang.String processInstance, java.lang.String message)CommentTaskServiceImpl. addComment(java.lang.String taskId, java.lang.String processInstance, java.lang.String type, java.lang.String message)CommentTaskServiceImpl. getComment(java.lang.String commentId)Methods in org.activiti.engine.impl that return types with arguments of type Comment Modifier and Type Method Description java.util.List<Comment>TaskServiceImpl. getCommentsByType(java.lang.String type)java.util.List<Comment>TaskServiceImpl. getProcessInstanceComments(java.lang.String processInstanceId)java.util.List<Comment>TaskServiceImpl. getProcessInstanceComments(java.lang.String processInstanceId, java.lang.String type)java.util.List<Comment>TaskServiceImpl. getTaskComments(java.lang.String taskId)java.util.List<Comment>TaskServiceImpl. getTaskComments(java.lang.String taskId, java.lang.String type) -
Uses of Comment in org.activiti.engine.impl.cmd
Methods in org.activiti.engine.impl.cmd that return Comment Modifier and Type Method Description CommentAddCommentCmd. execute(CommandContext commandContext)CommentGetCommentCmd. execute(CommandContext commandContext)Methods in org.activiti.engine.impl.cmd that return types with arguments of type Comment Modifier and Type Method Description java.util.List<Comment>GetProcessInstanceCommentsCmd. execute(CommandContext commandContext)java.util.List<Comment>GetTaskCommentsByTypeCmd. execute(CommandContext commandContext)java.util.List<Comment>GetTaskCommentsCmd. execute(CommandContext commandContext)java.util.List<Comment>GetTypeCommentsCmd. execute(CommandContext commandContext) -
Uses of Comment in org.activiti.engine.impl.persistence.entity
Subinterfaces of Comment in org.activiti.engine.impl.persistence.entity Modifier and Type Interface Description interfaceCommentEntityDeprecated.Classes in org.activiti.engine.impl.persistence.entity that implement Comment Modifier and Type Class Description classCommentEntityImplDeprecated.Methods in org.activiti.engine.impl.persistence.entity that return Comment Modifier and Type Method Description CommentCommentEntityManager. findComment(java.lang.String commentId)Deprecated.CommentCommentEntityManagerImpl. findComment(java.lang.String commentId)Deprecated.Methods in org.activiti.engine.impl.persistence.entity that return types with arguments of type Comment Modifier and Type Method Description java.util.List<Comment>CommentEntityManager. findCommentsByProcessInstanceId(java.lang.String processInstanceId)Deprecated.java.util.List<Comment>CommentEntityManager. findCommentsByProcessInstanceId(java.lang.String processInstanceId, java.lang.String type)Deprecated.java.util.List<Comment>CommentEntityManagerImpl. findCommentsByProcessInstanceId(java.lang.String processInstanceId)Deprecated.java.util.List<Comment>CommentEntityManagerImpl. findCommentsByProcessInstanceId(java.lang.String processInstanceId, java.lang.String type)Deprecated.java.util.List<Comment>CommentEntityManager. findCommentsByTaskId(java.lang.String taskId)Deprecated.java.util.List<Comment>CommentEntityManagerImpl. findCommentsByTaskId(java.lang.String taskId)Deprecated.java.util.List<Comment>CommentEntityManager. findCommentsByTaskIdAndType(java.lang.String taskId, java.lang.String type)Deprecated.java.util.List<Comment>CommentEntityManagerImpl. findCommentsByTaskIdAndType(java.lang.String taskId, java.lang.String type)Deprecated.java.util.List<Comment>CommentEntityManager. findCommentsByType(java.lang.String type)Deprecated.java.util.List<Comment>CommentEntityManagerImpl. findCommentsByType(java.lang.String type)Deprecated. -
Uses of Comment in org.activiti.engine.impl.persistence.entity.data
Methods in org.activiti.engine.impl.persistence.entity.data that return Comment Modifier and Type Method Description CommentCommentDataManager. findComment(java.lang.String commentId)Methods in org.activiti.engine.impl.persistence.entity.data that return types with arguments of type Comment Modifier and Type Method Description java.util.List<Comment>CommentDataManager. findCommentsByProcessInstanceId(java.lang.String processInstanceId)java.util.List<Comment>CommentDataManager. findCommentsByProcessInstanceId(java.lang.String processInstanceId, java.lang.String type)java.util.List<Comment>CommentDataManager. findCommentsByTaskId(java.lang.String taskId)java.util.List<Comment>CommentDataManager. findCommentsByTaskIdAndType(java.lang.String taskId, java.lang.String type)java.util.List<Comment>CommentDataManager. findCommentsByType(java.lang.String type) -
Uses of Comment in org.activiti.engine.impl.persistence.entity.data.impl
Methods in org.activiti.engine.impl.persistence.entity.data.impl that return Comment Modifier and Type Method Description CommentMybatisCommentDataManager. findComment(java.lang.String commentId)Methods in org.activiti.engine.impl.persistence.entity.data.impl that return types with arguments of type Comment Modifier and Type Method Description java.util.List<Comment>MybatisCommentDataManager. findCommentsByProcessInstanceId(java.lang.String processInstanceId)java.util.List<Comment>MybatisCommentDataManager. findCommentsByProcessInstanceId(java.lang.String processInstanceId, java.lang.String type)java.util.List<Comment>MybatisCommentDataManager. findCommentsByTaskId(java.lang.String taskId)java.util.List<Comment>MybatisCommentDataManager. findCommentsByTaskIdAndType(java.lang.String taskId, java.lang.String type)java.util.List<Comment>MybatisCommentDataManager. findCommentsByType(java.lang.String type)
-