Uses of Class
com.flowable.platform.rest.service.api.CreateCommentRequest
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 CreateCommentRequest in com.flowable.platform.rest.service.api.caze
Methods in com.flowable.platform.rest.service.api.caze with parameters of type CreateCommentRequest Modifier and Type Method Description org.springframework.http.ResponseEntity<CommentInstanceRepresentation>
CaseInstanceResource. createComment(java.lang.String caseInstanceId, CreateCommentRequest request)
-
Uses of CreateCommentRequest in com.flowable.platform.rest.service.api.process
Methods in com.flowable.platform.rest.service.api.process with parameters of type CreateCommentRequest Modifier and Type Method Description org.springframework.http.ResponseEntity<CommentInstanceRepresentation>
ProcessInstanceResource. createComment(java.lang.String processInstanceId, CreateCommentRequest request)
-
Uses of CreateCommentRequest in com.flowable.platform.rest.service.api.task
Methods in com.flowable.platform.rest.service.api.task with parameters of type CreateCommentRequest Modifier and Type Method Description org.springframework.http.ResponseEntity<CommentInstanceRepresentation>
TaskResource. createTaskComments(java.lang.String taskId, CreateCommentRequest request)