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