Uses of Class
org.bonitasoft.web.client.model.ArchivedProcessInstanceComment
Packages that use ArchivedProcessInstanceComment
-
Uses of ArchivedProcessInstanceComment in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return types with arguments of type ArchivedProcessInstanceCommentModifier and TypeMethodDescriptionArchivedProcessInstanceCommentApi.searchArchivedProcessInstanceComments(Integer p, Integer c, List<String> f, String o, String s) Finds ArchivedProcessInstanceComments Finds ArchivedProcessInstanceComments with pagination params and filters - can order on `id` - can search on `displayName` - can filter on `displayName`ArchivedProcessInstanceCommentApi.searchArchivedProcessInstanceComments(ArchivedProcessInstanceCommentApi.SearchArchivedProcessInstanceCommentsQueryParams queryParams) Finds ArchivedProcessInstanceComments Finds ArchivedProcessInstanceComments with pagination params and filters - can order on `id` - can search on `displayName` - can filter on `displayName` Note, this is equivalent to the othersearchArchivedProcessInstanceCommentsmethod, but with the query parameters collected into a single Map parameter.ArchivedProcessInstanceCommentApi.searchArchivedProcessInstanceCommentsWithHttpInfo(Integer p, Integer c, List<String> f, String o, String s) Finds ArchivedProcessInstanceComments Similar tosearchArchivedProcessInstanceCommentsbut it also returns the http response headers .ArchivedProcessInstanceCommentApi.searchArchivedProcessInstanceCommentsWithHttpInfo(ArchivedProcessInstanceCommentApi.SearchArchivedProcessInstanceCommentsQueryParams queryParams) Finds ArchivedProcessInstanceComments Finds ArchivedProcessInstanceComments with pagination params and filters - can order on `id` - can search on `displayName` - can filter on `displayName` Note, this is equivalent to the othersearchArchivedProcessInstanceCommentsthat receives the query parameters as a map, but this one also exposes the Http response headers -
Uses of ArchivedProcessInstanceComment in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ArchivedProcessInstanceCommentModifier and TypeMethodDescriptionArchivedProcessInstanceComment.archivedDate(String archivedDate) ArchivedProcessInstanceComment.processInstanceId(String processInstanceId)