Uses of Class
org.bonitasoft.web.client.api.BusinessDataQueryApi.SearchBusinessDataQueryParams
Packages that use BusinessDataQueryApi.SearchBusinessDataQueryParams
Package
Description
-
Uses of BusinessDataQueryApi.SearchBusinessDataQueryParams in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return BusinessDataQueryApi.SearchBusinessDataQueryParamsModifier and TypeMethodDescriptionMethods in org.bonitasoft.web.client.api with parameters of type BusinessDataQueryApi.SearchBusinessDataQueryParamsModifier and TypeMethodDescriptionBusinessDataQueryApi.searchBusinessData(String businessDataType, BusinessDataQueryApi.SearchBusinessDataQueryParams queryParams) Finds Business Data Finds Business Data with pagination params and filters by calling a `Named Query`.BusinessDataQueryApi.searchBusinessDataWithHttpInfo(String businessDataType, BusinessDataQueryApi.SearchBusinessDataQueryParams queryParams) Finds Business Data Finds Business Data with pagination params and filters by calling a `Named Query`. -
Uses of BusinessDataQueryApi.SearchBusinessDataQueryParams in org.bonitasoft.web.client.services
Methods in org.bonitasoft.web.client.services with parameters of type BusinessDataQueryApi.SearchBusinessDataQueryParamsModifier and TypeMethodDescription<T> List<T>BdmService.query(String businessDataType, BusinessDataQueryApi.SearchBusinessDataQueryParams queryParams, Class<T> queryResultType) Perform the specified named query for the specified business data type using the search parameters and map the response to a List of T instances<T> TBdmService.querySingle(String businessDataType, BusinessDataQueryApi.SearchBusinessDataQueryParams queryParams, Class<T> queryResultType) Perform the specified named query for the specified business data type using the search parameters and map the response to a single instance of T -
Uses of BusinessDataQueryApi.SearchBusinessDataQueryParams in org.bonitasoft.web.client.services.impl
Methods in org.bonitasoft.web.client.services.impl with parameters of type BusinessDataQueryApi.SearchBusinessDataQueryParamsModifier and TypeMethodDescription<T> List<T>DefaultBdmService.query(String businessDataType, BusinessDataQueryApi.SearchBusinessDataQueryParams queryParams, Class<T> queryResultType) <T> TDefaultBdmService.querySingle(String businessDataType, BusinessDataQueryApi.SearchBusinessDataQueryParams queryParams, Class<T> queryResultType)