Uses of Class
org.linuxforhealth.fhir.persistence.index.LocationParameter
-
-
Uses of LocationParameter in org.linuxforhealth.fhir.persistence.index
Methods in org.linuxforhealth.fhir.persistence.index that return types with arguments of type LocationParameter Modifier and Type Method Description java.util.List<LocationParameter>
SearchParametersTransport. getLocationValues()
Methods in org.linuxforhealth.fhir.persistence.index with parameters of type LocationParameter Modifier and Type Method Description SearchParametersTransport.Builder
SearchParametersTransport.Builder. addLocationValue(LocationParameter value)
Add a location parameter valuestatic int
SearchParameterValueSupport. compare(LocationParameter left, LocationParameter right)
Comparator function for comparing twoLocationParameter
valuesMethod parameters in org.linuxforhealth.fhir.persistence.index with type arguments of type LocationParameter Modifier and Type Method Description void
SearchParametersTransport. setLocationValues(java.util.List<LocationParameter> locationValues)
-
Uses of LocationParameter in org.linuxforhealth.fhir.persistence.params.api
Methods in org.linuxforhealth.fhir.persistence.params.api with parameters of type LocationParameter Modifier and Type Method Description void
IParamValueCollector. collect(java.lang.String tenantId, java.lang.String requestShard, java.lang.String resourceType, java.lang.String logicalId, long logicalResourceId, LocationParameter p)
Process the given LocationParameter pvoid
IBatchParameterProcessor. process(java.lang.String requestShard, java.lang.String resourceType, java.lang.String logicalId, long logicalResourceId, ParameterNameValue parameterNameValue, LocationParameter parameter)
-
Uses of LocationParameter in org.linuxforhealth.fhir.persistence.params.batch
Methods in org.linuxforhealth.fhir.persistence.params.batch with parameters of type LocationParameter Modifier and Type Method Description void
ParameterValueCollector. collect(java.lang.String tenantId, java.lang.String requestShard, java.lang.String resourceType, java.lang.String logicalId, long logicalResourceId, LocationParameter p)
Constructors in org.linuxforhealth.fhir.persistence.params.batch with parameters of type LocationParameter Constructor Description BatchLocationParameter(java.lang.String requestShard, java.lang.String resourceType, java.lang.String logicalId, long logicalResourceId, ParameterNameValue parameterNameValue, LocationParameter parameter)
Canonical constructor -
Uses of LocationParameter in org.linuxforhealth.fhir.persistence.params.database
Methods in org.linuxforhealth.fhir.persistence.params.database with parameters of type LocationParameter Modifier and Type Method Description void
PlainBatchParameterProcessor. process(java.lang.String requestShard, java.lang.String resourceType, java.lang.String logicalId, long logicalResourceId, ParameterNameValue parameterNameValue, LocationParameter p)
-