Uses of Class
com.flowable.platform.service.CommentQueryRequest
Packages that use CommentQueryRequest
Package
Description
-
Uses of CommentQueryRequest in com.flowable.platform.service.caze
Methods in com.flowable.platform.service.caze with parameters of type CommentQueryRequestModifier and TypeMethodDescriptionorg.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 CommentQueryRequestModifier and TypeMethodDescriptionorg.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 CommentQueryRequestModifier and TypeMethodDescriptionorg.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 CommentQueryRequestModifier and TypeMethodDescriptionorg.flowable.common.rest.api.DataResponse<CommentInstanceRepresentation>PlatformTaskService.getTaskComments(CommentQueryRequest request)