Uses of Class
org.bonitasoft.web.client.api.PageApi.SearchPagesQueryParams
-
Packages that use PageApi.SearchPagesQueryParams Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.services org.bonitasoft.web.client.services.impl -
-
Uses of PageApi.SearchPagesQueryParams in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return PageApi.SearchPagesQueryParams Modifier and Type Method Description PageApi.SearchPagesQueryParamsPageApi.SearchPagesQueryParams. c(Integer value)PageApi.SearchPagesQueryParamsPageApi.SearchPagesQueryParams. f(List<String> value)PageApi.SearchPagesQueryParamsPageApi.SearchPagesQueryParams. o(String value)PageApi.SearchPagesQueryParamsPageApi.SearchPagesQueryParams. p(Integer value)PageApi.SearchPagesQueryParamsPageApi.SearchPagesQueryParams. s(String value)Methods in org.bonitasoft.web.client.api with parameters of type PageApi.SearchPagesQueryParams Modifier and Type Method Description List<Page>PageApi. searchPages(PageApi.SearchPagesQueryParams queryParams)Finds Pages Finds Pages with pagination params and filters - can search on `displayName`,`description` - can filter on `createdBy`,`contentType` Note, this is equivalent to the othersearchPagesmethod, but with the query parameters collected into a single Map parameter.ApiResponse<List<Page>>PageApi. searchPagesWithHttpInfo(PageApi.SearchPagesQueryParams queryParams)Finds Pages Finds Pages with pagination params and filters - can search on `displayName`,`description` - can filter on `createdBy`,`contentType` Note, this is equivalent to the othersearchPagesthat receives the query parameters as a map, but this one also exposes the Http response headers -
Uses of PageApi.SearchPagesQueryParams in org.bonitasoft.web.client.services
Methods in org.bonitasoft.web.client.services with parameters of type PageApi.SearchPagesQueryParams Modifier and Type Method Description List<Page>ApplicationService. searchPages(PageApi.SearchPagesQueryParams params) -
Uses of PageApi.SearchPagesQueryParams in org.bonitasoft.web.client.services.impl
Methods in org.bonitasoft.web.client.services.impl with parameters of type PageApi.SearchPagesQueryParams Modifier and Type Method Description List<Page>DefaultApplicationService. searchPages(PageApi.SearchPagesQueryParams params)
-