Uses of Class
org.linuxforhealth.fhir.persistence.params.model.LogicalResourceIdentKey
-
Packages that use LogicalResourceIdentKey Package Description org.linuxforhealth.fhir.persistence.params.api org.linuxforhealth.fhir.persistence.params.database -
-
Uses of LogicalResourceIdentKey in org.linuxforhealth.fhir.persistence.params.api
Method parameters in org.linuxforhealth.fhir.persistence.params.api with type arguments of type LogicalResourceIdentKey Modifier and Type Method Description void
IParamValueProcessor. resolveLogicalResourceIdents(java.util.List<LogicalResourceIdentValue> unresolvedLogicalResourceIdents, java.util.Map<LogicalResourceIdentKey,LogicalResourceIdentValue> logicalResourceIdentMap)
Make sure we have values for all the logical_resource_ident values we have collected in the current batch. -
Uses of LogicalResourceIdentKey in org.linuxforhealth.fhir.persistence.params.database
Method parameters in org.linuxforhealth.fhir.persistence.params.database with type arguments of type LogicalResourceIdentKey Modifier and Type Method Description protected java.util.List<LogicalResourceIdentValue>
PlainDerbyParamValueProcessor. fetchLogicalResourceIdentIds(java.util.List<LogicalResourceIdentValue> unresolved, java.util.Map<LogicalResourceIdentKey,LogicalResourceIdentValue> logicalResourceIdentMap)
protected java.util.List<LogicalResourceIdentValue>
PlainParamValueProcessor. fetchLogicalResourceIdentIds(java.util.List<LogicalResourceIdentValue> unresolved, java.util.Map<LogicalResourceIdentKey,LogicalResourceIdentValue> logicalResourceIdentMap)
Fetch logical_resource_id values for the given list of LogicalResourceIdent objects.void
PlainParamValueProcessor. resolveLogicalResourceIdents(java.util.List<LogicalResourceIdentValue> unresolvedLogicalResourceIdents, java.util.Map<LogicalResourceIdentKey,LogicalResourceIdentValue> logicalResourceIdentMap)
void
PlainPostgresParamValueProcessor. resolveLogicalResourceIdents(java.util.List<LogicalResourceIdentValue> unresolvedLogicalResourceIdents, java.util.Map<LogicalResourceIdentKey,LogicalResourceIdentValue> logicalResourceIdentMap)
-