Uses of Class
org.linuxforhealth.fhir.persistence.index.SearchParametersTransport
- 
Packages that use SearchParametersTransport Package Description org.linuxforhealth.fhir.persistence.index  - 
- 
Uses of SearchParametersTransport in org.linuxforhealth.fhir.persistence.index
Methods in org.linuxforhealth.fhir.persistence.index that return SearchParametersTransport Modifier and Type Method Description SearchParametersTransportSearchParametersTransport.Builder. build()Builder a newSearchParametersTransportinstance based on the current state of thisSearchParametersTransport.Builder.SearchParametersTransportSearchParametersTransportAdapter. build()Build the SearchParametersTransport instance from the current state of builderSearchParametersTransportRemoteIndexMessage. getData()SearchParametersTransportRemoteIndexData. getSearchParameters()Get the search parameter block representing the data we want to send to the remote indexing serviceMethods in org.linuxforhealth.fhir.persistence.index with parameters of type SearchParametersTransport Modifier and Type Method Description voidRemoteIndexMessage. setData(SearchParametersTransport data)Constructors in org.linuxforhealth.fhir.persistence.index with parameters of type SearchParametersTransport Constructor Description RemoteIndexData(java.lang.String partitionKey, SearchParametersTransport searchParameters)Public constructor 
 -