Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
Packages that use CommentEntity
-
Uses of CommentEntity in org.camunda.bpm.engine.impl.cmd
Methods in org.camunda.bpm.engine.impl.cmd that return CommentEntityModifier and TypeMethodDescriptionprotected CommentEntity
UpdateCommentCmd.getComment
(CommandContext commandContext) Methods in org.camunda.bpm.engine.impl.cmd with parameters of type CommentEntityModifier 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
Methods in org.camunda.bpm.engine.impl.persistence.entity that return CommentEntityModifier and TypeMethodDescriptionCommentManager.findCommentByProcessInstanceIdAndCommentId
(String processInstanceId, String commentId) CommentManager.findCommentByTaskIdAndCommentId
(String taskId, String commentId)