Uses of Class
org.linuxforhealth.fhir.persistence.index.SecurityParameter
-
-
Uses of SecurityParameter in org.linuxforhealth.fhir.persistence.index
Methods in org.linuxforhealth.fhir.persistence.index that return types with arguments of type SecurityParameter Modifier and Type Method Description java.util.List<SecurityParameter>
SearchParametersTransport. getSecurityValues()
Methods in org.linuxforhealth.fhir.persistence.index with parameters of type SecurityParameter Modifier and Type Method Description SearchParametersTransport.Builder
SearchParametersTransport.Builder. addSecurityValue(SecurityParameter value)
Add a security parameter valuestatic int
SearchParameterValueSupport. compare(SecurityParameter left, SecurityParameter right)
Comparator function for comparing twoSecurityParameter
valuesMethod parameters in org.linuxforhealth.fhir.persistence.index with type arguments of type SecurityParameter Modifier and Type Method Description void
SearchParametersTransport. setSecurityValues(java.util.List<SecurityParameter> securityValues)
-
Uses of SecurityParameter in org.linuxforhealth.fhir.persistence.params.api
Methods in org.linuxforhealth.fhir.persistence.params.api with parameters of type SecurityParameter 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, SecurityParameter p)
Proces the given SecurityParameter pvoid
IBatchParameterProcessor. process(java.lang.String requestShard, java.lang.String resourceType, java.lang.String logicalId, long logicalResourceId, ParameterNameValue parameterNameValue, SecurityParameter parameter, CommonTokenValue commonTokenValue)
-
Uses of SecurityParameter in org.linuxforhealth.fhir.persistence.params.batch
Methods in org.linuxforhealth.fhir.persistence.params.batch with parameters of type SecurityParameter 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, SecurityParameter p)
Constructors in org.linuxforhealth.fhir.persistence.params.batch with parameters of type SecurityParameter Constructor Description BatchSecurityParameter(java.lang.String requestShard, java.lang.String resourceType, java.lang.String logicalId, long logicalResourceId, ParameterNameValue parameterNameValue, SecurityParameter parameter, CommonTokenValue commonTokenValue)
Canonical constructor -
Uses of SecurityParameter in org.linuxforhealth.fhir.persistence.params.database
Methods in org.linuxforhealth.fhir.persistence.params.database with parameters of type SecurityParameter Modifier and Type Method Description void
PlainBatchParameterProcessor. process(java.lang.String requestShard, java.lang.String resourceType, java.lang.String logicalId, long logicalResourceId, ParameterNameValue parameterNameValue, SecurityParameter p, CommonTokenValue commonTokenValue)
-