Uses of Class
com.flowable.platform.rest.service.api.UpdateCommentRequest
Package | Description |
---|---|
com.flowable.platform.rest.service.api.caze | |
com.flowable.platform.rest.service.api.process | |
com.flowable.platform.rest.service.api.task |
-
Uses of UpdateCommentRequest in com.flowable.platform.rest.service.api.caze
Methods in com.flowable.platform.rest.service.api.caze with parameters of type UpdateCommentRequest Modifier and Type Method Description org.springframework.http.ResponseEntity<CommentInstanceRepresentation>
CaseInstanceResource. updateComment(java.lang.String caseInstanceId, java.lang.String commentId, UpdateCommentRequest request)
-
Uses of UpdateCommentRequest in com.flowable.platform.rest.service.api.process
Methods in com.flowable.platform.rest.service.api.process with parameters of type UpdateCommentRequest Modifier and Type Method Description org.springframework.http.ResponseEntity<CommentInstanceRepresentation>
ProcessInstanceResource. updateComment(java.lang.String processInstanceId, java.lang.String commentId, UpdateCommentRequest request)
-
Uses of UpdateCommentRequest in com.flowable.platform.rest.service.api.task
Methods in com.flowable.platform.rest.service.api.task with parameters of type UpdateCommentRequest Modifier and Type Method Description org.springframework.http.ResponseEntity<CommentInstanceRepresentation>
TaskResource. updateTaskComments(java.lang.String taskId, java.lang.String commentId, UpdateCommentRequest request)