public class SpringPlatformServiceAccessor extends Object implements PlatformServiceAccessor
| Constructor and Description |
|---|
SpringPlatformServiceAccessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
org.bonitasoft.engine.classloader.ClassLoaderService |
getClassLoaderService() |
org.bonitasoft.engine.dependency.DependencyService |
getDependencyService() |
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() |
SessionService |
getSessionService() |
org.bonitasoft.engine.log.technical.TechnicalLoggerService |
getTechnicalLoggerService() |
TenantServiceAccessor |
getTenantServiceAccessor(long tenantId) |
TransactionExecutor |
getTransactionExecutor() |
org.bonitasoft.engine.transaction.TransactionService |
getTransactionService() |
void |
initializeServiceAccessor(ClassLoader classLoader)
allow to specify a classloader for loading the engine
|
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 SessionService getSessionService()
getSessionService 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 void initializeServiceAccessor(ClassLoader classLoader)
ServiceAccessorinitializeServiceAccessor in interface ServiceAccessorpublic NodeConfiguration getPlatformConfiguration()
getPlatformConfiguration in interface PlatformServiceAccessorpublic org.bonitasoft.engine.cache.PlatformCacheService getPlatformCacheService()
getPlatformCacheService in interface PlatformServiceAccessorpublic void destroy()
destroy in interface PlatformServiceAccessorCopyright © 2015 Bonitasoft S.A.. All rights reserved.