Uses of Class
org.bonitasoft.web.client.model.ApplicationPage
Packages that use ApplicationPage
-
Uses of ApplicationPage in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return ApplicationPageModifier and TypeMethodDescriptionApplicationPageApi.createApplicationPage(ApplicationPageCreateRequest body) Deprecated.ApplicationPageApi.getApplicationPageById(String id) Finds an application page by ID Returns a single application page for the given IDMethods in org.bonitasoft.web.client.api that return types with arguments of type ApplicationPageModifier and TypeMethodDescriptionApplicationPageApi.createApplicationPageWithHttpInfo(ApplicationPageCreateRequest body) Deprecated.ApplicationPageApi.getApplicationPageByIdWithHttpInfo(String id) Finds an application page by ID Similar togetApplicationPageByIdbut it also returns the http response headers .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`ApplicationPageApi.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(Integer p, Integer c, List<String> f, String o, String s) Finds application pages Similar tosearchApplicationPagesbut it also returns the http response headers .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 -
Uses of ApplicationPage in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ApplicationPage