Package org.bonitasoft.web.client.api
Interface SystemTenantApi
- All Superinterfaces:
ApiClient.Api
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public interface SystemTenantApi
extends ApiClient.Api
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.voidupdateSystemTenant(String id, TenantPauseRequest tenantPauseRequest) Deprecated.updateSystemTenantWithHttpInfo(String id, TenantPauseRequest tenantPauseRequest) Deprecated.
-
Method Details
-
getSystemTenant
Deprecated.Get the current Tenant Pause and resume tenant services in order to do maintenance on a tenant. Warning: since Bonita 9.0.0, /API/system/tenant API resource is deprecated. Use /API/system/maintenance instead to retrieve the maintenance state.- Parameters:
id- ID of the tenant (required)- Returns:
- SystemTenant
-
getSystemTenantWithHttpInfo
Deprecated.Get the current Tenant Similar togetSystemTenantbut it also returns the http response headers . Pause and resume tenant services in order to do maintenance on a tenant. Warning: since Bonita 9.0.0, /API/system/tenant API resource is deprecated. Use /API/system/maintenance instead to retrieve the maintenance state.- Parameters:
id- ID of the tenant (required)- Returns:
- A ApiResponse that wraps the response boyd and the http headers.
-
updateSystemTenant
Deprecated.Update the current Tenant Pause or resume the current tenant. Warning: since Bonita 9.0.0, /API/system/tenant API resource is deprecated. Use /API/system/maintenance instead to enable the maintenance mode (same behavior as pausing the tenant).- Parameters:
id- ID of the tenant (required)tenantPauseRequest- Partial SystemTenant description (required)
-
updateSystemTenantWithHttpInfo
@Deprecated ApiResponse<Void> updateSystemTenantWithHttpInfo(String id, TenantPauseRequest tenantPauseRequest) Deprecated.Update the current Tenant Similar toupdateSystemTenantbut it also returns the http response headers . Pause or resume the current tenant. Warning: since Bonita 9.0.0, /API/system/tenant API resource is deprecated. Use /API/system/maintenance instead to enable the maintenance mode (same behavior as pausing the tenant).- Parameters:
id- ID of the tenant (required)tenantPauseRequest- Partial SystemTenant description (required)
-