Uses of Class
org.bonitasoft.web.client.model.ArchivedProcessInstance
-
Packages that use ArchivedProcessInstance Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.model -
-
Uses of ArchivedProcessInstance in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return ArchivedProcessInstance Modifier and Type Method Description ArchivedProcessInstanceArchivedProcessInstanceApi. 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 ArchivedProcessInstance Modifier and Type Method Description List<ArchivedProcessInstance>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 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<ArchivedProcessInstance>ArchivedProcessInstanceApi. searchArchivedProcessInstances(Map<String,Object> 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 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 othersearchArchivedProcessInstancesmethod, but with the query parameters collected into a single Map parameter. -
Uses of ArchivedProcessInstance in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ArchivedProcessInstance Modifier and Type Method Description ArchivedProcessInstanceArchivedProcessInstance. activeFlowNodes(String activeFlowNodes)ArchivedProcessInstanceArchivedProcessInstance. archivedDate(String archivedDate)ArchivedProcessInstanceArchivedProcessInstance. endDate(String endDate)ArchivedProcessInstanceArchivedProcessInstance. failedFlowNodes(String failedFlowNodes)ArchivedProcessInstanceArchivedProcessInstance. id(String id)ArchivedProcessInstanceArchivedProcessInstance. lastUpdateDate(String lastUpdateDate)ArchivedProcessInstanceArchivedProcessInstance. processDefinitionId(String processDefinitionId)ArchivedProcessInstanceArchivedProcessInstance. rootCaseId(String rootCaseId)ArchivedProcessInstanceArchivedProcessInstance. searchIndex1Label(String searchIndex1Label)ArchivedProcessInstanceArchivedProcessInstance. searchIndex1Value(String searchIndex1Value)ArchivedProcessInstanceArchivedProcessInstance. searchIndex2Label(String searchIndex2Label)ArchivedProcessInstanceArchivedProcessInstance. searchIndex2Value(String searchIndex2Value)ArchivedProcessInstanceArchivedProcessInstance. searchIndex3Label(String searchIndex3Label)ArchivedProcessInstanceArchivedProcessInstance. searchIndex3Value(String searchIndex3Value)ArchivedProcessInstanceArchivedProcessInstance. searchIndex4Label(String searchIndex4Label)ArchivedProcessInstanceArchivedProcessInstance. searchIndex4Value(String searchIndex4Value)ArchivedProcessInstanceArchivedProcessInstance. searchIndex5Label(String searchIndex5Label)ArchivedProcessInstanceArchivedProcessInstance. searchIndex5Value(String searchIndex5Value)ArchivedProcessInstanceArchivedProcessInstance. sourceObjectId(String sourceObjectId)ArchivedProcessInstanceArchivedProcessInstance. start(String start)ArchivedProcessInstanceArchivedProcessInstance. startedBy(String startedBy)ArchivedProcessInstanceArchivedProcessInstance. startedBySubstitute(String startedBySubstitute)ArchivedProcessInstanceArchivedProcessInstance. state(String state)
-