Package org.bonitasoft.engine.service
Interface TenantServiceAccessor
-
- All Superinterfaces:
ServiceAccessor
- All Known Implementing Classes:
SpringTenantServiceAccessor
public interface TenantServiceAccessor extends ServiceAccessor
Accessor for tenant level engine services.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.
- Author:
- Matthieu Chaffotte, Yanyan Liu, Hongwen Zang, Celine Souchet
-
-
Method Summary
-
-
-
Method Detail
-
getTenantId
long getTenantId()
-
getParentContainerResolver
ParentContainerResolver getParentContainerResolver()
-
getSessionService
SessionService getSessionService()
-
getIdentityService
IdentityService getIdentityService()
-
getIconService
IconService getIconService()
-
getLoginService
LoginService getLoginService()
-
getQueriableLoggerService
QueriableLoggerService getQueriableLoggerService()
-
getTechnicalLoggerService
TechnicalLoggerService getTechnicalLoggerService()
-
getUserTransactionService
UserTransactionService getUserTransactionService()
-
getProcessDefinitionService
ProcessDefinitionService getProcessDefinitionService()
-
getProcessInstanceService
ProcessInstanceService getProcessInstanceService()
-
getActivityInstanceService
ActivityInstanceService getActivityInstanceService()
-
getBPMInstancesCreator
BPMInstancesCreator getBPMInstancesCreator()
-
getFlowNodeExecutor
FlowNodeExecutor getFlowNodeExecutor()
-
getProcessExecutor
ProcessExecutor getProcessExecutor()
-
getFlowNodeStateManager
FlowNodeStateManager getFlowNodeStateManager()
-
getActorMappingService
ActorMappingService getActorMappingService()
-
getArchiveService
ArchiveService getArchiveService()
-
getCategoryService
CategoryService getCategoryService()
-
getExpressionService
ExpressionService getExpressionService()
-
getCommandService
CommandService getCommandService()
-
getClassLoaderService
ClassLoaderService getClassLoaderService()
-
getDependencyService
DependencyService getDependencyService()
-
getEventInstanceService
EventInstanceService getEventInstanceService()
-
getEventInstanceRepository
EventInstanceRepository getEventInstanceRepository()
-
getConnectorService
ConnectorService getConnectorService()
-
getConnectorInstanceService
ConnectorInstanceService getConnectorInstanceService()
-
getDocumentService
DocumentService getDocumentService()
-
getProfileService
ProfileService getProfileService()
-
getProfilesImporter
ProfilesImporter getProfilesImporter()
-
getProfilesExporter
ProfilesExporter getProfilesExporter()
-
getDataInstanceService
DataInstanceService getDataInstanceService()
-
getTransientDataService
TransientDataService getTransientDataService()
-
getExpressionResolverService
ExpressionResolverService getExpressionResolverService()
-
getOperationService
OperationService getOperationService()
-
getSupervisorService
SupervisorMappingService getSupervisorService()
-
getExternalIdentityMappingService
ExternalIdentityMappingService getExternalIdentityMappingService()
-
getUserFilterService
UserFilterService getUserFilterService()
-
getSearchEntitiesDescriptor
SearchEntitiesDescriptor getSearchEntitiesDescriptor()
-
getCommentService
SCommentService getCommentService()
-
getContainerRegistry
ContainerRegistry getContainerRegistry()
-
getLockService
LockService getLockService()
-
getEventsHandler
EventsHandler getEventsHandler()
-
getEventService
EventService getEventService()
-
getConnectorExecutor
ConnectorExecutor getConnectorExecutor()
-
getCacheService
CacheService getCacheService()
-
getBusinessArchiveArtifactsManager
BusinessArchiveArtifactsManager getBusinessArchiveArtifactsManager()
-
getWorkService
WorkService getWorkService()
-
getWorkExecutorService
WorkExecutorService getWorkExecutorService()
-
getSessionAccessor
SessionAccessor getSessionAccessor()
-
getSynchroService
SynchroService getSynchroService()
-
getIncidentService
IncidentService getIncidentService()
-
getSchedulerService
SchedulerService getSchedulerService()
-
getJobService
JobService getJobService()
-
lookup
<T> T lookup(java.lang.String serviceName) throws org.bonitasoft.engine.exception.NotFoundException- Throws:
org.bonitasoft.engine.exception.NotFoundException
-
lookup
<T> T lookup(java.lang.Class<T> beanClass) throws org.bonitasoft.engine.exception.NotFoundException- Throws:
org.bonitasoft.engine.exception.NotFoundException
-
getGatewayInstanceService
GatewayInstanceService getGatewayInstanceService()
-
destroy
void destroy()
-
getTimeTracker
TimeTracker getTimeTracker()
-
getPermissionService
PermissionService getPermissionService()
-
getContractDataService
ContractDataService getContractDataService()
-
getParameterService
ParameterService getParameterService()
-
getPageService
PageService getPageService()
-
getApplicationService
ApplicationService getApplicationService()
-
getFormMappingService
FormMappingService getFormMappingService()
-
getBusinessDataRepository
BusinessDataRepository getBusinessDataRepository()
-
getBusinessDataService
BusinessDataService getBusinessDataService()
-
getBusinessDataModelRepository
BusinessDataModelRepository getBusinessDataModelRepository()
-
getRefBusinessDataService
RefBusinessDataService getRefBusinessDataService()
-
getPageMappingService
PageMappingService getPageMappingService()
-
getAuthenticationService
GenericAuthenticationService getAuthenticationService()
-
getReadPersistenceService
ReadPersistenceService getReadPersistenceService()
-
getRecorder
Recorder getRecorder()
-
getBusinessArchiveService
BusinessArchiveService getBusinessArchiveService()
-
getProcessResourcesService
ProcessResourcesService getProcessResourcesService()
-
getTenantResourcesService
TenantResourcesService getTenantResourcesService()
-
getMessagesHandlingService
MessagesHandlingService getMessagesHandlingService()
-
getProcessInstanceInterruptor
ProcessInstanceInterruptor getProcessInstanceInterruptor()
-
getBPMWorkFactory
BPMWorkFactory getBPMWorkFactory()
-
getTechnicalUser
TechnicalUser getTechnicalUser()
-
getTenantStateManager
TenantStateManager getTenantStateManager()
-
getTenantServicesManager
TenantServicesManager getTenantServicesManager()
-
getBPMArchiverService
BPMArchiverService getBPMArchiverService()
-
getApplicationImporter
ApplicationImporter getApplicationImporter()
-
-