public interface PlatformServiceAccessor extends ServiceAccessor
All server side services of the platform can be accessed using this class. Using server side services instead of an API might cause unexpected behaviors and damage your data.
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
BroadcastService |
getBroadcastService() |
ClassLoaderService |
getClassLoaderService() |
DependencyService |
getDependencyService() |
PlatformAuthenticationService |
getPlatformAuthenticationService() |
PlatformCacheService |
getPlatformCacheService() |
PlatformCommandService |
getPlatformCommandService() |
NodeConfiguration |
getPlatformConfiguration() |
PlatformLoginService |
getPlatformLoginService() |
PlatformService |
getPlatformService() |
PlatformSessionService |
getPlatformSessionService() |
SchedulerService |
getSchedulerService() |
ServicesResolver |
getServicesResolver() |
TechnicalLoggerService |
getTechnicalLoggerService() |
TenantServiceAccessor |
getTenantServiceAccessor(long tenantId) |
TransactionService |
getTransactionService() |
<T> T |
lookup(java.lang.String serviceName) |
PlatformService getPlatformService()
PlatformLoginService getPlatformLoginService()
SchedulerService getSchedulerService()
TechnicalLoggerService getTechnicalLoggerService()
TransactionService getTransactionService()
TenantServiceAccessor getTenantServiceAccessor(long tenantId)
PlatformSessionService getPlatformSessionService()
ClassLoaderService getClassLoaderService()
DependencyService getDependencyService()
PlatformCommandService getPlatformCommandService()
NodeConfiguration getPlatformConfiguration()
PlatformCacheService getPlatformCacheService()
void destroy()
BroadcastService getBroadcastService()
PlatformAuthenticationService getPlatformAuthenticationService()
<T> T lookup(java.lang.String serviceName)
throws org.bonitasoft.engine.exception.NotFoundException
org.bonitasoft.engine.exception.NotFoundExceptionServicesResolver getServicesResolver()