Uses of Class
org.bonitasoft.web.client.model.SystemTenant
-
Packages that use SystemTenant Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.model -
-
Uses of SystemTenant in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return SystemTenant Modifier and Type Method Description SystemTenantSystemTenantApi. getSystemTenant(String id)Get the current Tenant Pause and resume tenant services in order to do maintenance on a tenant.Methods in org.bonitasoft.web.client.api that return types with arguments of type SystemTenant Modifier and Type Method Description ApiResponse<SystemTenant>SystemTenantApi. getSystemTenantWithHttpInfo(String id)Get the current Tenant Similar togetSystemTenantbut it also returns the http response headers . -
Uses of SystemTenant in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return SystemTenant Modifier and Type Method Description SystemTenantSystemTenant. id(String id)SystemTenantSystemTenant. paused(Boolean paused)
-