org.bonitasoft.engine.service.impl
public class SpringTenantServiceAccessor extends Object implements TenantServiceAccessor
| Constructor and Description |
|---|
SpringTenantServiceAccessor(Long tenantId) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
org.bonitasoft.engine.core.process.instance.api.ActivityInstanceService |
getActivityInstanceService() |
Parser |
getActorMappingParser() |
org.bonitasoft.engine.actor.mapping.ActorMappingService |
getActorMappingService() |
org.bonitasoft.engine.archive.ArchiveService |
getArchiveService() |
SpringTenantFileSystemBeanAccessor |
getBeanAccessor() |
BPMInstancesCreator |
getBPMInstancesCreator() |
org.bonitasoft.engine.cache.CacheService |
getCacheService() |
org.bonitasoft.engine.core.category.CategoryService |
getCategoryService() |
org.bonitasoft.engine.classloader.ClassLoaderService |
getClassLoaderService() |
CommandService |
getCommandService() |
org.bonitasoft.engine.core.process.comment.api.SCommentService |
getCommentService() |
ConnectorExecutor |
getConnectorExecutor() |
org.bonitasoft.engine.core.connector.ConnectorInstanceService |
getConnectorInstanceService() |
org.bonitasoft.engine.core.connector.ConnectorService |
getConnectorService() |
ContainerRegistry |
getContainerRegistry() |
org.bonitasoft.engine.data.instance.api.DataInstanceService |
getDataInstanceService() |
DefaultCommandProvider |
getDefaultCommandProvider() |
DependencyResolver |
getDependencyResolver() |
org.bonitasoft.engine.dependency.DependencyService |
getDependencyService() |
org.bonitasoft.engine.core.process.document.mapping.DocumentMappingService |
getDocumentMappingService() |
org.bonitasoft.engine.core.process.instance.api.event.EventInstanceService |
getEventInstanceService() |
org.bonitasoft.engine.events.EventService |
getEventService() |
EventsHandler |
getEventsHandler() |
org.bonitasoft.engine.core.expression.control.api.ExpressionResolverService |
getExpressionResolverService() |
ExpressionService |
getExpressionService() |
org.bonitasoft.engine.external.identity.mapping.ExternalIdentityMappingService |
getExternalIdentityMappingService() |
FlowNodeExecutor |
getFlowNodeExecutor() |
FlowNodeStateManager |
getFlowNodeStateManager() |
org.bonitasoft.engine.core.process.instance.api.GatewayInstanceService |
getGatewayInstanceService() |
IdentityService |
getIdentityService() |
IncidentService |
getIncidentService() |
org.bonitasoft.engine.scheduler.JobService |
getJobService() |
org.bonitasoft.engine.lock.LockService |
getLockService() |
org.bonitasoft.engine.core.login.LoginService |
getLoginService() |
org.bonitasoft.engine.core.operation.OperationService |
getOperationService() |
ParserFactory |
getParserFactgory() |
ProcessDefinitionService |
getProcessDefinitionService() |
org.bonitasoft.engine.core.process.document.api.ProcessDocumentService |
getProcessDocumentService() |
ProcessExecutor |
getProcessExecutor() |
org.bonitasoft.engine.core.process.instance.api.ProcessInstanceService |
getProcessInstanceService() |
Parser |
getProfileParser() |
ProfileService |
getProfileService() |
org.bonitasoft.engine.services.QueriableLoggerService |
getQueriableLoggerService() |
org.bonitasoft.engine.sessionaccessor.ReadSessionAccessor |
getReadSessionAccessor() |
org.bonitasoft.engine.scheduler.SchedulerService |
getSchedulerService() |
SearchEntitiesDescriptor |
getSearchEntitiesDescriptor() |
org.bonitasoft.engine.sessionaccessor.SessionAccessor |
getSessionAccessor() |
SessionService |
getSessionService() |
org.bonitasoft.engine.supervisor.mapping.SupervisorMappingService |
getSupervisorService() |
SynchroService |
getSynchroService() |
org.bonitasoft.engine.log.technical.TechnicalLoggerService |
getTechnicalLoggerService() |
TenantConfiguration |
getTenantConfiguration() |
long |
getTenantId() |
ThemeService |
getThemeService() |
TimeTracker |
getTimeTracker() |
org.bonitasoft.engine.core.process.instance.api.TokenService |
getTokenService() |
TransactionalProcessInstanceInterruptor |
getTransactionalProcessInstanceInterruptor() |
TransactionExecutor |
getTransactionExecutor() |
TransientDataService |
getTransientDataService() |
org.bonitasoft.engine.core.process.instance.api.TransitionService |
getTransitionInstanceService() |
org.bonitasoft.engine.core.filter.UserFilterService |
getUserFilterService() |
org.bonitasoft.engine.transaction.UserTransactionService |
getUserTransactionService() |
org.bonitasoft.engine.work.WorkService |
getWorkService() |
XMLWriter |
getXMLWriter() |
void |
initializeServiceAccessor(ClassLoader classLoader)
allow to specify a classloader for loading the engine
|
<T> T |
lookup(String serviceName) |
public SpringTenantServiceAccessor(Long tenantId)
public org.bonitasoft.engine.sessionaccessor.ReadSessionAccessor getReadSessionAccessor()
getReadSessionAccessor in interface TenantServiceAccessorpublic TimeTracker getTimeTracker()
getTimeTracker in interface TenantServiceAccessorpublic org.bonitasoft.engine.sessionaccessor.SessionAccessor getSessionAccessor()
getSessionAccessor in interface TenantServiceAccessorpublic SessionService getSessionService()
getSessionService in interface TenantServiceAccessorpublic IdentityService getIdentityService()
getIdentityService in interface TenantServiceAccessorpublic org.bonitasoft.engine.core.login.LoginService getLoginService()
getLoginService in interface TenantServiceAccessorpublic org.bonitasoft.engine.services.QueriableLoggerService getQueriableLoggerService()
getQueriableLoggerService in interface TenantServiceAccessorpublic org.bonitasoft.engine.log.technical.TechnicalLoggerService getTechnicalLoggerService()
getTechnicalLoggerService in interface TenantServiceAccessorpublic org.bonitasoft.engine.transaction.UserTransactionService getUserTransactionService()
getUserTransactionService in interface TenantServiceAccessorpublic ProcessDefinitionService getProcessDefinitionService()
getProcessDefinitionService in interface TenantServiceAccessorpublic org.bonitasoft.engine.core.process.instance.api.ProcessInstanceService getProcessInstanceService()
getProcessInstanceService in interface TenantServiceAccessorpublic org.bonitasoft.engine.core.process.instance.api.TokenService getTokenService()
getTokenService in interface TenantServiceAccessorpublic org.bonitasoft.engine.core.process.instance.api.ActivityInstanceService getActivityInstanceService()
getActivityInstanceService in interface TenantServiceAccessorpublic BPMInstancesCreator getBPMInstancesCreator()
getBPMInstancesCreator in interface TenantServiceAccessorpublic FlowNodeExecutor getFlowNodeExecutor()
getFlowNodeExecutor in interface TenantServiceAccessorpublic ProcessExecutor getProcessExecutor()
getProcessExecutor in interface TenantServiceAccessorpublic TransactionalProcessInstanceInterruptor getTransactionalProcessInstanceInterruptor()
getTransactionalProcessInstanceInterruptor in interface TenantServiceAccessorpublic FlowNodeStateManager getFlowNodeStateManager()
getFlowNodeStateManager in interface TenantServiceAccessorpublic TransactionExecutor getTransactionExecutor()
getTransactionExecutor in interface TenantServiceAccessorpublic org.bonitasoft.engine.actor.mapping.ActorMappingService getActorMappingService()
getActorMappingService in interface TenantServiceAccessorpublic org.bonitasoft.engine.archive.ArchiveService getArchiveService()
getArchiveService in interface TenantServiceAccessorpublic org.bonitasoft.engine.core.category.CategoryService getCategoryService()
getCategoryService in interface TenantServiceAccessorpublic CommandService getCommandService()
getCommandService in interface TenantServiceAccessorpublic org.bonitasoft.engine.core.process.instance.api.TransitionService getTransitionInstanceService()
getTransitionInstanceService in interface TenantServiceAccessorpublic org.bonitasoft.engine.classloader.ClassLoaderService getClassLoaderService()
getClassLoaderService in interface TenantServiceAccessorpublic org.bonitasoft.engine.dependency.DependencyService getDependencyService()
getDependencyService in interface TenantServiceAccessorpublic org.bonitasoft.engine.core.process.document.mapping.DocumentMappingService getDocumentMappingService()
getDocumentMappingService in interface TenantServiceAccessorpublic long getTenantId()
getTenantId in interface TenantServiceAccessorpublic org.bonitasoft.engine.core.process.instance.api.event.EventInstanceService getEventInstanceService()
getEventInstanceService in interface TenantServiceAccessorpublic org.bonitasoft.engine.core.connector.ConnectorService getConnectorService()
getConnectorService in interface TenantServiceAccessorpublic org.bonitasoft.engine.core.connector.ConnectorInstanceService getConnectorInstanceService()
getConnectorInstanceService in interface TenantServiceAccessorpublic ConnectorExecutor getConnectorExecutor()
getConnectorExecutor in interface TenantServiceAccessorpublic ExpressionService getExpressionService()
getExpressionService in interface TenantServiceAccessorpublic org.bonitasoft.engine.core.process.document.api.ProcessDocumentService getProcessDocumentService()
getProcessDocumentService in interface TenantServiceAccessorpublic ProfileService getProfileService()
getProfileService in interface TenantServiceAccessorpublic org.bonitasoft.engine.data.instance.api.DataInstanceService getDataInstanceService()
getDataInstanceService in interface TenantServiceAccessorpublic ParserFactory getParserFactgory()
getParserFactgory in interface TenantServiceAccessorpublic org.bonitasoft.engine.core.operation.OperationService getOperationService()
getOperationService in interface TenantServiceAccessorpublic Parser getActorMappingParser()
getActorMappingParser in interface TenantServiceAccessorpublic XMLWriter getXMLWriter()
getXMLWriter in interface TenantServiceAccessorpublic org.bonitasoft.engine.core.expression.control.api.ExpressionResolverService getExpressionResolverService()
getExpressionResolverService in interface TenantServiceAccessorpublic org.bonitasoft.engine.supervisor.mapping.SupervisorMappingService getSupervisorService()
getSupervisorService in interface TenantServiceAccessorpublic org.bonitasoft.engine.core.filter.UserFilterService getUserFilterService()
getUserFilterService in interface TenantServiceAccessorpublic SearchEntitiesDescriptor getSearchEntitiesDescriptor()
getSearchEntitiesDescriptor in interface TenantServiceAccessorpublic org.bonitasoft.engine.core.process.comment.api.SCommentService getCommentService()
getCommentService in interface TenantServiceAccessorpublic ContainerRegistry getContainerRegistry()
getContainerRegistry in interface TenantServiceAccessorpublic org.bonitasoft.engine.external.identity.mapping.ExternalIdentityMappingService getExternalIdentityMappingService()
getExternalIdentityMappingService in interface TenantServiceAccessorpublic org.bonitasoft.engine.lock.LockService getLockService()
getLockService in interface TenantServiceAccessorpublic Parser getProfileParser()
getProfileParser in interface TenantServiceAccessorpublic EventsHandler getEventsHandler()
getEventsHandler in interface TenantServiceAccessorpublic org.bonitasoft.engine.events.EventService getEventService()
getEventService in interface TenantServiceAccessorpublic void initializeServiceAccessor(ClassLoader classLoader)
ServiceAccessorinitializeServiceAccessor in interface ServiceAccessorpublic SpringTenantFileSystemBeanAccessor getBeanAccessor()
public org.bonitasoft.engine.cache.CacheService getCacheService()
getCacheService in interface TenantServiceAccessorpublic DependencyResolver getDependencyResolver()
getDependencyResolver in interface TenantServiceAccessorpublic DefaultCommandProvider getDefaultCommandProvider()
getDefaultCommandProvider in interface TenantServiceAccessorpublic org.bonitasoft.engine.work.WorkService getWorkService()
getWorkService in interface TenantServiceAccessorpublic SynchroService getSynchroService()
getSynchroService in interface TenantServiceAccessorpublic IncidentService getIncidentService()
getIncidentService in interface TenantServiceAccessorpublic org.bonitasoft.engine.scheduler.SchedulerService getSchedulerService()
getSchedulerService in interface TenantServiceAccessorpublic org.bonitasoft.engine.scheduler.JobService getJobService()
getJobService in interface TenantServiceAccessorpublic ThemeService getThemeService()
getThemeService in interface TenantServiceAccessorpublic TransientDataService getTransientDataService()
getTransientDataService in interface TenantServiceAccessorpublic org.bonitasoft.engine.core.process.instance.api.GatewayInstanceService getGatewayInstanceService()
getGatewayInstanceService in interface TenantServiceAccessorpublic void destroy()
destroy in interface TenantServiceAccessorpublic TenantConfiguration getTenantConfiguration()
getTenantConfiguration in interface TenantServiceAccessorpublic <T> T lookup(String serviceName)
lookup in interface TenantServiceAccessorCopyright © 2014 Bonitasoft S.A.. All rights reserved.