Uses of Class
org.bonitasoft.web.client.model.ArchivedProcessInstance
Packages that use ArchivedProcessInstance
-
Uses of ArchivedProcessInstance in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return ArchivedProcessInstanceModifier and TypeMethodDescriptionArchivedProcessInstanceApi.getArchivedProcessInstanceById(String id) Finds the ArchivedProcessInstance by ID Returns the single ArchivedProcessInstance for the given IDMethods in org.bonitasoft.web.client.api that return types with arguments of type ArchivedProcessInstanceModifier and TypeMethodDescriptionArchivedProcessInstanceApi.getArchivedProcessInstanceByIdWithHttpInfo(String id) Finds the ArchivedProcessInstance by ID Similar togetArchivedProcessInstanceByIdbut it also returns the http response headers .ArchivedProcessInstanceApi.searchArchivedProcessInstances(Integer p, Integer c, List<String> f, String o) Finds ArchivedProcessInstances Finds archived ProcessInstances (or ProcessInstance) with pagination params and filters You can order on `id`, `processDefinitionId`, `startedBy`, `startedBySubstitute`, `startDate`, `endDate`, `lastUpdate`, `archivedDate`, `sourceObjectId` You can filter on : * `sourceObjectId`: The original process instance ID before the process instance was archived * `processDefinitionId`: The process definition ID * `rootCaseId`: the root process instance ID (since version 10.3 - 2025.1) * `name`: the process name * `started_by`: the ID of the user who started the process * `team_manager_id`: allow to retrieve the process instances in which all users with this manager ID ar involved) * `supervisor_id`: allow the retrived the process instances of all processes the user with this ID is supervisor of) beware you cannot use team_manager_id and supervisor_id at the same time * `searchIndex1Value`, `searchIndex2Value`, `searchIndex3Value`, `searchIndex4Value`, `searchIndex5Value`: the value of the corresponding search index (since version 10.3 - 2025.1)ArchivedProcessInstanceApi.searchArchivedProcessInstances(ArchivedProcessInstanceApi.SearchArchivedProcessInstancesQueryParams queryParams) Finds ArchivedProcessInstances Finds archived ProcessInstances (or ProcessInstance) with pagination params and filters You can order on `id`, `processDefinitionId`, `startedBy`, `startedBySubstitute`, `startDate`, `endDate`, `lastUpdate`, `archivedDate`, `sourceObjectId` You can filter on : * `sourceObjectId`: The original process instance ID before the process instance was archived * `processDefinitionId`: The process definition ID * `rootCaseId`: the root process instance ID (since version 10.3 - 2025.1) * `name`: the process name * `started_by`: the ID of the user who started the process * `team_manager_id`: allow to retrieve the process instances in which all users with this manager ID ar involved) * `supervisor_id`: allow the retrived the process instances of all processes the user with this ID is supervisor of) beware you cannot use team_manager_id and supervisor_id at the same time * `searchIndex1Value`, `searchIndex2Value`, `searchIndex3Value`, `searchIndex4Value`, `searchIndex5Value`: the value of the corresponding search index (since version 10.3 - 2025.1) Note, this is equivalent to the othersearchArchivedProcessInstancesmethod, but with the query parameters collected into a single Map parameter.ArchivedProcessInstanceApi.searchArchivedProcessInstancesWithHttpInfo(Integer p, Integer c, List<String> f, String o) Finds ArchivedProcessInstances Similar tosearchArchivedProcessInstancesbut it also returns the http response headers .ArchivedProcessInstanceApi.searchArchivedProcessInstancesWithHttpInfo(ArchivedProcessInstanceApi.SearchArchivedProcessInstancesQueryParams queryParams) Finds ArchivedProcessInstances Finds archived ProcessInstances (or ProcessInstance) with pagination params and filters You can order on `id`, `processDefinitionId`, `startedBy`, `startedBySubstitute`, `startDate`, `endDate`, `lastUpdate`, `archivedDate`, `sourceObjectId` You can filter on : * `sourceObjectId`: The original process instance ID before the process instance was archived * `processDefinitionId`: The process definition ID * `rootCaseId`: the root process instance ID (since version 10.3 - 2025.1) * `name`: the process name * `started_by`: the ID of the user who started the process * `team_manager_id`: allow to retrieve the process instances in which all users with this manager ID ar involved) * `supervisor_id`: allow the retrived the process instances of all processes the user with this ID is supervisor of) beware you cannot use team_manager_id and supervisor_id at the same time * `searchIndex1Value`, `searchIndex2Value`, `searchIndex3Value`, `searchIndex4Value`, `searchIndex5Value`: the value of the corresponding search index (since version 10.3 - 2025.1) Note, this is equivalent to the othersearchArchivedProcessInstancesthat receives the query parameters as a map, but this one also exposes the Http response headers -
Uses of ArchivedProcessInstance in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ArchivedProcessInstanceModifier and TypeMethodDescriptionArchivedProcessInstance.activeFlowNodes(String activeFlowNodes) ArchivedProcessInstance.archivedDate(String archivedDate) ArchivedProcessInstance.failedFlowNodes(String failedFlowNodes) ArchivedProcessInstance.lastUpdateDate(String lastUpdateDate) ArchivedProcessInstance.processDefinitionId(String processDefinitionId) ArchivedProcessInstance.rootCaseId(String rootCaseId) ArchivedProcessInstance.searchIndex1Label(String searchIndex1Label) ArchivedProcessInstance.searchIndex1Value(String searchIndex1Value) ArchivedProcessInstance.searchIndex2Label(String searchIndex2Label) ArchivedProcessInstance.searchIndex2Value(String searchIndex2Value) ArchivedProcessInstance.searchIndex3Label(String searchIndex3Label) ArchivedProcessInstance.searchIndex3Value(String searchIndex3Value) ArchivedProcessInstance.searchIndex4Label(String searchIndex4Label) ArchivedProcessInstance.searchIndex4Value(String searchIndex4Value) ArchivedProcessInstance.searchIndex5Label(String searchIndex5Label) ArchivedProcessInstance.searchIndex5Value(String searchIndex5Value) ArchivedProcessInstance.sourceObjectId(String sourceObjectId) ArchivedProcessInstance.startedBySubstitute(String startedBySubstitute) ArchivedProcessInstance.state(ArchivedProcessInstance.StateEnum state)