Uses of Class
org.bonitasoft.web.client.model.ProcessInstance
-
Packages that use ProcessInstance Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.model -
-
Uses of ProcessInstance in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return ProcessInstance Modifier and Type Method Description ProcessInstanceProcessInstanceApi. createProcessInstance(ProcessInstanceCreateRequest body)Create the ProcessInstance   Create the ProcessInstance This way of creating a process instance using this method will only work for processes in which no contract is defined.ProcessInstanceProcessInstanceApi. getProcessInstanceById(String id, String n)Finds the ProcessInstance by ID Returns the single ProcessInstance for the given IDProcessInstanceProcessInstanceApi. getProcessInstanceById(String id, Map<String,Object> 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 ProcessInstance Modifier and Type Method Description List<ProcessInstance>ProcessInstanceApi. searchProcessInstances(Integer p, Integer c, List<String> f, String o)Finds ProcessInstances Finds ProcessInstances with pagination params and filters You can filter on: * `processDefinitionId`: The process derfinition ID * `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 timeList<ProcessInstance>ProcessInstanceApi. searchProcessInstances(Map<String,Object> queryParams)Finds ProcessInstances Finds ProcessInstances with pagination params and filters You can filter on: * `processDefinitionId`: The process derfinition ID * `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 Note, this is equivalent to the othersearchProcessInstancesmethod, but with the query parameters collected into a single Map parameter. -
Uses of ProcessInstance in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ProcessInstance Modifier and Type Method Description ProcessInstanceProcessInstance. activeFlowNodes(String activeFlowNodes)ProcessInstanceProcessInstance. endDate(String endDate)ProcessInstanceProcessInstance. failedFlowNodes(String failedFlowNodes)ProcessInstanceProcessInstance. id(String id)ProcessInstanceProcessInstance. lastUpdateDate(String lastUpdateDate)ProcessInstanceProcessInstance. processDefinitionId(String processDefinitionId)ProcessInstanceProcessInstance. rootCaseId(String rootCaseId)ProcessInstanceProcessInstance. searchIndex1Label(String searchIndex1Label)ProcessInstanceProcessInstance. searchIndex1Value(String searchIndex1Value)ProcessInstanceProcessInstance. searchIndex2Label(String searchIndex2Label)ProcessInstanceProcessInstance. searchIndex2Value(String searchIndex2Value)ProcessInstanceProcessInstance. searchIndex3Label(String searchIndex3Label)ProcessInstanceProcessInstance. searchIndex3Value(String searchIndex3Value)ProcessInstanceProcessInstance. searchIndex4Label(String searchIndex4Label)ProcessInstanceProcessInstance. searchIndex4Value(String searchIndex4Value)ProcessInstanceProcessInstance. searchIndex5Label(String searchIndex5Label)ProcessInstanceProcessInstance. searchIndex5Value(String searchIndex5Value)ProcessInstanceProcessInstance. start(String start)ProcessInstanceProcessInstance. startedBy(String startedBy)ProcessInstanceProcessInstance. startedBySubstitute(String startedBySubstitute)ProcessInstanceProcessInstance. state(String state)
-