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 Details

    • getSystemTenant

      @Deprecated SystemTenant getSystemTenant(String id)
      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 ApiResponse<SystemTenant> getSystemTenantWithHttpInfo(String id)
      Deprecated.
      Get the current Tenant Similar to getSystemTenant but 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 void updateSystemTenant(String id, TenantPauseRequest tenantPauseRequest)
      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 to updateSystemTenant but 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)