Uses of Class
org.odpi.openmetadata.accessservices.subjectarea.utils.QueryParams
-
Packages that use QueryParams Package Description org.odpi.openmetadata.accessservices.subjectarea.client org.odpi.openmetadata.accessservices.subjectarea.utils -
-
Uses of QueryParams in org.odpi.openmetadata.accessservices.subjectarea.client
Methods in org.odpi.openmetadata.accessservices.subjectarea.client with parameters of type QueryParams Modifier and Type Method Description QueryBuilderSubjectAreaRestClient. createFindQuery(String methodName, FindRequest findRequest, QueryParams queryParams)Method for constructing a query (https://en.wikipedia.org/wiki/Query_string) using the information described in the findRequest page size and startingFrom need to set by the caller.<T> GenericResponse<T>SubjectAreaRestClient. findRESTCall(String userId, String methodName, String urnTemplate, org.springframework.core.ParameterizedTypeReference<GenericResponse<T>> type, FindRequest findRequest, QueryParams queryParams)Issue a GET REST call that returns a response found objects using the information described in findRequest, specifying the maximum amount that the downstream server supports.<T> GenericResponse<T>SubjectAreaRestClient. findRESTCall(String userId, String methodName, String urnTemplate, org.springframework.core.ParameterizedTypeReference<GenericResponse<T>> type, FindRequest findRequest, QueryParams queryParams, Integer maximumPageSizeOnRestCall)Issue a GET REST call that returns a response found objects using the information described in findRequest, specifying the maximum amount that the downstream server supports.<T> GenericResponse<T>SubjectAreaRestClient. getByIdRESTCall(String userId, String guid, String methodName, org.springframework.core.ParameterizedTypeReference<GenericResponse<T>> type, String urnTemplate, FindRequest findRequest, Integer maximumPageSizeOnRestCall, QueryParams queryParams)Issue a GET REST call that returns a response object by guid. -
Uses of QueryParams in org.odpi.openmetadata.accessservices.subjectarea.utils
Methods in org.odpi.openmetadata.accessservices.subjectarea.utils that return QueryParams Modifier and Type Method Description QueryParamsQueryParams. setExactValue(boolean exactValue)QueryParamsQueryParams. setIgnoreCase(boolean ignoreCase)QueryParamsQueryParams. setOnlyTop(boolean onlyTop)Methods in org.odpi.openmetadata.accessservices.subjectarea.utils with parameters of type QueryParams Modifier and Type Method Description QueryBuilderQueryBuilder. addParams(QueryParams queryParams)
-