Uses of Class
io.apicurio.multitenant.storage.dto.RegistryTenantDto
-
Packages that use RegistryTenantDto Package Description io.apicurio.multitenant.api.services io.apicurio.multitenant.metrics io.apicurio.multitenant.storage io.apicurio.multitenant.storage.dto -
-
Uses of RegistryTenantDto in io.apicurio.multitenant.api.services
Methods in io.apicurio.multitenant.api.services with parameters of type RegistryTenantDto Modifier and Type Method Description boolean
TenantStatusService. verifyTenantStatusChange(RegistryTenantDto tenant, TenantStatusValue newStatus)
-
Uses of RegistryTenantDto in io.apicurio.multitenant.metrics
Methods in io.apicurio.multitenant.metrics with parameters of type RegistryTenantDto Modifier and Type Method Description void
UsageMetrics. tenantStatusChanged(RegistryTenantDto tenant)
-
Uses of RegistryTenantDto in io.apicurio.multitenant.storage
Methods in io.apicurio.multitenant.storage that return types with arguments of type RegistryTenantDto Modifier and Type Method Description Optional<RegistryTenantDto>
RegistryTenantStorage. findByTenantId(String tenantId)
Optional<RegistryTenantDto>
RegistryTenantStorageImpl. findByTenantId(String tenantId)
List<RegistryTenantDto>
RegistryTenantStorage. queryTenants(String query, io.quarkus.panache.common.Sort sort, io.quarkus.panache.common.Parameters parameters, Integer offset, Integer limit)
List<RegistryTenantDto>
RegistryTenantStorageImpl. queryTenants(String query, io.quarkus.panache.common.Sort sort, io.quarkus.panache.common.Parameters parameters, Integer offset, Integer returnLimit)
Methods in io.apicurio.multitenant.storage with parameters of type RegistryTenantDto Modifier and Type Method Description void
RegistryTenantStorage. save(RegistryTenantDto dto)
void
RegistryTenantStorageImpl. save(RegistryTenantDto dto)
-
Uses of RegistryTenantDto in io.apicurio.multitenant.storage.dto
Methods in io.apicurio.multitenant.storage.dto that return RegistryTenantDto Modifier and Type Method Description RegistryTenantDto
RegistryTenantResourceLimitDto. getTenant()
Methods in io.apicurio.multitenant.storage.dto with parameters of type RegistryTenantDto Modifier and Type Method Description void
RegistryTenantResourceLimitDto. setTenant(RegistryTenantDto tenant)
-