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 TenantStatusTenantStatus. 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 voidIDatabaseAdapter. 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 voidCommonDatabaseAdapter. 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 TenantStatusTenant. getTenantStatus()Methods in com.ibm.fhir.database.utils.model with parameters of type TenantStatus Modifier and Type Method Description voidTenant. 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 TenantStatusTenantInfo. getTenantStatus()Methods in com.ibm.fhir.schema.control with parameters of type TenantStatus Modifier and Type Method Description voidTenantInfo. setTenantStatus(TenantStatus tenantStatus)
-