public class SpringPlatformServiceAccessor extends Object implements PlatformServiceAccessor
| Constructor and Description |
|---|
SpringPlatformServiceAccessor(SpringBeanAccessor beanAccessor) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
org.bonitasoft.engine.service.BroadcastService |
getBroadcastService() |
org.bonitasoft.engine.classloader.ClassLoaderService |
getClassLoaderService() |
DependencyService |
getDependencyService() |
PlatformAuthenticationService |
getPlatformAuthenticationService() |
PlatformCacheService |
getPlatformCacheService() |
PlatformCommandService |
getPlatformCommandService() |
NodeConfiguration |
getPlatformConfiguration() |
PlatformLoginService |
getPlatformLoginService() |
PlatformService |
getPlatformService() |
PlatformSessionService |
getPlatformSessionService() |
SchedulerService |
getSchedulerService() |
org.bonitasoft.engine.service.ServicesResolver |
getServicesResolver() |
TechnicalLoggerService |
getTechnicalLoggerService() |
TenantServiceAccessor |
getTenantServiceAccessor(long tenantId) |
TransactionExecutor |
getTransactionExecutor() |
TransactionService |
getTransactionService() |
<T> T |
lookup(String serviceName) |
public SpringPlatformServiceAccessor(SpringBeanAccessor beanAccessor)
public TransactionService getTransactionService()
getTransactionService in interface PlatformServiceAccessorpublic TechnicalLoggerService getTechnicalLoggerService()
getTechnicalLoggerService in interface PlatformServiceAccessorpublic PlatformLoginService getPlatformLoginService()
getPlatformLoginService in interface PlatformServiceAccessorpublic 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 DependencyService getDependencyService()
getDependencyService in interface PlatformServiceAccessorpublic PlatformCommandService getPlatformCommandService()
getPlatformCommandService in interface PlatformServiceAccessorpublic PlatformSessionService getPlatformSessionService()
getPlatformSessionService in interface PlatformServiceAccessorpublic NodeConfiguration getPlatformConfiguration()
getPlatformConfiguration in interface PlatformServiceAccessorpublic PlatformCacheService getPlatformCacheService()
getPlatformCacheService in interface PlatformServiceAccessorpublic void destroy()
destroy in interface PlatformServiceAccessorpublic org.bonitasoft.engine.service.BroadcastService getBroadcastService()
getBroadcastService in interface PlatformServiceAccessorpublic 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 © 2018 Bonitasoft S.A.. All rights reserved.