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() |
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() |
initializeServiceAccessorPlatformService getPlatformService()
org.bonitasoft.engine.core.platform.login.PlatformLoginService getPlatformLoginService()
org.bonitasoft.engine.scheduler.SchedulerService getSchedulerService()
org.bonitasoft.engine.log.technical.TechnicalLoggerService getTechnicalLoggerService()
org.bonitasoft.engine.transaction.TransactionService getTransactionService()
TenantServiceAccessor getTenantServiceAccessor(long tenantId)
TransactionExecutor getTransactionExecutor()
org.bonitasoft.engine.platform.session.PlatformSessionService getPlatformSessionService()
SessionService getSessionService()
org.bonitasoft.engine.classloader.ClassLoaderService getClassLoaderService()
org.bonitasoft.engine.dependency.DependencyService getDependencyService()
PlatformCommandService getPlatformCommandService()
NodeConfiguration getPlatformConfiguration()
org.bonitasoft.engine.cache.PlatformCacheService getPlatformCacheService()
void destroy()
Copyright © 2014 Bonitasoft S.A.. All rights reserved.