Uses of Class
org.bonitasoft.web.client.api.ProcessInstanceCommentApi.SearchProcessInstanceCommentsQueryParams
-
Packages that use ProcessInstanceCommentApi.SearchProcessInstanceCommentsQueryParams Package Description org.bonitasoft.web.client.api -
-
Uses of ProcessInstanceCommentApi.SearchProcessInstanceCommentsQueryParams in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return ProcessInstanceCommentApi.SearchProcessInstanceCommentsQueryParams Modifier and Type Method Description ProcessInstanceCommentApi.SearchProcessInstanceCommentsQueryParamsProcessInstanceCommentApi.SearchProcessInstanceCommentsQueryParams. c(Integer value)ProcessInstanceCommentApi.SearchProcessInstanceCommentsQueryParamsProcessInstanceCommentApi.SearchProcessInstanceCommentsQueryParams. f(List<String> value)ProcessInstanceCommentApi.SearchProcessInstanceCommentsQueryParamsProcessInstanceCommentApi.SearchProcessInstanceCommentsQueryParams. o(String value)ProcessInstanceCommentApi.SearchProcessInstanceCommentsQueryParamsProcessInstanceCommentApi.SearchProcessInstanceCommentsQueryParams. p(Integer value)Methods in org.bonitasoft.web.client.api with parameters of type ProcessInstanceCommentApi.SearchProcessInstanceCommentsQueryParams Modifier and Type Method Description List<ProcessInstanceComment>ProcessInstanceCommentApi. searchProcessInstanceComments(ProcessInstanceCommentApi.SearchProcessInstanceCommentsQueryParams queryParams)Finds ProcessInstanceComments Finds ProcessInstanceComments with pagination params and filters - can order on `postDate` - can filter on `supervisor_id`,`user_id`,`processInstanceId` - You cannot use supervisor_id and user_id filter at the same time Note, this is equivalent to the othersearchProcessInstanceCommentsmethod, but with the query parameters collected into a single Map parameter.ApiResponse<List<ProcessInstanceComment>>ProcessInstanceCommentApi. searchProcessInstanceCommentsWithHttpInfo(ProcessInstanceCommentApi.SearchProcessInstanceCommentsQueryParams queryParams)Finds ProcessInstanceComments Finds ProcessInstanceComments with pagination params and filters - can order on `postDate` - can filter on `supervisor_id`,`user_id`,`processInstanceId` - You cannot use supervisor_id and user_id filter at the same time Note, this is equivalent to the othersearchProcessInstanceCommentsthat receives the query parameters as a map, but this one also exposes the Http response headers
-