Uses of Class
org.bonitasoft.web.client.model.ProcessSupervisor
-
Packages that use ProcessSupervisor Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.model -
-
Uses of ProcessSupervisor in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return ProcessSupervisor Modifier and Type Method Description ProcessSupervisorProcessSupervisorApi. createProcessSupervisor(ProcessSupervisor body)Create the ProcessSupervisor Create the ProcessSupervisorMethods in org.bonitasoft.web.client.api that return types with arguments of type ProcessSupervisor Modifier and Type Method Description List<ProcessSupervisor>ProcessSupervisorApi. searchProcessSupervisors(Integer p, Integer c, List<String> f, String o, String s)Finds ProcessSupervisors Finds ProcessSupervisors with pagination params and filters To filter, you need to specify the `process_id`, and then the `user_id`, `group_id` and `role_id` with one of them (two if you want to filter on group and role) set to `>0` and the other ones set to `-1`.List<ProcessSupervisor>ProcessSupervisorApi. searchProcessSupervisors(Map<String,Object> queryParams)Finds ProcessSupervisors Finds ProcessSupervisors with pagination params and filters To filter, you need to specify the `process_id`, and then the `user_id`, `group_id` and `role_id` with one of them (two if you want to filter on group and role) set to `>0` and the other ones set to `-1`.Methods in org.bonitasoft.web.client.api with parameters of type ProcessSupervisor Modifier and Type Method Description ProcessSupervisorProcessSupervisorApi. createProcessSupervisor(ProcessSupervisor body)Create the ProcessSupervisor Create the ProcessSupervisor -
Uses of ProcessSupervisor in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ProcessSupervisor Modifier and Type Method Description ProcessSupervisorProcessSupervisor. groupId(String groupId)ProcessSupervisorProcessSupervisor. processId(String processId)ProcessSupervisorProcessSupervisor. roleId(String roleId)ProcessSupervisorProcessSupervisor. userId(String userId)
-