Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
-
Uses of CommentEntity in org.camunda.bpm.engine.impl.cmd
Modifier and TypeMethodDescriptionprotected CommentEntity
UpdateCommentCmd.getComment
(CommandContext commandContext) Modifier and TypeMethodDescriptionprotected void
AddCommentCmd.provideRemovalTime
(CommentEntity comment) protected void
UpdateCommentCmd.updateProcessInstanceComment
(String processInstanceId, CommandContext commandContext, CommentEntity comment) protected TaskEntity
UpdateCommentCmd.updateTaskComment
(String taskId, CommandContext commandContext, CommentEntity comment) -
Uses of CommentEntity in org.camunda.bpm.engine.impl.persistence.entity
Modifier and TypeMethodDescriptionCommentManager.findCommentByProcessInstanceIdAndCommentId
(String processInstanceId, String commentId) CommentManager.findCommentByTaskIdAndCommentId
(String taskId, String commentId)