Uses of Class
org.bonitasoft.web.client.model.Page
Packages that use Page
Package
Description
-
Uses of Page in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return PageModifier and TypeMethodDescriptionPageApi.createPage(PageCreateRequest body) Deprecated.PageApi.getPageById(String id) Finds the Page by ID Returns the single Page for the given IDMethods in org.bonitasoft.web.client.api that return types with arguments of type PageModifier and TypeMethodDescriptionPageApi.createPageWithHttpInfo(PageCreateRequest body) Deprecated.PageApi.getPageByIdWithHttpInfo(String id) Finds the Page by ID Similar togetPageByIdbut it also returns the http response headers .Finds Pages Finds Pages with pagination params and filters - can search on `displayName`,`description` - can filter on `createdBy`,`contentType`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.Finds Pages Similar tosearchPagesbut it also returns the http response headers .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 Page in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return PageModifier and TypeMethodDescriptionPage.contentName(String contentName) Page.creationDate(String creationDate) Page.description(String description) Page.displayName(String displayName) Page.isProvided(Boolean isProvided) Page.lastUpdateDate(String lastUpdateDate) -
Uses of Page in org.bonitasoft.web.client.services
Methods in org.bonitasoft.web.client.services that return PageModifier and TypeMethodDescriptionReturn the page for the given toke or throw aNotFoundExceptionApplicationService.importPage(File pageZip) Methods in org.bonitasoft.web.client.services that return types with arguments of type PageModifier and TypeMethodDescriptionApplicationService.searchPages(int page, int count) ApplicationService.searchPages(PageApi.SearchPagesQueryParams params) -
Uses of Page in org.bonitasoft.web.client.services.impl
Methods in org.bonitasoft.web.client.services.impl that return PageMethods in org.bonitasoft.web.client.services.impl that return types with arguments of type PageModifier and TypeMethodDescriptionDefaultApplicationService.searchPages(int page, int count) DefaultApplicationService.searchPages(PageApi.SearchPagesQueryParams params)