Uses of Class
com.ibm.fhir.persistence.jdbc.dao.impl.ResourceTokenValueRec
- 
- 
Uses of ResourceTokenValueRec in com.ibm.fhir.persistence.jdbc.cache
Method parameters in com.ibm.fhir.persistence.jdbc.cache with type arguments of type ResourceTokenValueRec Modifier and Type Method Description voidCommonTokenValuesCacheImpl. resolveCodeSystems(java.util.Collection<ResourceTokenValueRec> tokenValues, java.util.List<ResourceTokenValueRec> misses)voidCommonTokenValuesCacheImpl. resolveCodeSystems(java.util.Collection<ResourceTokenValueRec> tokenValues, java.util.List<ResourceTokenValueRec> misses)voidCommonTokenValuesCacheImpl. resolveTokenValues(java.util.Collection<ResourceTokenValueRec> tokenValues, java.util.List<ResourceTokenValueRec> misses)voidCommonTokenValuesCacheImpl. resolveTokenValues(java.util.Collection<ResourceTokenValueRec> tokenValues, java.util.List<ResourceTokenValueRec> misses) - 
Uses of ResourceTokenValueRec in com.ibm.fhir.persistence.jdbc.dao.api
Method parameters in com.ibm.fhir.persistence.jdbc.dao.api with type arguments of type ResourceTokenValueRec Modifier and Type Method Description voidIResourceReferenceDAO. addNormalizedValues(java.lang.String resourceType, java.util.Collection<ResourceTokenValueRec> xrefs, java.util.Collection<ResourceProfileRec> profileRecs, java.util.Collection<ResourceTokenValueRec> tagRecs, java.util.Collection<ResourceTokenValueRec> securityRecs)Add TOKEN_VALUE_MAP records, creating any CODE_SYSTEMS and COMMON_TOKEN_VALUES as necessaryvoidIResourceReferenceDAO. persist(java.util.Collection<ResourceTokenValueRec> records, java.util.Collection<ResourceProfileRec> profileRecs, java.util.Collection<ResourceTokenValueRec> tagRecs, java.util.Collection<ResourceTokenValueRec> securityRecs)Persist the records, which may span multiple resource typesvoidICommonTokenValuesCache. resolveCodeSystems(java.util.Collection<ResourceTokenValueRec> tokenValues, java.util.List<ResourceTokenValueRec> misses)Lookup all the database values we have cached for the code-system names in the given collection.voidICommonTokenValuesCache. resolveCodeSystems(java.util.Collection<ResourceTokenValueRec> tokenValues, java.util.List<ResourceTokenValueRec> misses)Lookup all the database values we have cached for the code-system names in the given collection.voidICommonTokenValuesCache. resolveTokenValues(java.util.Collection<ResourceTokenValueRec> tokenValues, java.util.List<ResourceTokenValueRec> misses)Look up the ids for the common token values.voidICommonTokenValuesCache. resolveTokenValues(java.util.Collection<ResourceTokenValueRec> tokenValues, java.util.List<ResourceTokenValueRec> misses)Look up the ids for the common token values. - 
Uses of ResourceTokenValueRec in com.ibm.fhir.persistence.jdbc.dao.impl
Method parameters in com.ibm.fhir.persistence.jdbc.dao.impl with type arguments of type ResourceTokenValueRec Modifier and Type Method Description voidResourceReferenceDAO. addNormalizedValues(java.lang.String resourceType, java.util.Collection<ResourceTokenValueRec> xrefs, java.util.Collection<ResourceProfileRec> profileRecs, java.util.Collection<ResourceTokenValueRec> tagRecs, java.util.Collection<ResourceTokenValueRec> securityRecs)protected voidResourceReferenceDAO. insertResourceSecurity(java.lang.String resourceType, java.util.Collection<ResourceTokenValueRec> xrefs)Insert _security parameters to the resource-specific xx_SECURITY tableprotected voidResourceReferenceDAO. insertResourceTags(java.lang.String resourceType, java.util.Collection<ResourceTokenValueRec> xrefs)Insert the tags referenced by the given collection of token value recordsprotected voidResourceReferenceDAO. insertResourceTokenRefs(java.lang.String resourceType, java.util.Collection<ResourceTokenValueRec> xrefs)Insert the values in the resource-type-specific _resource_token_refs table.protected voidResourceReferenceDAO. insertSystemResourceSecurity(java.lang.String resourceType, java.util.Collection<ResourceTokenValueRec> xrefs)Insert _security parametes to the whole-system LOGICAL_REOURCE_SECURITY tableprotected voidResourceReferenceDAO. insertSystemResourceTags(java.lang.String resourceType, java.util.Collection<ResourceTokenValueRec> xrefs)Insert _tag parameters to the whole-system LOGICAL_RESOURCE_TAGS tableprotected voidResourceReferenceDAO. insertSystemResourceTokenRefs(java.lang.String resourceType, java.util.Collection<ResourceTokenValueRec> xrefs)Insert any whole-system parameters to the token_refs tablevoidResourceReferenceDAO. persist(java.util.Collection<ResourceTokenValueRec> records, java.util.Collection<ResourceProfileRec> profileRecs, java.util.Collection<ResourceTokenValueRec> tagRecs, java.util.Collection<ResourceTokenValueRec> securityRecs)voidResourceReferenceDAO. upsertCodeSystems(java.util.List<ResourceTokenValueRec> systems)Add all the systems we currently don't have in the database.voidResourceReferenceDAO. upsertCommonTokenValues(java.util.List<ResourceTokenValueRec> values)Add reference value records for each unique reference name in the given list - 
Uses of ResourceTokenValueRec in com.ibm.fhir.persistence.jdbc.db2
Method parameters in com.ibm.fhir.persistence.jdbc.db2 with type arguments of type ResourceTokenValueRec Modifier and Type Method Description protected voidDb2ResourceReferenceDAO. insertResourceSecurity(java.lang.String resourceType, java.util.Collection<ResourceTokenValueRec> xrefs)protected voidDb2ResourceReferenceDAO. insertResourceTags(java.lang.String resourceType, java.util.Collection<ResourceTokenValueRec> xrefs)protected voidDb2ResourceReferenceDAO. insertResourceTokenRefs(java.lang.String resourceType, java.util.Collection<ResourceTokenValueRec> xrefs)protected voidDb2ResourceReferenceDAO. insertSystemResourceSecurity(java.lang.String resourceType, java.util.Collection<ResourceTokenValueRec> xrefs)protected voidDb2ResourceReferenceDAO. insertSystemResourceTags(java.lang.String resourceType, java.util.Collection<ResourceTokenValueRec> xrefs)protected voidDb2ResourceReferenceDAO. insertSystemResourceTokenRefs(java.lang.String resourceType, java.util.Collection<ResourceTokenValueRec> xrefs) - 
Uses of ResourceTokenValueRec in com.ibm.fhir.persistence.jdbc.derby
Method parameters in com.ibm.fhir.persistence.jdbc.derby with type arguments of type ResourceTokenValueRec Modifier and Type Method Description voidDerbyResourceReferenceDAO. upsertCommonTokenValues(java.util.List<ResourceTokenValueRec> values) - 
Uses of ResourceTokenValueRec in com.ibm.fhir.persistence.jdbc.impl
Methods in com.ibm.fhir.persistence.jdbc.impl with parameters of type ResourceTokenValueRec Modifier and Type Method Description voidParameterTransactionDataImpl. addSecurityValue(ResourceTokenValueRec rec)Add the given security parameter record to the list of records being accumulated in the transaction data.voidParameterTransactionDataImpl. addTagValue(ResourceTokenValueRec rec)Add the given tag parameter record to the list of records being accumulated in this transaction data.voidParameterTransactionDataImpl. addValue(ResourceTokenValueRec rec)Add this record to the list of records being accumulated in this transactionMethod parameters in com.ibm.fhir.persistence.jdbc.impl with type arguments of type ResourceTokenValueRec Modifier and Type Method Description voidFHIRPersistenceJDBCImpl. onCommit(java.util.Collection<ResourceTokenValueRec> records, java.util.Collection<ResourceProfileRec> profileRecs, java.util.Collection<ResourceTokenValueRec> tagRecs, java.util.Collection<ResourceTokenValueRec> securityRecs)Called just prior to commit so that we can persist all the token value records that have been accumulated during the transaction. 
 -