| Package | Description |
|---|---|
| org.bonitasoft.engine.platform | |
| org.bonitasoft.engine.platform.impl |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PlatformService.activateTenant(long tenantId)
Set status of the tenant into activated
|
void |
PlatformService.deactiveTenant(long tenantId)
Set status of the tenant into deactivated
|
void |
PlatformService.deleteTenant(long tenantId)
case 1 - Remove tenant specific tenant tables if no mor etenant in the db
case 2 - Remove tenant specific tables
|
void |
PlatformService.deleteTenantObjects(long tenantId)
Remove all rows from all tables where the tenantId matches
|
STenant |
PlatformService.getDefaultTenant()
Get default tenant
|
STenant |
TenantService.getTenant()
Get the logged tenant
|
STenant |
PlatformService.getTenant(long id)
Get tenant by its id
|
STenant |
PlatformService.getTenantByName(String name)
Get tenant by its name
|
List<STenant> |
PlatformService.getTenants(Collection<Long> ids,
QueryOptions queryOptions)
Get tenants which ids belong to given collection
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PlatformServiceImpl.activateTenant(long tenantId) |
void |
PlatformServiceImpl.deactiveTenant(long tenantId) |
void |
PlatformServiceImpl.deleteTenant(long tenantId) |
void |
PlatformServiceImpl.deleteTenantObjects(long tenantId) |
STenant |
PlatformServiceImpl.getDefaultTenant() |
STenant |
PlatformServiceImpl.getTenant(long id) |
STenant |
PlatformServiceImpl.getTenantByName(String name) |
List<STenant> |
PlatformServiceImpl.getTenants(Collection<Long> ids,
QueryOptions queryOptions) |
Copyright © 2019 Bonitasoft S.A.. All rights reserved.