Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
-
Packages that use CommentEntity Package Description org.camunda.bpm.engine.impl.cmd org.camunda.bpm.engine.impl.persistence.entity -
-
Uses of CommentEntity in org.camunda.bpm.engine.impl.cmd
Methods in org.camunda.bpm.engine.impl.cmd with parameters of type CommentEntity Modifier and Type Method Description protected void
AddCommentCmd. provideRemovalTime(CommentEntity comment)
-
Uses of CommentEntity in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity that return CommentEntity Modifier and Type Method Description CommentEntity
CommentManager. findCommentByTaskIdAndCommentId(String taskId, String commentId)
-