public class SpringPlatformServiceAccessor extends Object implements PlatformServiceAccessor
| Constructor and Description |
|---|
SpringPlatformServiceAccessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
org.bonitasoft.engine.service.BroadcastService |
getBroadcastService() |
org.bonitasoft.engine.classloader.ClassLoaderService |
getClassLoaderService() |
org.bonitasoft.engine.dependency.DependencyService |
getDependencyService() |
org.bonitasoft.engine.platform.authentication.PlatformAuthenticationService |
getPlatformAuthenticationService() |
org.bonitasoft.engine.cache.PlatformCacheService |
getPlatformCacheService() |
PlatformCommandService |
getPlatformCommandService() |
NodeConfiguration |
getPlatformConfiguration() |
org.bonitasoft.engine.core.platform.login.PlatformLoginService |
getPlatformLoginService() |
PlatformService |
getPlatformService() |
org.bonitasoft.engine.platform.session.PlatformSessionService |
getPlatformSessionService() |
org.bonitasoft.engine.scheduler.SchedulerService |
getSchedulerService() |
org.bonitasoft.engine.service.ServicesResolver |
getServicesResolver() |
org.bonitasoft.engine.log.technical.TechnicalLoggerService |
getTechnicalLoggerService() |
TenantServiceAccessor |
getTenantServiceAccessor(long tenantId) |
TransactionExecutor |
getTransactionExecutor() |
org.bonitasoft.engine.transaction.TransactionService |
getTransactionService() |
<T> T |
lookup(String serviceName) |
public org.bonitasoft.engine.transaction.TransactionService getTransactionService()
getTransactionService in interface PlatformServiceAccessorpublic org.bonitasoft.engine.log.technical.TechnicalLoggerService getTechnicalLoggerService()
getTechnicalLoggerService in interface PlatformServiceAccessorpublic org.bonitasoft.engine.core.platform.login.PlatformLoginService getPlatformLoginService()
getPlatformLoginService in interface PlatformServiceAccessorpublic org.bonitasoft.engine.scheduler.SchedulerService getSchedulerService()
getSchedulerService in interface PlatformServiceAccessorpublic PlatformService getPlatformService()
getPlatformService in interface PlatformServiceAccessorpublic TenantServiceAccessor getTenantServiceAccessor(long tenantId)
getTenantServiceAccessor in interface PlatformServiceAccessorpublic TransactionExecutor getTransactionExecutor()
getTransactionExecutor in interface PlatformServiceAccessorpublic org.bonitasoft.engine.classloader.ClassLoaderService getClassLoaderService()
getClassLoaderService in interface PlatformServiceAccessorpublic org.bonitasoft.engine.dependency.DependencyService getDependencyService()
getDependencyService in interface PlatformServiceAccessorpublic PlatformCommandService getPlatformCommandService()
getPlatformCommandService in interface PlatformServiceAccessorpublic org.bonitasoft.engine.platform.session.PlatformSessionService getPlatformSessionService()
getPlatformSessionService in interface PlatformServiceAccessorpublic NodeConfiguration getPlatformConfiguration()
getPlatformConfiguration in interface PlatformServiceAccessorpublic org.bonitasoft.engine.cache.PlatformCacheService getPlatformCacheService()
getPlatformCacheService in interface PlatformServiceAccessorpublic void destroy()
destroy in interface PlatformServiceAccessorpublic org.bonitasoft.engine.service.BroadcastService getBroadcastService()
getBroadcastService in interface PlatformServiceAccessorpublic org.bonitasoft.engine.platform.authentication.PlatformAuthenticationService getPlatformAuthenticationService()
getPlatformAuthenticationService in interface PlatformServiceAccessorpublic <T> T lookup(String serviceName) throws NotFoundException
lookup in interface PlatformServiceAccessorNotFoundExceptionpublic org.bonitasoft.engine.service.ServicesResolver getServicesResolver()
getServicesResolver in interface PlatformServiceAccessorCopyright © 2016 Bonitasoft S.A.. All rights reserved.