Package org.bonitasoft.engine.service
Interface ServiceAccessor
- All Known Implementing Classes:
SpringServiceAccessor
public interface ServiceAccessor
- Author:
- Matthieu Chaffotte
-
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()org.springframework.context.ApplicationContext<T> T<T> TvoidpublishEvent(Object event)
-
Method Details
-
getParentContainerResolver
ParentContainerResolver getParentContainerResolver() -
getSessionService
SessionService getSessionService() -
getIdentityService
IdentityService getIdentityService() -
getIconService
IconService getIconService() -
getLoginService
LoginService getLoginService() -
getQueriableLoggerService
QueriableLoggerService getQueriableLoggerService() -
getUserTransactionService
UserTransactionService getUserTransactionService() -
getProcessDefinitionService
ProcessDefinitionService getProcessDefinitionService() -
getProcessInstanceService
ProcessInstanceService getProcessInstanceService() -
getActivityInstanceService
ActivityInstanceService getActivityInstanceService() -
getBpmFailureService
BPMFailureService getBpmFailureService() -
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() -
getPlatformDependencyService
DependencyService getPlatformDependencyService() -
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() -
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
- Throws:
org.bonitasoft.engine.exception.NotFoundException
-
lookup
- 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() -
getPlatformService
PlatformService getPlatformService() -
getPlatformLoginService
PlatformLoginService getPlatformLoginService() -
getTransactionService
TransactionService getTransactionService() -
getPlatformSessionService
PlatformSessionService getPlatformSessionService() -
getPlatformCommandService
PlatformCommandService getPlatformCommandService() -
getPlatformConfiguration
NodeConfiguration getPlatformConfiguration() -
getPlatformManager
PlatformManager getPlatformManager() -
getPlatformCacheService
CacheService getPlatformCacheService() -
getTemporaryContentService
TemporaryContentService getTemporaryContentService() -
getBroadcastService
BroadcastService getBroadcastService() -
getPlatformAuthenticationService
PlatformAuthenticationService getPlatformAuthenticationService() -
getServicesResolver
ServicesResolver getServicesResolver() -
publishEvent
-
getContext
org.springframework.context.ApplicationContext getContext() -
getPlatformRetriever
PlatformRetriever getPlatformRetriever() -
getInstallationService
InstallationService getInstallationService() -
getProcessStarterVerifier
ProcessStarterVerifier getProcessStarterVerifier()
-