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.BuilderSearchParametersTransport.Builder. addSecurityValue(SecurityParameter value)Add a security parameter valuestatic intSearchParameterValueSupport. compare(SecurityParameter left, SecurityParameter right)Comparator function for comparing twoSecurityParametervaluesMethod parameters in org.linuxforhealth.fhir.persistence.index with type arguments of type SecurityParameter Modifier and Type Method Description voidSearchParametersTransport. 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 voidIParamValueCollector. 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 pvoidIBatchParameterProcessor. 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 voidParameterValueCollector. 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 voidPlainBatchParameterProcessor. process(java.lang.String requestShard, java.lang.String resourceType, java.lang.String logicalId, long logicalResourceId, ParameterNameValue parameterNameValue, SecurityParameter p, CommonTokenValue commonTokenValue) 
 -