@ExperimentalApi
public interface TenantRegistry
Modifier and Type | Method and Description |
---|---|
boolean |
addTenant(com.atlassian.tenancy.api.Tenant tenant) |
boolean |
isRegistryVacant() |
boolean |
isTenantRegistered(com.atlassian.tenancy.api.Tenant tenant) |
boolean |
removeTenant(com.atlassian.tenancy.api.Tenant tenant) |
boolean addTenant(com.atlassian.tenancy.api.Tenant tenant)
tenant
- the tenant to addboolean removeTenant(com.atlassian.tenancy.api.Tenant tenant)
tenant
- the tenant to removeboolean isTenantRegistered(com.atlassian.tenancy.api.Tenant tenant)
tenant
- the tenant to test for being registeredboolean isRegistryVacant()
Copyright © 2003–2015 Atlassian. All rights reserved.