Uses of Class
com.ibm.fhir.schema.control.TenantInfo
-
Packages that use TenantInfo Package Description com.ibm.fhir.schema.app com.ibm.fhir.schema.control -
-
Uses of TenantInfo in com.ibm.fhir.schema.app
Methods in com.ibm.fhir.schema.app that return TenantInfo Modifier and Type Method Description protected TenantInfo
Main. freezeTenant()
Mark the tenant so that it can no longer be accessed (this prevents the SET_TENANT method from authenticating the tenantName/tenantKey pair, so the SV_TENANT_ID variable never gets set).protected TenantInfo
Main. getTenantInfo()
Methods in com.ibm.fhir.schema.app that return types with arguments of type TenantInfo Modifier and Type Method Description protected List<TenantInfo>
Main. getTenantList()
Get the list of tenants and the schemas each is currently defined in.Methods in com.ibm.fhir.schema.app with parameters of type TenantInfo Modifier and Type Method Description protected void
Main. backfillResourceChangeLogDb2(TenantInfo ti)
backfill the resource_change_log table if it is emptyprotected void
Main. detachTenantPartitions(PhysicalDataModel pdm, TenantInfo tenantInfo)
Temporarily suspend RI so that tables which are the subject of foreign key relationships can have their partitions dropped.protected void
Main. dropDetachedPartitionTables(PhysicalDataModel pdm, TenantInfo tenantInfo)
Drop any tables which have previously been detached. -
Uses of TenantInfo in com.ibm.fhir.schema.control
Methods in com.ibm.fhir.schema.control that return TenantInfo Modifier and Type Method Description TenantInfo
GetTenantInfo. run(IDatabaseTranslator translator, Connection c)
Methods in com.ibm.fhir.schema.control that return types with arguments of type TenantInfo Modifier and Type Method Description List<TenantInfo>
GetTenantList. run(IDatabaseTranslator translator, Connection c)
-