Uses of Interface
org.activiti.engine.task.Comment
Packages that use Comment
Package
Description
-
Uses of Comment in org.activiti.engine
Methods in org.activiti.engine that return CommentModifier and TypeMethodDescriptionTaskService.addComment(String taskId, String processInstanceId, String message) Add a comment to a task and/or process instance.TaskService.addComment(String taskId, String processInstanceId, String type, String message) Add a comment to a task and/or process instance with a custom type.TaskService.getComment(String commentId) Returns an individual comment with the given id.Methods in org.activiti.engine that return types with arguments of type CommentModifier and TypeMethodDescriptionTaskService.getCommentsByType(String type) All comments of a given type.TaskService.getProcessInstanceComments(String processInstanceId) The comments related to the given process instance.TaskService.getProcessInstanceComments(String processInstanceId, String type) The comments related to the given process instance.TaskService.getTaskComments(String taskId) The comments related to the given task.TaskService.getTaskComments(String taskId, 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 CommentModifier and TypeMethodDescriptionTaskServiceImpl.addComment(String taskId, String processInstance, String message) TaskServiceImpl.addComment(String taskId, String processInstance, String type, String message) TaskServiceImpl.getComment(String commentId) Methods in org.activiti.engine.impl that return types with arguments of type CommentModifier and TypeMethodDescriptionTaskServiceImpl.getCommentsByType(String type) TaskServiceImpl.getProcessInstanceComments(String processInstanceId) TaskServiceImpl.getProcessInstanceComments(String processInstanceId, String type) TaskServiceImpl.getTaskComments(String taskId) TaskServiceImpl.getTaskComments(String taskId, String type) -
Uses of Comment in org.activiti.engine.impl.cmd
Methods in org.activiti.engine.impl.cmd that return CommentModifier and TypeMethodDescriptionAddCommentCmd.execute(CommandContext commandContext) GetCommentCmd.execute(CommandContext commandContext) protected CommentAddCommentCmd.executeInternal(CommandContext commandContext, String processDefinitionId) Methods in org.activiti.engine.impl.cmd that return types with arguments of type CommentModifier and TypeMethodDescriptionGetProcessInstanceCommentsCmd.execute(CommandContext commandContext) GetTaskCommentsByTypeCmd.execute(CommandContext commandContext) GetTaskCommentsCmd.execute(CommandContext commandContext) GetTypeCommentsCmd.execute(CommandContext commandContext) -
Uses of Comment in org.activiti.engine.impl.persistence.entity
Subinterfaces of Comment in org.activiti.engine.impl.persistence.entityClasses in org.activiti.engine.impl.persistence.entity that implement CommentMethods in org.activiti.engine.impl.persistence.entity that return CommentModifier and TypeMethodDescriptionCommentEntityManager.findComment(String commentId) Deprecated.CommentEntityManagerImpl.findComment(String commentId) Deprecated.Methods in org.activiti.engine.impl.persistence.entity that return types with arguments of type CommentModifier and TypeMethodDescriptionCommentEntityManager.findCommentsByProcessInstanceId(String processInstanceId) Deprecated.CommentEntityManager.findCommentsByProcessInstanceId(String processInstanceId, String type) Deprecated.CommentEntityManagerImpl.findCommentsByProcessInstanceId(String processInstanceId) Deprecated.CommentEntityManagerImpl.findCommentsByProcessInstanceId(String processInstanceId, String type) Deprecated.CommentEntityManager.findCommentsByTaskId(String taskId) Deprecated.CommentEntityManagerImpl.findCommentsByTaskId(String taskId) Deprecated.CommentEntityManager.findCommentsByTaskIdAndType(String taskId, String type) Deprecated.CommentEntityManagerImpl.findCommentsByTaskIdAndType(String taskId, String type) Deprecated.CommentEntityManager.findCommentsByType(String type) Deprecated.CommentEntityManagerImpl.findCommentsByType(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 CommentMethods in org.activiti.engine.impl.persistence.entity.data that return types with arguments of type CommentModifier and TypeMethodDescriptionCommentDataManager.findCommentsByProcessInstanceId(String processInstanceId) CommentDataManager.findCommentsByProcessInstanceId(String processInstanceId, String type) CommentDataManager.findCommentsByTaskId(String taskId) CommentDataManager.findCommentsByTaskIdAndType(String taskId, String type) CommentDataManager.findCommentsByType(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 CommentMethods in org.activiti.engine.impl.persistence.entity.data.impl that return types with arguments of type CommentModifier and TypeMethodDescriptionMybatisCommentDataManager.findCommentsByProcessInstanceId(String processInstanceId) MybatisCommentDataManager.findCommentsByProcessInstanceId(String processInstanceId, String type) MybatisCommentDataManager.findCommentsByTaskId(String taskId) MybatisCommentDataManager.findCommentsByTaskIdAndType(String taskId, String type) MybatisCommentDataManager.findCommentsByType(String type)