Uses of Class
org.bonitasoft.web.client.api.ArchivedFlowNodeApi.SearchArchivedFlowNodesQueryParams
Packages that use ArchivedFlowNodeApi.SearchArchivedFlowNodesQueryParams
-
Uses of ArchivedFlowNodeApi.SearchArchivedFlowNodesQueryParams in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return ArchivedFlowNodeApi.SearchArchivedFlowNodesQueryParamsModifier and TypeMethodDescriptionMethods in org.bonitasoft.web.client.api with parameters of type ArchivedFlowNodeApi.SearchArchivedFlowNodesQueryParamsModifier and TypeMethodDescriptionArchivedFlowNodeApi.searchArchivedFlowNodes(ArchivedFlowNodeApi.SearchArchivedFlowNodesQueryParams queryParams) Finds ArchivedFlowNodes Finds ArchivedFlowNodes with pagination params and filters - can order on `name`, `displayName`, `state`, `type`, `isTerminal`, `processId`, `caseId`, `archivedDate` - can search on any field that can be used to order results - can filter on `name`, `displayName`, `state`, `stateId`, `kind`, `terminal`, `processDefinitionId`, `parentProcessInstanceId`, `rootProcessInstanceId`, `parentActivityInstanceId`, `archivedDate`, `reachedStateDate`, `sourceObjectId` Note, this is equivalent to the othersearchArchivedFlowNodesmethod, but with the query parameters collected into a single Map parameter.ArchivedFlowNodeApi.searchArchivedFlowNodesWithHttpInfo(ArchivedFlowNodeApi.SearchArchivedFlowNodesQueryParams queryParams) Finds ArchivedFlowNodes Finds ArchivedFlowNodes with pagination params and filters - can order on `name`, `displayName`, `state`, `type`, `isTerminal`, `processId`, `caseId`, `archivedDate` - can search on any field that can be used to order results - can filter on `name`, `displayName`, `state`, `stateId`, `kind`, `terminal`, `processDefinitionId`, `parentProcessInstanceId`, `rootProcessInstanceId`, `parentActivityInstanceId`, `archivedDate`, `reachedStateDate`, `sourceObjectId` Note, this is equivalent to the othersearchArchivedFlowNodesthat receives the query parameters as a map, but this one also exposes the Http response headers