Uses of Class
org.linuxforhealth.fhir.persistence.index.ProfileParameter
-
-
Uses of ProfileParameter in org.linuxforhealth.fhir.persistence.index
Methods in org.linuxforhealth.fhir.persistence.index that return ProfileParameter Modifier and Type Method Description static ProfileParameter
CanonicalSupport. createProfileParameter(java.lang.String name, java.lang.String stringValue)
Split the given string value to extract the profile url, version and fragment parts if they existMethods in org.linuxforhealth.fhir.persistence.index that return types with arguments of type ProfileParameter Modifier and Type Method Description java.util.List<ProfileParameter>
SearchParametersTransport. getProfileValues()
Methods in org.linuxforhealth.fhir.persistence.index with parameters of type ProfileParameter Modifier and Type Method Description SearchParametersTransport.Builder
SearchParametersTransport.Builder. addProfileValue(ProfileParameter value)
Add a profile parameter valuestatic int
SearchParameterValueSupport. compare(ProfileParameter left, ProfileParameter right)
Comparator function for comparing twoProfileParameter
valuesMethod parameters in org.linuxforhealth.fhir.persistence.index with type arguments of type ProfileParameter Modifier and Type Method Description void
SearchParametersTransport. setProfileValues(java.util.List<ProfileParameter> profileValues)
-
Uses of ProfileParameter in org.linuxforhealth.fhir.persistence.params.api
Methods in org.linuxforhealth.fhir.persistence.params.api with parameters of type ProfileParameter 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, ProfileParameter p)
Process the given ProfileParameter pvoid
IBatchParameterProcessor. process(java.lang.String requestShard, java.lang.String resourceType, java.lang.String logicalId, long logicalResourceId, ParameterNameValue parameterNameValue, ProfileParameter parameter, CommonCanonicalValue commonCanonicalValue)
-
Uses of ProfileParameter in org.linuxforhealth.fhir.persistence.params.batch
Methods in org.linuxforhealth.fhir.persistence.params.batch with parameters of type ProfileParameter 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, ProfileParameter p)
Constructors in org.linuxforhealth.fhir.persistence.params.batch with parameters of type ProfileParameter Constructor Description BatchProfileParameter(java.lang.String requestShard, java.lang.String resourceType, java.lang.String logicalId, long logicalResourceId, ParameterNameValue parameterNameValue, ProfileParameter parameter, CommonCanonicalValue commonCanonicalValue)
Canonical constructor -
Uses of ProfileParameter in org.linuxforhealth.fhir.persistence.params.database
Methods in org.linuxforhealth.fhir.persistence.params.database with parameters of type ProfileParameter Modifier and Type Method Description void
PlainBatchParameterProcessor. process(java.lang.String requestShard, java.lang.String resourceType, java.lang.String logicalId, long logicalResourceId, ParameterNameValue parameterNameValue, ProfileParameter p, CommonCanonicalValue commonCanonicalValue)
-