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.
PlatformService 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()
org.bonitasoft.engine.classloader.ClassLoaderService getClassLoaderService()
org.bonitasoft.engine.dependency.DependencyService getDependencyService()
PlatformCommandService getPlatformCommandService()
NodeConfiguration getPlatformConfiguration()
org.bonitasoft.engine.cache.PlatformCacheService getPlatformCacheService()
void destroy()
BroadcastService getBroadcastService()
org.bonitasoft.engine.platform.authentication.PlatformAuthenticationService getPlatformAuthenticationService()
Copyright © 2016 Bonitasoft S.A.. All rights reserved.