Uses of Class
org.bonitasoft.web.client.api.ProcessSupervisorApi.SearchProcessSupervisorsQueryParams
Packages that use ProcessSupervisorApi.SearchProcessSupervisorsQueryParams
-
Uses of ProcessSupervisorApi.SearchProcessSupervisorsQueryParams in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return ProcessSupervisorApi.SearchProcessSupervisorsQueryParamsModifier and TypeMethodDescriptionMethods in org.bonitasoft.web.client.api with parameters of type ProcessSupervisorApi.SearchProcessSupervisorsQueryParamsModifier and TypeMethodDescriptionProcessSupervisorApi.searchProcessSupervisors(ProcessSupervisorApi.SearchProcessSupervisorsQueryParams 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`.ProcessSupervisorApi.searchProcessSupervisorsWithHttpInfo(ProcessSupervisorApi.SearchProcessSupervisorsQueryParams 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`.