Uses of Class
org.bonitasoft.web.client.model.ProcessInstanceComment
Packages that use ProcessInstanceComment
-
Uses of ProcessInstanceComment in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return ProcessInstanceCommentModifier and TypeMethodDescriptionProcessInstanceCommentApi.createProcessInstanceComment(ProcessInstanceCommentCreateRequest body) Create the ProcessInstanceComment Create the ProcessInstanceCommentMethods in org.bonitasoft.web.client.api that return types with arguments of type ProcessInstanceCommentModifier and TypeMethodDescriptionProcessInstanceCommentApi.createProcessInstanceCommentWithHttpInfo(ProcessInstanceCommentCreateRequest body) Create the ProcessInstanceComment Similar tocreateProcessInstanceCommentbut it also returns the http response headers .ProcessInstanceCommentApi.searchProcessInstanceComments(Integer p, Integer c, List<String> f, String o) 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 timeProcessInstanceCommentApi.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(Integer p, Integer c, List<String> f, String o) Finds ProcessInstanceComments Similar tosearchProcessInstanceCommentsbut it also returns the http response headers .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 -
Uses of ProcessInstanceComment in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ProcessInstanceCommentModifier and TypeMethodDescriptionProcessInstanceComment.processInstanceId(String processInstanceId)