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() |
org.bonitasoft.engine.actor.mapping.ActorMappingService |
getActorMappingService() |
ApplicationService |
getApplicationService() |
org.bonitasoft.engine.archive.ArchiveService |
getArchiveService() |
org.bonitasoft.engine.authentication.GenericAuthenticationService |
getAuthenticationService() |
BPMInstancesCreator |
getBPMInstancesCreator() |
BusinessArchiveArtifactsManager |
getBusinessArchiveArtifactsManager() |
BusinessArchiveService |
getBusinessArchiveService() |
BusinessDataModelRepository |
getBusinessDataModelRepository() |
BusinessDataRepository |
getBusinessDataRepository() |
BusinessDataService |
getBusinessDataService() |
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.core.contract.data.ContractDataService |
getContractDataService() |
org.bonitasoft.engine.data.instance.api.DataInstanceService |
getDataInstanceService() |
org.bonitasoft.engine.dependency.DependencyService |
getDependencyService() |
org.bonitasoft.engine.core.document.api.DocumentService |
getDocumentService() |
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() |
FormMappingService |
getFormMappingService() |
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() |
PageMappingService |
getPageMappingService() |
PageService |
getPageService() |
org.bonitasoft.engine.parameter.ParameterService |
getParameterService() |
org.bonitasoft.engine.data.instance.api.ParentContainerResolver |
getParentContainerResolver() |
ParserFactory |
getParserFactgory() |
PermissionService |
getPermissionService() |
ProcessDefinitionService |
getProcessDefinitionService() |
ProcessExecutor |
getProcessExecutor() |
org.bonitasoft.engine.core.process.instance.api.ProcessInstanceService |
getProcessInstanceService() |
org.bonitasoft.engine.resources.ProcessResourcesService |
getProcessResourcesService() |
Parser |
getProfileParser() |
ProfileService |
getProfileService() |
org.bonitasoft.engine.services.QueriableLoggerService |
getQueriableLoggerService() |
org.bonitasoft.engine.persistence.ReadPersistenceService |
getReadPersistenceService() |
org.bonitasoft.engine.recorder.Recorder |
getRecorder() |
org.bonitasoft.engine.core.process.instance.api.RefBusinessDataService |
getRefBusinessDataService() |
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() |
org.bonitasoft.engine.resources.TenantResourcesService |
getTenantResourcesService() |
ThemeService |
getThemeService() |
TimeTracker |
getTimeTracker() |
TransactionalProcessInstanceInterruptor |
getTransactionalProcessInstanceInterruptor() |
TransactionExecutor |
getTransactionExecutor() |
TransientDataService |
getTransientDataService() |
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) |
long getTenantId()
org.bonitasoft.engine.data.instance.api.ParentContainerResolver getParentContainerResolver()
SessionService getSessionService()
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.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.document.api.DocumentService getDocumentService()
ProfileService getProfileService()
org.bonitasoft.engine.data.instance.api.DataInstanceService getDataInstanceService()
TransientDataService getTransientDataService()
ParserFactory getParserFactgory()
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()
BusinessArchiveArtifactsManager getBusinessArchiveArtifactsManager()
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) throws NotFoundException
NotFoundExceptionorg.bonitasoft.engine.core.process.instance.api.GatewayInstanceService getGatewayInstanceService()
void destroy()
TimeTracker getTimeTracker()
PermissionService getPermissionService()
org.bonitasoft.engine.core.contract.data.ContractDataService getContractDataService()
org.bonitasoft.engine.parameter.ParameterService getParameterService()
PageService getPageService()
ApplicationService getApplicationService()
FormMappingService getFormMappingService()
BusinessDataRepository getBusinessDataRepository()
BusinessDataService getBusinessDataService()
BusinessDataModelRepository getBusinessDataModelRepository()
org.bonitasoft.engine.core.process.instance.api.RefBusinessDataService getRefBusinessDataService()
PageMappingService getPageMappingService()
org.bonitasoft.engine.authentication.GenericAuthenticationService getAuthenticationService()
org.bonitasoft.engine.persistence.ReadPersistenceService getReadPersistenceService()
org.bonitasoft.engine.recorder.Recorder getRecorder()
BusinessArchiveService getBusinessArchiveService()
org.bonitasoft.engine.resources.ProcessResourcesService getProcessResourcesService()
org.bonitasoft.engine.resources.TenantResourcesService getTenantResourcesService()
Copyright © 2016 Bonitasoft S.A.. All rights reserved.