Uses of Class
org.bonitasoft.web.client.api.ApplicationPageApi.SearchApplicationPagesQueryParams
Packages that use ApplicationPageApi.SearchApplicationPagesQueryParams
-
Uses of ApplicationPageApi.SearchApplicationPagesQueryParams in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return ApplicationPageApi.SearchApplicationPagesQueryParamsModifier and TypeMethodDescriptionMethods in org.bonitasoft.web.client.api with parameters of type ApplicationPageApi.SearchApplicationPagesQueryParamsModifier and TypeMethodDescriptionApplicationPageApi.searchApplicationPages(ApplicationPageApi.SearchApplicationPagesQueryParams queryParams) Finds application pages Finds application pages with pagination params and filters - can order on `id`, `token`, `applicationId`, `pageId` - can search on `token` - can filter on `id`, `token`, `applicationId`, `pageId` Note, this is equivalent to the othersearchApplicationPagesmethod, but with the query parameters collected into a single Map parameter.ApplicationPageApi.searchApplicationPagesWithHttpInfo(ApplicationPageApi.SearchApplicationPagesQueryParams queryParams) Finds application pages Finds application pages with pagination params and filters - can order on `id`, `token`, `applicationId`, `pageId` - can search on `token` - can filter on `id`, `token`, `applicationId`, `pageId` Note, this is equivalent to the othersearchApplicationPagesthat receives the query parameters as a map, but this one also exposes the Http response headers