Uses of Class
com.ibm.fhir.database.utils.api.TenantStatus
-
Packages that use TenantStatus Package Description com.ibm.fhir.database.utils.api com.ibm.fhir.database.utils.common com.ibm.fhir.database.utils.model com.ibm.fhir.database.utils.tenant com.ibm.fhir.schema.control -
-
Uses of TenantStatus in com.ibm.fhir.database.utils.api
Methods in com.ibm.fhir.database.utils.api that return TenantStatus Modifier and Type Method Description static TenantStatus
TenantStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static TenantStatus[]
TenantStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.fhir.database.utils.api with parameters of type TenantStatus Modifier and Type Method Description void
IDatabaseAdapter. updateTenantStatus(String adminSchemaName, int tenantId, TenantStatus status)
Update the tenant status -
Uses of TenantStatus in com.ibm.fhir.database.utils.common
Methods in com.ibm.fhir.database.utils.common with parameters of type TenantStatus Modifier and Type Method Description void
CommonDatabaseAdapter. updateTenantStatus(String adminSchemaName, int tenantId, TenantStatus status)
Update the tenant status -
Uses of TenantStatus in com.ibm.fhir.database.utils.model
Methods in com.ibm.fhir.database.utils.model that return TenantStatus Modifier and Type Method Description TenantStatus
Tenant. getTenantStatus()
Methods in com.ibm.fhir.database.utils.model with parameters of type TenantStatus Modifier and Type Method Description void
Tenant. setTenantStatus(TenantStatus tenantStatus)
-
Uses of TenantStatus in com.ibm.fhir.database.utils.tenant
Constructors in com.ibm.fhir.database.utils.tenant with parameters of type TenantStatus Constructor Description UpdateTenantStatusDAO(String schemaName, int tenantId, TenantStatus tenantStatus)
Get partition information for all tables in the tableSchema, using the catalogSchema as the schema containing the DATAPARTITIONS system table -
Uses of TenantStatus in com.ibm.fhir.schema.control
Methods in com.ibm.fhir.schema.control that return TenantStatus Modifier and Type Method Description TenantStatus
TenantInfo. getTenantStatus()
Methods in com.ibm.fhir.schema.control with parameters of type TenantStatus Modifier and Type Method Description void
TenantInfo. setTenantStatus(TenantStatus tenantStatus)
-