Uses of Class
org.bonitasoft.web.client.api.ProcessInstanceCommentApi.SearchProcessInstanceCommentsQueryParams
Packages that use ProcessInstanceCommentApi.SearchProcessInstanceCommentsQueryParams
-
Uses of ProcessInstanceCommentApi.SearchProcessInstanceCommentsQueryParams in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return ProcessInstanceCommentApi.SearchProcessInstanceCommentsQueryParamsModifier and TypeMethodDescriptionMethods in org.bonitasoft.web.client.api with parameters of type ProcessInstanceCommentApi.SearchProcessInstanceCommentsQueryParamsModifier and TypeMethodDescriptionProcessInstanceCommentApi.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.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