| Constructor and Description |
|---|
ActorBusinessArchiveArtifactManager(ActorMappingService actorMappingService,
IdentityService identityService,
TechnicalLoggerService technicalLoggerService) |
BusinessArchiveArtifactsManager(List<BusinessArchiveArtifactManager> dependencyResolvers,
TechnicalLoggerService technicalLoggerService) |
FormMappingAndPageArtifactManager(SessionService sessionService,
SessionAccessor sessionAccessor,
PageService pageService,
TechnicalLoggerService technicalLoggerService,
FormMappingService formMappingService,
ProcessDefinitionService processDefinitionService) |
| Constructor and Description |
|---|
ActivateTenant(long tenantId,
PlatformService platformService,
SchedulerService schedulerService,
TechnicalLoggerService logger,
WorkService workService,
ConnectorExecutor connectorExecutor,
NodeConfiguration plaformConfiguration,
TenantConfiguration tenantConfiguration) |
| Constructor and Description |
|---|
DisableProcess(ProcessDefinitionService processDefinitionService,
long processId,
EventInstanceService eventInstanceService,
org.bonitasoft.platform.configuration.ConfigurationService configurationService,
SchedulerService scheduler,
TechnicalLoggerService logger,
String username,
long tenantId) |
EnableProcess(ProcessDefinitionService processDefinitionService,
org.bonitasoft.platform.configuration.ConfigurationService configurationService,
org.bonitasoft.engine.resources.ProcessResourcesService processResourcesService,
long processId,
EventsHandler eventsHandler,
TechnicalLoggerService logger,
String userName,
long tenantId) |
| Constructor and Description |
|---|
ArchiveServiceImpl(PersistenceService definitiveArchivePersistenceService,
TechnicalLoggerService logger,
ArchivingStrategy archivingStrategy,
UserTransactionService transactionService) |
| Constructor and Description |
|---|
AuthenticationServiceImpl(IdentityService identityService,
TechnicalLoggerService logger) |
| Constructor and Description |
|---|
BusinessArchiveServiceImpl(ProcessDefinitionService processDefinitionService,
DependencyService dependencyService,
BusinessArchiveArtifactsManager businessArchiveArtifactsManager,
TechnicalLoggerService logger,
ClassLoaderService classLoaderService) |
| Modifier and Type | Method and Description |
|---|---|
ContractValidator |
ContractValidatorFactory.createContractValidator(TechnicalLoggerService loggerService,
ExpressionService expressionService) |
| Constructor and Description |
|---|
ContractConstraintsValidator(TechnicalLoggerService logger,
ExpressionService expressionService) |
ContractStructureValidator(ContractTypeValidator typeValidator,
TechnicalLoggerService loggerService) |
| Modifier and Type | Method and Description |
|---|---|
TechnicalLoggerService |
BPMInstancesCreator.getLogger() |
| Constructor and Description |
|---|
BPMInstancesCreator(ActivityInstanceService activityInstanceService,
ActorMappingService actorMappingService,
GatewayInstanceService gatewayInstanceService,
EventInstanceService eventInstanceService,
ConnectorInstanceService connectorInstanceService,
ExpressionResolverService expressionResolverService,
DataInstanceService dataInstanceService,
TechnicalLoggerService logger,
TransientDataService transientDataService,
ParentContainerResolver parentContainerResolver,
RefBusinessDataService refBusinessDataService) |
| Constructor and Description |
|---|
JPABusinessDataRepositoryImpl(UserTransactionService transactionService,
BusinessDataModelRepository businessDataModelRepository,
TechnicalLoggerService loggerService,
Map<String,Object> configuration,
ClassLoaderService classLoaderService,
long tenantId) |
SchemaManagerReadOnly(TechnicalLoggerService loggerService) |
SchemaManagerUpdate(Map<String,Object> configuration,
TechnicalLoggerService loggerService) |
| Modifier and Type | Field and Description |
|---|---|
protected TechnicalLoggerService |
CommonEhCacheCacheService.logger |
| Constructor and Description |
|---|
CommonEhCacheCacheService(TechnicalLoggerService logger,
List<CacheConfiguration> cacheConfigurations,
CacheConfiguration defaultCacheConfiguration,
String diskStorePath) |
EhCacheCacheService(TechnicalLoggerService logger,
List<CacheConfiguration> cacheConfigurations,
CacheConfiguration defaultCacheConfiguration,
String diskStorePath,
long tenantId) |
PlatformEhCacheCacheService(TechnicalLoggerService logger,
List<CacheConfiguration> cacheConfigurations,
CacheConfiguration defaultCacheConfiguration,
String diskStorePath) |
| Constructor and Description |
|---|
ClassLoaderServiceImpl(ParentClassLoaderResolver parentClassLoaderResolver,
TechnicalLoggerService logger,
EventService eventService) |
| Constructor and Description |
|---|
CommandServiceImpl(ReadPersistenceService persistenceService,
Recorder recorder,
EventService eventService,
TechnicalLoggerService logger,
QueriableLoggerService queriableLoggerService,
CommandProvider defaultCommandProvider) |
CommandServiceImpl(ReadPersistenceService persistenceService,
Recorder recorder,
EventService eventService,
TechnicalLoggerService logger,
QueriableLoggerService queriableLoggerService,
CommandProvider defaultCommandProvider,
int fetchSize) |
| Constructor and Description |
|---|
ConnectorExecutorImpl(int queueCapacity,
int corePoolSize,
TechnicalLoggerService loggerService,
int maximumPoolSize,
long keepAliveTimeSeconds,
SessionAccessor sessionAccessor,
SessionService sessionService,
TimeTracker timeTracker)
The handling of threads relies on the JVM
The rules to create new thread are:
- If the number of threads is less than the corePoolSize, create a new Thread to run a new task.
|
| Constructor and Description |
|---|
ConnectorServiceImpl(CacheService cacheService,
ConnectorExecutor connectorExecutor,
ExpressionResolverService expressionResolverService,
OperationService operationService,
DependencyService dependencyService,
TechnicalLoggerService logger,
TimeTracker timeTracker,
org.bonitasoft.engine.resources.ProcessResourcesService processResourcesService) |
| Constructor and Description |
|---|
UserFilterServiceImpl(ConnectorExecutor connectorExecutor,
CacheService cacheService,
ExpressionResolverService expressionResolverService,
TechnicalLoggerService logger,
org.bonitasoft.engine.resources.ProcessResourcesService processResourcesService) |
| Constructor and Description |
|---|
SecuredLoginServiceImpl(GenericAuthenticationService authenticationService,
SessionService sessionService,
SessionAccessor sessionAccessor,
IdentityService identityService,
TechnicalLoggerService tenantTechnicalLoggerService) |
| Constructor and Description |
|---|
OperationServiceImpl(OperationExecutorStrategyProvider operationExecutorStrategyProvider,
LeftOperandHandlerProvider leftOperandHandlerProvider,
ExpressionResolverService expressionResolverService,
PersistRightOperandResolver persistRightOperandResolver,
TechnicalLoggerService logger) |
| Constructor and Description |
|---|
EventInstanceServiceImpl(Recorder recorder,
PersistenceService persistenceService,
EventService eventService,
TechnicalLoggerService logger,
ArchiveService archiveService) |
| Modifier and Type | Method and Description |
|---|---|
protected TechnicalLoggerService |
FlowNodeInstancesServiceImpl.getLogger() |
| Modifier and Type | Field and Description |
|---|---|
protected TechnicalLoggerService |
DataInstanceServiceImpl.logger |
| Constructor and Description |
|---|
DataInstanceServiceImpl(Recorder recorder,
ReadPersistenceService persistenceService,
ArchiveService archiveService,
TechnicalLoggerService logger) |
| Constructor and Description |
|---|
DependencyServiceImpl(ReadPersistenceService persistenceService,
Recorder recorder,
EventService eventService,
TechnicalLoggerService logger,
QueriableLoggerService queriableLoggerService,
ClassLoaderService classLoaderService,
org.bonitasoft.engine.service.BroadcastService broadcastService,
ReadSessionAccessor readSessionAccessor,
UserTransactionService userTransactionService) |
| Modifier and Type | Field and Description |
|---|---|
protected static TechnicalLoggerService |
AbstractEventServiceImpl.logger |
| Constructor and Description |
|---|
AbstractEventServiceImpl(TechnicalLoggerService logger) |
EventServiceImpl(TechnicalLoggerService logger) |
| Constructor and Description |
|---|
AdvancedStartProcessValidator(ProcessDefinitionService processDefinitionService,
long processDefinitionId,
TechnicalLoggerService technicalLoggerService,
ExpressionService expressionService) |
FlowNodeStateManagerImpl(ProcessDefinitionService processDefinitionService,
ProcessInstanceService processInstanceService,
ActivityInstanceService activityInstanceService,
ConnectorInstanceService connectorInstanceService,
ExpressionResolverService expressionResolverService,
OperationService operationService,
BPMInstancesCreator bpmInstancesCreator,
ContainerRegistry containerRegistry,
ArchiveService archiveService,
TechnicalLoggerService logger,
DocumentService documentService,
SCommentService commentService,
StateBehaviors stateBehaviors,
WaitingEventsInterrupter waitingEventsInterrupter,
ClassLoaderService classLoaderService,
RefBusinessDataService refBusinessDataService) |
ProcessExecutorImpl(ActivityInstanceService activityInstanceService,
ProcessInstanceService processInstanceService,
TechnicalLoggerService logger,
FlowNodeExecutor flowNodeExecutor,
WorkService workService,
ProcessDefinitionService processDefinitionService,
GatewayInstanceService gatewayInstanceService,
org.bonitasoft.engine.resources.ProcessResourcesService processResourcesService,
ConnectorService connectorService,
ConnectorInstanceService connectorInstanceService,
ClassLoaderService classLoaderService,
OperationService operationService,
ExpressionResolverService expressionResolverService,
ExpressionService expressionService,
EventService eventService,
Map<String,SProcessInstanceHandler<SEvent>> handlers,
DocumentService documentService,
ContainerRegistry containerRegistry,
BPMInstancesCreator bpmInstancesCreator,
EventsHandler eventsHandler,
FlowNodeStateManager flowNodeStateManager,
BusinessDataRepository businessDataRepository,
RefBusinessDataService refBusinessDataService,
TransitionEvaluator transitionEvaluator,
ContractDataService contractDataService,
BPMWorkFactory workFactory) |
ProcessInstanceInterruptor(ProcessInstanceService processInstanceService,
FlowNodeInstanceService flowNodeInstanceService,
ContainerRegistry containerRegistry,
TechnicalLoggerService technicalLoggerService) |
WaitingEventsInterrupter(EventInstanceService eventInstanceService,
SchedulerService schedulerService,
TechnicalLoggerService logger) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessArchiver.archiveProcessInstance(SProcessInstance processInstance,
ArchiveService archiveService,
ProcessInstanceService processInstanceService,
DocumentService documentService,
TechnicalLoggerService logger,
SCommentService commentService,
ProcessDefinitionService processDefinitionService,
ConnectorInstanceService connectorInstanceService,
ClassLoaderService classLoaderService,
RefBusinessDataService refBusinessDataService) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RestartProcessHandler.handleCompletion(SProcessInstance processInstance,
TechnicalLoggerService logger,
ActivityInstanceService activityInstanceService,
WorkService workService,
FlowNodeStateManager flowNodeStateManager,
BPMWorkFactory workFactory) |
protected void |
RestartProcessHandler.logInfo(TechnicalLoggerService logger,
String msg) |
| Constructor and Description |
|---|
ExecuteProcesses(WorkService workService,
TechnicalLoggerService logger,
ActivityInstanceService activityInstanceService,
ProcessDefinitionService processDefinitionService,
ProcessInstanceService processInstanceService,
ProcessExecutor processExecutor,
FlowNodeStateManager flowNodeStateManager,
BPMWorkFactory workFactory,
Iterator<Long> iterator) |
FailedStateSetter(WaitingEventsInterrupter waitingEventsInterrupter,
ActivityInstanceService activityInstanceService,
FlowNodeStateManager flowNodeStateManager,
TechnicalLoggerService loggerService) |
| Constructor and Description |
|---|
ReevaluatingTransientDataExpressionExecutorStrategy(TransientDataService transientDataService,
TechnicalLoggerService logger) |
| Constructor and Description |
|---|
ExpressionServiceImpl(ExpressionExecutorStrategyProvider expressionExecutorStrategyProvider,
TechnicalLoggerService logger,
boolean checkExpressionReturnType,
TimeTracker timeTracker) |
GroovyScriptExpressionExecutorCacheStrategy(CacheService cacheService,
ClassLoaderService classLoaderService,
TechnicalLoggerService logger) |
| Constructor and Description |
|---|
ExternalIdentityMappingServiceImpl(ReadPersistenceService persistenceService,
Recorder recorder,
EventService eventService,
TechnicalLoggerService logger,
QueriableLoggerService queriableLoggerService) |
| Constructor and Description |
|---|
SchedulerServiceRestartHandler(SchedulerService schedulerService,
TechnicalLoggerService technicalLoggerService) |
| Constructor and Description |
|---|
ImportOrganizationMergeDuplicatesStrategy(IdentityService identityService,
SCustomUserInfoValueAPI userInfoValueAPI,
TechnicalLoggerService logger) |
| Constructor and Description |
|---|
IdentityServiceImpl(ReadPersistenceService persistenceService,
Recorder recorder,
EventService eventService,
TechnicalLoggerService logger,
QueriableLoggerService queriableLoggerService,
CredentialsEncrypter encrypter) |
| Constructor and Description |
|---|
IncidentServiceImpl(TechnicalLoggerService logger,
List<IncidentHandler> handlers) |
| Constructor and Description |
|---|
ExecuteAgainJobSynchronization(String jobName,
JobService jobService,
SchedulerService schedulerService,
TechnicalLoggerService loggerService) |
TimerEventTriggerJobListener(EventInstanceService eventInstanceService,
long tenantId,
TechnicalLoggerService logger) |
| Modifier and Type | Field and Description |
|---|---|
protected TechnicalLoggerService |
MemoryLockService.logger |
protected TechnicalLoggerService |
MemoryLockConditionService.logger |
| Constructor and Description |
|---|
MemoryLockConditionService(TechnicalLoggerService logger,
ReadSessionAccessor sessionAccessor,
int lockTimeout,
int lockPoolSize) |
MemoryLockService(TechnicalLoggerService logger,
int lockTimeout,
int lockPoolSize) |
| Modifier and Type | Class and Description |
|---|---|
class |
TechnicalLoggerSLF4JImpl |
| Constructor and Description |
|---|
MessagesHandlingService(EventInstanceService eventInstanceService,
WorkService workService,
TechnicalLoggerService loggerService,
LockService lockService,
Long tenantId,
UserTransactionService userTransactionService,
SessionAccessor sessionAccessor,
BPMWorkFactory workFactory) |
| Constructor and Description |
|---|
TransientDataLeftOperandHandler(TransientDataService transientDataService,
FlowNodeInstanceService flownodeInstanceService,
ProcessDefinitionService processDefinitionService,
BPMInstancesCreator bpmInstancesCreator,
TechnicalLoggerService logger) |
| Constructor and Description |
|---|
PageServiceImpl(ReadPersistenceService persistenceService,
Recorder recorder,
EventService eventService,
TechnicalLoggerService logger,
QueriableLoggerService queriableLoggerService,
ProfileService profileService) |
| Modifier and Type | Field and Description |
|---|---|
protected TechnicalLoggerService |
AbstractDBPersistenceService.logger |
| Constructor and Description |
|---|
AbstractDBPersistenceService(String name,
char likeEscapeCharacter,
boolean enableWordSearch,
Set<String> wordSearchExclusionMappings,
TechnicalLoggerService logger) |
AbstractDBPersistenceService(String name,
char likeEscapeCharacter,
SequenceManager sequenceManager,
DataSource datasource,
boolean enableWordSearch,
Set<String> wordSearchExclusionMappings,
TechnicalLoggerService logger) |
AbstractHibernatePersistenceService(org.hibernate.SessionFactory sessionFactory,
List<Class<? extends PersistentObject>> classMapping,
Map<String,String> classAliasMappings,
boolean enableWordSearch,
Set<String> wordSearchExclusionMappings,
TechnicalLoggerService logger) |
AbstractHibernatePersistenceService(String name,
HibernateConfigurationProvider hbmConfigurationProvider,
Properties extraHibernateProperties,
char likeEscapeCharacter,
TechnicalLoggerService logger,
SequenceManager sequenceManager,
DataSource datasource,
boolean enableWordSearch,
Set<String> wordSearchExclusionMappings) |
PlatformHibernatePersistenceService(org.hibernate.SessionFactory sessionFactory,
List<Class<? extends PersistentObject>> classMapping,
Map<String,String> classAliasMappings,
boolean enableWordSearch,
Set<String> wordSearchExclusionMappings,
TechnicalLoggerService logger) |
PlatformHibernatePersistenceService(String name,
HibernateConfigurationProvider hbmConfigurationProvider,
Properties extraHibernateProperties,
char likeEscapeCharacter,
TechnicalLoggerService logger,
SequenceManager sequenceManager,
DataSource datasource,
boolean enableWordSearch,
Set<String> wordSearchExclusionMappings) |
TenantHibernatePersistenceService(String name,
ReadSessionAccessor sessionAccessor,
HibernateConfigurationProvider hbmConfigurationProvider,
Properties extraHibernateProperties,
char likeEscapeCharacter,
TechnicalLoggerService logger,
SequenceManager sequenceManager,
DataSource datasource,
boolean enableWordSearch,
Set<String> wordSearchExclusionMappings) |
| Constructor and Description |
|---|
PlatformAuthenticationServiceImpl(TechnicalLoggerService logger) |
| Constructor and Description |
|---|
PlatformCommandServiceImpl(PersistenceService platformPersistenceService,
TechnicalLoggerService logger) |
| Constructor and Description |
|---|
PlatformServiceImpl(PersistenceService platformPersistenceService,
PlatformRetriever platformRetriever,
Recorder recorder,
TechnicalLoggerService logger,
PlatformCacheService platformCacheService,
SPlatformProperties sPlatformProperties,
DataSource datasource,
List<String> sqlFolders) |
| Constructor and Description |
|---|
PlatformSessionServiceImpl(PlatformSessionProvider platformSessionProvider,
TechnicalLoggerService logger) |
| Constructor and Description |
|---|
ProfileServiceImpl(PersistenceService persistenceService,
Recorder recorder,
EventService eventService,
TechnicalLoggerService logger,
QueriableLoggerService queriableLoggerService,
ReadSessionAccessor sessionAccessor,
SessionService sessionService) |
| Constructor and Description |
|---|
RecorderImpl(PersistenceService persistenceService,
TechnicalLoggerService logger,
EventService eventService) |
| Modifier and Type | Method and Description |
|---|---|
TechnicalLoggerService |
TenantServiceAccessor.getTechnicalLoggerService() |
TechnicalLoggerService |
PlatformServiceAccessor.getTechnicalLoggerService() |
| Modifier and Type | Method and Description |
|---|---|
TechnicalLoggerService |
SpringTenantServiceAccessor.getTechnicalLoggerService() |
TechnicalLoggerService |
SpringPlatformServiceAccessor.getTechnicalLoggerService() |
| Constructor and Description |
|---|
PermissionServiceImpl(ClassLoaderService classLoaderService,
TechnicalLoggerService logger,
SessionAccessor sessionAccessor,
SessionService sessionService,
long tenantId) |
ServerLoggerWrapper(Class<?> clazz,
TechnicalLoggerService logger) |
| Modifier and Type | Field and Description |
|---|---|
protected TechnicalLoggerService |
QueriableLoggerImpl.logger |
| Constructor and Description |
|---|
QueriableLoggerImpl(PersistenceService persistenceService,
TransactionService transactionService,
QueriableLoggerStrategy loggerStrategy,
QueriableLogSessionProvider sessionProvider,
PlatformService platformService,
TechnicalLoggerService logger) |
QueriableLogSessionProviderImpl(SessionService sessionService,
ReadSessionAccessor sessionAccessor,
TechnicalLoggerService technicalLoggerService) |
QueriableLogUpdater(QueriableLogSessionProvider sessionProvider,
PlatformService platformService,
TechnicalLoggerService logger) |
| Constructor and Description |
|---|
SessionServiceImpl(SessionProvider sessionProvider,
String applicationName,
TechnicalLoggerService logger) |
| Modifier and Type | Field and Description |
|---|---|
protected TechnicalLoggerService |
AbstractSynchroService.logger |
| Constructor and Description |
|---|
AbstractSynchroService(TechnicalLoggerService logger,
CommonCacheService cacheService) |
| Constructor and Description |
|---|
ThemeActionCalculator(TechnicalLoggerService loggerService) |
ThemeServiceImpl(ReadPersistenceService persistenceService,
Recorder recorder,
EventService eventService,
TechnicalLoggerService logger,
QueriableLoggerService queriableLoggerService,
ThemeRetriever themeRetriever) |
| Modifier and Type | Field and Description |
|---|---|
protected TechnicalLoggerService |
AbstractFlushEventListener.logger |
| Modifier and Type | Method and Description |
|---|---|
TechnicalLoggerService |
TimeTracker.getLogger() |
| Constructor and Description |
|---|
AbstractFlushEventListener(boolean activateByDefault,
TechnicalLoggerService logger) |
TimeTracker(TechnicalLoggerService logger,
boolean startTracking,
List<FlushEventListener> flushEventListeners,
int maxSize,
int flushIntervalInSeconds,
String... activatedRecords) |
TimeTracker(TechnicalLoggerService logger,
Clock clock,
boolean startTracking,
List<FlushEventListener> flushEventListeners,
int maxSize,
int flushIntervalInMS,
String... activatedRecords) |
| Constructor and Description |
|---|
CSVFlushEventListener(boolean activateAtStart,
TechnicalLoggerService logger,
String outputFolder,
String csvSeparator) |
| Constructor and Description |
|---|
MemoryFlushEventListener(boolean activateAtStart,
TechnicalLoggerService logger,
int maxSize) |
| Modifier and Type | Field and Description |
|---|---|
protected TechnicalLoggerService |
JTATransactionServiceImpl.logger |
| Constructor and Description |
|---|
JTATransactionServiceImpl(TechnicalLoggerService logger,
TransactionManager txManager) |
JTATransactionWrapper(TechnicalLoggerService logger,
BonitaTransactionSynchronization bonitaTx) |
| Constructor and Description |
|---|
BonitaThreadPoolExecutor(int corePoolSize,
int maximumPoolSize,
long keepAliveTime,
TimeUnit unit,
BlockingQueue<Runnable> workQueue,
ThreadFactory threadFactory,
RejectedExecutionHandler handler,
WorkFactory workFactory,
TechnicalLoggerService logger,
org.bonitasoft.engine.commons.time.EngineClock engineClock,
WorkExecutionCallback workExecutionCallback) |
DefaultBonitaExecutorServiceFactory(TechnicalLoggerService logger,
WorkFactory workFactory,
long tenantId,
int corePoolSize,
int queueCapacity,
int maximumPoolSize,
long keepAliveTimeSeconds,
org.bonitasoft.engine.commons.time.EngineClock engineClock) |
WorkExecutorServiceImpl(BonitaExecutorServiceFactory bonitaExecutorServiceFactory,
TechnicalLoggerService loggerService,
long workTerminationTimeout) |
WorkServiceImpl(UserTransactionService transactionService,
TechnicalLoggerService loggerService,
SessionAccessor sessionAccessor,
WorkExecutorService workExecutorService,
WorkFactory workFactory) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.