Uses of Class
com.flowable.platform.service.CommentQueryRequest
-
Uses of CommentQueryRequest in com.flowable.platform.rest.service.api.caze
Methods in com.flowable.platform.rest.service.api.caze with parameters of type CommentQueryRequest Modifier and Type Method Description org.springframework.http.ResponseEntity<org.flowable.common.rest.api.DataResponse<CommentInstanceRepresentation>>
CaseInstanceResource. getCaseInstanceComments(java.lang.String caseInstanceId, CommentQueryRequest request)
-
Uses of CommentQueryRequest in com.flowable.platform.rest.service.api.process
Methods in com.flowable.platform.rest.service.api.process with parameters of type CommentQueryRequest Modifier and Type Method Description org.springframework.http.ResponseEntity<org.flowable.common.rest.api.DataResponse<CommentInstanceRepresentation>>
ProcessInstanceResource. getProcessInstanceComments(java.lang.String processInstanceId, CommentQueryRequest request)
-
Uses of CommentQueryRequest in com.flowable.platform.rest.service.api.task
Methods in com.flowable.platform.rest.service.api.task with parameters of type CommentQueryRequest Modifier and Type Method Description org.springframework.http.ResponseEntity<org.flowable.common.rest.api.DataResponse<CommentInstanceRepresentation>>
TaskResource. getTaskComments(java.lang.String taskId, CommentQueryRequest request)
-
Uses of CommentQueryRequest in com.flowable.platform.service.caze
Methods in com.flowable.platform.service.caze with parameters of type CommentQueryRequest Modifier and Type Method Description org.flowable.common.rest.api.DataResponse<CommentInstanceRepresentation>
PlatformCaseInstanceService. getCaseInstanceComments(CommentQueryRequest request)
-
Uses of CommentQueryRequest in com.flowable.platform.service.comment
Methods in com.flowable.platform.service.comment with parameters of type CommentQueryRequest Modifier and Type Method Description org.flowable.common.rest.api.DataResponse<CommentInstanceRepresentation>
PlatformCommentService. getComments(CommentQueryRequest request)
-
Uses of CommentQueryRequest in com.flowable.platform.service.process
Methods in com.flowable.platform.service.process with parameters of type CommentQueryRequest Modifier and Type Method Description org.flowable.common.rest.api.DataResponse<CommentInstanceRepresentation>
PlatformProcessInstanceService. getProcessInstanceComments(CommentQueryRequest request)
-
Uses of CommentQueryRequest in com.flowable.platform.service.task
Methods in com.flowable.platform.service.task with parameters of type CommentQueryRequest Modifier and Type Method Description org.flowable.common.rest.api.DataResponse<CommentInstanceRepresentation>
PlatformTaskService. getTaskComments(CommentQueryRequest request)