org.bonitasoft.engine.service
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.
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()
IdentityService getIdentityService()
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 getPlaformConfiguration()
org.bonitasoft.engine.cache.PlatformCacheService getPlatformCacheService()
void destroy()
Copyright © 2014 Bonitasoft S.A.. All rights reserved.