Uses of Class
org.linuxforhealth.fhir.persistence.params.model.CommonTokenValue
- 
- 
Uses of CommonTokenValue in org.linuxforhealth.fhir.persistence.params.api
Methods in org.linuxforhealth.fhir.persistence.params.api with parameters of type CommonTokenValue Modifier and Type Method Description voidIBatchParameterProcessor. process(java.lang.String requestShard, java.lang.String resourceType, java.lang.String logicalId, long logicalResourceId, ParameterNameValue parameterNameValue, SecurityParameter parameter, CommonTokenValue commonTokenValue)voidIBatchParameterProcessor. process(java.lang.String requestShard, java.lang.String resourceType, java.lang.String logicalId, long logicalResourceId, ParameterNameValue parameterNameValue, TagParameter parameter, CommonTokenValue commonTokenValue)voidIBatchParameterProcessor. process(java.lang.String requestShard, java.lang.String resourceType, java.lang.String logicalId, long logicalResourceId, ParameterNameValue parameterNameValue, TokenParameter parameter, CommonTokenValue commonTokenValue)Method parameters in org.linuxforhealth.fhir.persistence.params.api with type arguments of type CommonTokenValue Modifier and Type Method Description voidIParamValueProcessor. resolveCommonTokenValues(java.util.List<CommonTokenValue> unresolvedTokenValues, java.util.Map<CommonTokenValueKey,CommonTokenValue> commonTokenValueMap)voidIParamValueProcessor. resolveCommonTokenValues(java.util.List<CommonTokenValue> unresolvedTokenValues, java.util.Map<CommonTokenValueKey,CommonTokenValue> commonTokenValueMap) - 
Uses of CommonTokenValue in org.linuxforhealth.fhir.persistence.params.batch
Constructors in org.linuxforhealth.fhir.persistence.params.batch with parameters of type CommonTokenValue Constructor Description BatchSecurityParameter(java.lang.String requestShard, java.lang.String resourceType, java.lang.String logicalId, long logicalResourceId, ParameterNameValue parameterNameValue, SecurityParameter parameter, CommonTokenValue commonTokenValue)Canonical constructorBatchTagParameter(java.lang.String requestShard, java.lang.String resourceType, java.lang.String logicalId, long logicalResourceId, ParameterNameValue parameterNameValue, TagParameter parameter, CommonTokenValue commonTokenValue)Canonical constructorBatchTokenParameter(java.lang.String requestShard, java.lang.String resourceType, java.lang.String logicalId, long logicalResourceId, ParameterNameValue parameterNameValue, TokenParameter parameter, CommonTokenValue commonTokenValue)Canonical constructor - 
Uses of CommonTokenValue in org.linuxforhealth.fhir.persistence.params.database
Methods in org.linuxforhealth.fhir.persistence.params.database that return types with arguments of type CommonTokenValue Modifier and Type Method Description protected java.util.List<CommonTokenValue>DistributedPostgresParamValueProcessor. addMissingCommonTokenValues(java.util.List<CommonTokenValue> missing, java.util.Map<CommonTokenValueKey,CommonTokenValue> commonTokenValueMap)protected java.util.List<CommonTokenValue>PlainPostgresParamValueProcessor. addMissingCommonTokenValues(java.util.List<CommonTokenValue> missing, java.util.Map<CommonTokenValueKey,CommonTokenValue> commonTokenValueMap)PostgreSQL-specific approach to insert new values into common_token_valuesprotected java.util.List<CommonTokenValue>PlainDerbyParamValueProcessor. fetchCommonTokenValueIds(java.util.List<CommonTokenValue> unresolved, java.util.Map<CommonTokenValueKey,CommonTokenValue> commonTokenValueMap)protected java.util.List<CommonTokenValue>PlainParamValueProcessor. fetchCommonTokenValueIds(java.util.List<CommonTokenValue> unresolved, java.util.Map<CommonTokenValueKey,CommonTokenValue> commonTokenValueMap)Fetch the common_token_value_id values for the given list of CommonTokenValue objects.Methods in org.linuxforhealth.fhir.persistence.params.database with parameters of type CommonTokenValue 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)voidPlainBatchParameterProcessor. process(java.lang.String requestShard, java.lang.String resourceType, java.lang.String logicalId, long logicalResourceId, ParameterNameValue parameterNameValue, TagParameter p, CommonTokenValue commonTokenValue)voidPlainBatchParameterProcessor. process(java.lang.String requestShard, java.lang.String resourceType, java.lang.String logicalId, long logicalResourceId, ParameterNameValue parameterNameValue, TokenParameter p, CommonTokenValue commonTokenValue)Method parameters in org.linuxforhealth.fhir.persistence.params.database with type arguments of type CommonTokenValue Modifier and Type Method Description protected java.util.List<CommonTokenValue>DistributedPostgresParamValueProcessor. addMissingCommonTokenValues(java.util.List<CommonTokenValue> missing, java.util.Map<CommonTokenValueKey,CommonTokenValue> commonTokenValueMap)protected java.util.List<CommonTokenValue>DistributedPostgresParamValueProcessor. addMissingCommonTokenValues(java.util.List<CommonTokenValue> missing, java.util.Map<CommonTokenValueKey,CommonTokenValue> commonTokenValueMap)protected voidPlainDerbyParamValueProcessor. addMissingCommonTokenValues(java.util.List<CommonTokenValue> missing)protected voidPlainParamValueProcessor. addMissingCommonTokenValues(java.util.List<CommonTokenValue> missing)Add the values we think are missing from the database.protected java.util.List<CommonTokenValue>PlainPostgresParamValueProcessor. addMissingCommonTokenValues(java.util.List<CommonTokenValue> missing, java.util.Map<CommonTokenValueKey,CommonTokenValue> commonTokenValueMap)PostgreSQL-specific approach to insert new values into common_token_valuesprotected java.util.List<CommonTokenValue>PlainPostgresParamValueProcessor. addMissingCommonTokenValues(java.util.List<CommonTokenValue> missing, java.util.Map<CommonTokenValueKey,CommonTokenValue> commonTokenValueMap)PostgreSQL-specific approach to insert new values into common_token_valuesprotected PreparedStatementWrapperPlainParamValueProcessor. buildCommonTokenValueSelectStatement(java.util.List<CommonTokenValue> values)Build and prepare a statement to fetch the common_token_value records for all the given (unresolved) code system valuesprotected java.util.List<CommonTokenValue>PlainDerbyParamValueProcessor. fetchCommonTokenValueIds(java.util.List<CommonTokenValue> unresolved, java.util.Map<CommonTokenValueKey,CommonTokenValue> commonTokenValueMap)protected java.util.List<CommonTokenValue>PlainDerbyParamValueProcessor. fetchCommonTokenValueIds(java.util.List<CommonTokenValue> unresolved, java.util.Map<CommonTokenValueKey,CommonTokenValue> commonTokenValueMap)protected java.util.List<CommonTokenValue>PlainParamValueProcessor. fetchCommonTokenValueIds(java.util.List<CommonTokenValue> unresolved, java.util.Map<CommonTokenValueKey,CommonTokenValue> commonTokenValueMap)Fetch the common_token_value_id values for the given list of CommonTokenValue objects.protected java.util.List<CommonTokenValue>PlainParamValueProcessor. fetchCommonTokenValueIds(java.util.List<CommonTokenValue> unresolved, java.util.Map<CommonTokenValueKey,CommonTokenValue> commonTokenValueMap)Fetch the common_token_value_id values for the given list of CommonTokenValue objects.voidPlainParamValueProcessor. resolveCommonTokenValues(java.util.List<CommonTokenValue> unresolvedTokenValues, java.util.Map<CommonTokenValueKey,CommonTokenValue> commonTokenValueMap)Make sure we have values for all the common_token_value records we have collected in the current batchvoidPlainParamValueProcessor. resolveCommonTokenValues(java.util.List<CommonTokenValue> unresolvedTokenValues, java.util.Map<CommonTokenValueKey,CommonTokenValue> commonTokenValueMap)Make sure we have values for all the common_token_value records we have collected in the current batchvoidPlainPostgresParamValueProcessor. resolveCommonTokenValues(java.util.List<CommonTokenValue> unresolvedTokenValues, java.util.Map<CommonTokenValueKey,CommonTokenValue> commonTokenValueMap)voidPlainPostgresParamValueProcessor. resolveCommonTokenValues(java.util.List<CommonTokenValue> unresolvedTokenValues, java.util.Map<CommonTokenValueKey,CommonTokenValue> commonTokenValueMap) - 
Uses of CommonTokenValue in org.linuxforhealth.fhir.persistence.params.model
Methods in org.linuxforhealth.fhir.persistence.params.model that return CommonTokenValue Modifier and Type Method Description CommonTokenValueResourceTokenValue. getCommonTokenValue()Methods in org.linuxforhealth.fhir.persistence.params.model with parameters of type CommonTokenValue Modifier and Type Method Description intCommonTokenValue. compareTo(CommonTokenValue that)Constructors in org.linuxforhealth.fhir.persistence.params.model with parameters of type CommonTokenValue Constructor Description ResourceTokenValue(java.lang.String resourceType, java.lang.String logicalId, long logicalResourceId, TokenParameter tokenParameter, CommonTokenValue commonTokenValue)Public constructor 
 -