Interface TenantServiceAccessor

All Superinterfaces:
ServiceAccessor
All Known Implementing Classes:
SpringPlatformInitServiceAccessor, SpringPlatformServiceAccessor, SpringServiceAccessor, SpringTenantServiceAccessor

@Deprecated(forRemoval=true, since="9.0.0") public interface TenantServiceAccessor extends ServiceAccessor
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.0.0, use ServiceAccessor instead
Accessor for tenant level engine services.

All server side services of a tenant can be accessed using this class. Using server side services instead of an API might cause unexpected behaviors and damage your data.

Author:
Matthieu Chaffotte, Yanyan Liu, Hongwen Zang, Celine Souchet