Uses of Class
org.bonitasoft.web.client.model.ProcessInstance
Packages that use ProcessInstance
-
Uses of ProcessInstance in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return ProcessInstanceModifier and TypeMethodDescriptionProcessInstanceApi.createProcessInstance(ProcessInstanceCreateRequest body) Create the ProcessInstance !ProcessInstanceApi.getProcessInstanceById(String id, String n) Finds the ProcessInstance by ID Returns the single ProcessInstance for the given IDProcessInstanceApi.getProcessInstanceById(String id, ProcessInstanceApi.GetProcessInstanceByIdQueryParams queryParams) Finds the ProcessInstance by ID Returns the single ProcessInstance for the given ID Note, this is equivalent to the othergetProcessInstanceByIdmethod, but with the query parameters collected into a single Map parameter.Methods in org.bonitasoft.web.client.api that return types with arguments of type ProcessInstanceModifier and TypeMethodDescriptionProcessInstanceApi.createProcessInstanceWithHttpInfo(ProcessInstanceCreateRequest body) Create the ProcessInstance Similar tocreateProcessInstancebut it also returns the http response headers . !ProcessInstanceApi.getProcessInstanceByIdWithHttpInfo(String id, String n) Finds the ProcessInstance by ID Similar togetProcessInstanceByIdbut it also returns the http response headers .ProcessInstanceApi.getProcessInstanceByIdWithHttpInfo(String id, ProcessInstanceApi.GetProcessInstanceByIdQueryParams queryParams) Finds the ProcessInstance by ID Returns the single ProcessInstance for the given ID Note, this is equivalent to the othergetProcessInstanceByIdthat receives the query parameters as a map, but this one also exposes the Http response headersFinds ProcessInstances Finds ProcessInstances with pagination params and filters You can filter on: * `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)ProcessInstanceApi.searchProcessInstances(ProcessInstanceApi.SearchProcessInstancesQueryParams queryParams) Finds ProcessInstances Finds ProcessInstances with pagination params and filters You can filter on: * `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 othersearchProcessInstancesmethod, but with the query parameters collected into a single Map parameter.ProcessInstanceApi.searchProcessInstancesWithHttpInfo(Integer p, Integer c, List<String> f, String o) Finds ProcessInstances Similar tosearchProcessInstancesbut it also returns the http response headers .ProcessInstanceApi.searchProcessInstancesWithHttpInfo(ProcessInstanceApi.SearchProcessInstancesQueryParams queryParams) Finds ProcessInstances Finds ProcessInstances with pagination params and filters You can filter on: * `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 othersearchProcessInstancesthat receives the query parameters as a map, but this one also exposes the Http response headers -
Uses of ProcessInstance in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ProcessInstanceModifier and TypeMethodDescriptionProcessInstance.activeFlowNodes(String activeFlowNodes) ProcessInstance.failedFlowNodes(String failedFlowNodes) ProcessInstance.lastUpdateDate(String lastUpdateDate) ProcessInstance.processDefinitionId(String processDefinitionId) ProcessInstance.rootCaseId(String rootCaseId) ProcessInstance.searchIndex1Label(String searchIndex1Label) ProcessInstance.searchIndex1Value(String searchIndex1Value) ProcessInstance.searchIndex2Label(String searchIndex2Label) ProcessInstance.searchIndex2Value(String searchIndex2Value) ProcessInstance.searchIndex3Label(String searchIndex3Label) ProcessInstance.searchIndex3Value(String searchIndex3Value) ProcessInstance.searchIndex4Label(String searchIndex4Label) ProcessInstance.searchIndex4Value(String searchIndex4Value) ProcessInstance.searchIndex5Label(String searchIndex5Label) ProcessInstance.searchIndex5Value(String searchIndex5Value) ProcessInstance.startedBySubstitute(String startedBySubstitute) ProcessInstance.state(ProcessInstance.StateEnum state)