Uses of Class
com.flowable.platform.service.CommentQueryRequest
-
Packages that use CommentQueryRequest Package Description com.flowable.platform.service.caze com.flowable.platform.service.comment com.flowable.platform.service.process com.flowable.platform.service.task -
-
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 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 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 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 DataResponse<CommentInstanceRepresentation>
PlatformTaskService. getTaskComments(CommentQueryRequest request)
-