Uses of Interface
org.ehrbase.api.tenant.Tenant
-
Packages that use Tenant Package Description org.ehrbase.api.service -
-
Uses of Tenant in org.ehrbase.api.service
Methods in org.ehrbase.api.service that return Tenant Modifier and Type Method Description TenantTenantService. update(Tenant tenant)Methods in org.ehrbase.api.service that return types with arguments of type Tenant Modifier and Type Method Description Optional<Tenant>TenantService. findBy(String tenantId)List<Tenant>TenantService. getAll()Methods in org.ehrbase.api.service with parameters of type Tenant Modifier and Type Method Description UUIDTenantService. create(Tenant tenant)TenantTenantService. update(Tenant tenant)
-