Uses of Class
org.bonitasoft.web.client.api.FlowNodeApi.SearchFlowNodesQueryParams
Packages that use FlowNodeApi.SearchFlowNodesQueryParams
-
Uses of FlowNodeApi.SearchFlowNodesQueryParams in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return FlowNodeApi.SearchFlowNodesQueryParamsModifier and TypeMethodDescriptionMethods in org.bonitasoft.web.client.api with parameters of type FlowNodeApi.SearchFlowNodesQueryParamsModifier and TypeMethodDescriptionFlowNodeApi.searchFlowNodes(FlowNodeApi.SearchFlowNodesQueryParams queryParams) Finds FlowNodes Finds FlowNodes with pagination params and filters - can order on `name`, `displayName`, `state`, `processDefinitionId`, `parentProcessInstanceId`, `parentActivityInstanceId` (if the retrieved flow nodes are activities, order by parent activity id), `rootProcessInstanceId`, `lastUpdateDate` - can search on any field that can be used to order results - can filter on `name`, `state`, `processId`, `parentProcessInstanceId`, `rootProcessInstanceId`, `last_update_date` Note, this is equivalent to the othersearchFlowNodesmethod, but with the query parameters collected into a single Map parameter.FlowNodeApi.searchFlowNodesWithHttpInfo(FlowNodeApi.SearchFlowNodesQueryParams queryParams) Finds FlowNodes Finds FlowNodes with pagination params and filters - can order on `name`, `displayName`, `state`, `processDefinitionId`, `parentProcessInstanceId`, `parentActivityInstanceId` (if the retrieved flow nodes are activities, order by parent activity id), `rootProcessInstanceId`, `lastUpdateDate` - can search on any field that can be used to order results - can filter on `name`, `state`, `processId`, `parentProcessInstanceId`, `rootProcessInstanceId`, `last_update_date` Note, this is equivalent to the othersearchFlowNodesthat receives the query parameters as a map, but this one also exposes the Http response headers