Uses of Class
org.bonitasoft.web.client.api.ApplicationApi.SearchApplicationsQueryParams
-
Packages that use ApplicationApi.SearchApplicationsQueryParams Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.services org.bonitasoft.web.client.services.impl -
-
Uses of ApplicationApi.SearchApplicationsQueryParams in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return ApplicationApi.SearchApplicationsQueryParams Modifier and Type Method Description ApplicationApi.SearchApplicationsQueryParamsApplicationApi.SearchApplicationsQueryParams. c(Integer value)ApplicationApi.SearchApplicationsQueryParamsApplicationApi.SearchApplicationsQueryParams. f(List<String> value)ApplicationApi.SearchApplicationsQueryParamsApplicationApi.SearchApplicationsQueryParams. o(String value)ApplicationApi.SearchApplicationsQueryParamsApplicationApi.SearchApplicationsQueryParams. p(Integer value)ApplicationApi.SearchApplicationsQueryParamsApplicationApi.SearchApplicationsQueryParams. s(String value) -
Uses of ApplicationApi.SearchApplicationsQueryParams in org.bonitasoft.web.client.services
Methods in org.bonitasoft.web.client.services with parameters of type ApplicationApi.SearchApplicationsQueryParams Modifier and Type Method Description List<Application>ApplicationService. searchApplications(ApplicationApi.SearchApplicationsQueryParams params) -
Uses of ApplicationApi.SearchApplicationsQueryParams in org.bonitasoft.web.client.services.impl
Methods in org.bonitasoft.web.client.services.impl with parameters of type ApplicationApi.SearchApplicationsQueryParams Modifier and Type Method Description List<Application>DefaultApplicationService. searchApplications(ApplicationApi.SearchApplicationsQueryParams params)
-