Uses of Class
org.bonitasoft.web.client.api.BusinessDataQueryApi.SearchBusinessDataQueryParams
-
Packages that use BusinessDataQueryApi.SearchBusinessDataQueryParams Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.services org.bonitasoft.web.client.services.impl -
-
Uses of BusinessDataQueryApi.SearchBusinessDataQueryParams in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return BusinessDataQueryApi.SearchBusinessDataQueryParams Modifier and Type Method Description BusinessDataQueryApi.SearchBusinessDataQueryParamsBusinessDataQueryApi.SearchBusinessDataQueryParams. c(Integer value)BusinessDataQueryApi.SearchBusinessDataQueryParamsBusinessDataQueryApi.SearchBusinessDataQueryParams. f(List<String> value)BusinessDataQueryApi.SearchBusinessDataQueryParamsBusinessDataQueryApi.SearchBusinessDataQueryParams. p(Integer value)BusinessDataQueryApi.SearchBusinessDataQueryParamsBusinessDataQueryApi.SearchBusinessDataQueryParams. q(String value) -
Uses of BusinessDataQueryApi.SearchBusinessDataQueryParams in org.bonitasoft.web.client.services
Methods in org.bonitasoft.web.client.services with parameters of type BusinessDataQueryApi.SearchBusinessDataQueryParams Modifier and Type Method Description <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.SearchBusinessDataQueryParams Modifier and Type Method Description <T> List<T>DefaultBdmService. query(String businessDataType, BusinessDataQueryApi.SearchBusinessDataQueryParams queryParams, Class<T> queryResultType)<T> TDefaultBdmService. querySingle(String businessDataType, BusinessDataQueryApi.SearchBusinessDataQueryParams queryParams, Class<T> queryResultType)
-