Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
Packages that use CommentEntity
- 
Uses of CommentEntity in org.camunda.bpm.engine.impl.cmdMethods in org.camunda.bpm.engine.impl.cmd that return CommentEntityModifier and TypeMethodDescriptionprotected CommentEntityUpdateCommentCmd.getComment(CommandContext commandContext) Methods in org.camunda.bpm.engine.impl.cmd with parameters of type CommentEntityModifier and TypeMethodDescriptionprotected voidAddCommentCmd.provideRemovalTime(CommentEntity comment) protected voidUpdateCommentCmd.updateProcessInstanceComment(String processInstanceId, CommandContext commandContext, CommentEntity comment) protected TaskEntityUpdateCommentCmd.updateTaskComment(String taskId, CommandContext commandContext, CommentEntity comment) 
- 
Uses of CommentEntity in org.camunda.bpm.engine.impl.persistence.entityMethods in org.camunda.bpm.engine.impl.persistence.entity that return CommentEntityModifier and TypeMethodDescriptionCommentManager.findCommentByProcessInstanceIdAndCommentId(String processInstanceId, String commentId) CommentManager.findCommentByTaskIdAndCommentId(String taskId, String commentId)