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) -
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)
-