Uses of Class
org.bonitasoft.web.client.api.PageApi.SearchPagesQueryParams
Packages that use PageApi.SearchPagesQueryParams
Package
Description
-
Uses of PageApi.SearchPagesQueryParams in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return PageApi.SearchPagesQueryParamsModifier and TypeMethodDescriptionMethods in org.bonitasoft.web.client.api with parameters of type PageApi.SearchPagesQueryParamsModifier and TypeMethodDescriptionPageApi.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.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.SearchPagesQueryParamsModifier and TypeMethodDescriptionApplicationService.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.SearchPagesQueryParamsModifier and TypeMethodDescriptionDefaultApplicationService.searchPages(PageApi.SearchPagesQueryParams params)