ApiResponse<ProcessInstanceComment> |
ProcessInstanceCommentApi.createProcessInstanceCommentWithHttpInfo(ProcessInstanceCommentCreateRequest body) |
Create the ProcessInstanceComment
Similar to createProcessInstanceComment but it also returns the http response headers .
|
List<ProcessInstanceComment> |
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 time
|
List<ProcessInstanceComment> |
ProcessInstanceCommentApi.searchProcessInstanceComments(Map<String,Object> 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 other searchProcessInstanceComments method,
but with the query parameters collected into a single Map parameter.
|
ApiResponse<List<ProcessInstanceComment>> |
ProcessInstanceCommentApi.searchProcessInstanceCommentsWithHttpInfo(Integer p,
Integer c,
List<String> f,
String o) |
Finds ProcessInstanceComments
Similar to searchProcessInstanceComments but it also returns the http response headers .
|
ApiResponse<List<ProcessInstanceComment>> |
ProcessInstanceCommentApi.searchProcessInstanceCommentsWithHttpInfo(Map<String,Object> 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 other searchProcessInstanceComments that receives the query parameters as a map,
but this one also exposes the Http response headers
|