public interface PlatformServiceAccessor extends ServiceAccessor
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
org.bonitasoft.engine.classloader.ClassLoaderService |
getClassLoaderService() |
org.bonitasoft.engine.dependency.DependencyService |
getDependencyService() |
IdentityService |
getIdentityService() |
NodeConfiguration |
getPlaformConfiguration() |
org.bonitasoft.engine.cache.PlatformCacheService |
getPlatformCacheService() |
PlatformCommandService |
getPlatformCommandService() |
org.bonitasoft.engine.core.platform.login.PlatformLoginService |
getPlatformLoginService() |
PlatformService |
getPlatformService() |
org.bonitasoft.engine.platform.session.PlatformSessionService |
getPlatformSessionService() |
org.bonitasoft.engine.scheduler.SchedulerService |
getSchedulerService() |
List<org.bonitasoft.engine.commons.ServiceWithLifecycle> |
getServicesToStart() |
SessionService |
getSessionService() |
org.bonitasoft.engine.log.technical.TechnicalLoggerService |
getTechnicalLoggerService() |
TenantServiceAccessor |
getTenantServiceAccessor(long tenantId) |
TransactionExecutor |
getTransactionExecutor() |
org.bonitasoft.engine.transaction.TransactionService |
getTransactionService() |
org.bonitasoft.engine.work.WorkService |
getWorkService() |
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.work.WorkService getWorkService()
org.bonitasoft.engine.cache.PlatformCacheService getPlatformCacheService()
List<org.bonitasoft.engine.commons.ServiceWithLifecycle> getServicesToStart()
void destroy()
Copyright © 2013 BonitaSoft. All Rights Reserved.