| Constructor and Description | 
|---|
DmnRuleServiceBean(org.flowable.engine.ProcessEngine processEngine,
                  CurrentTenantService currentTenantService)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
OneCurrentTenantService  | 
| Modifier and Type | Method and Description | 
|---|---|
CurrentTenantService | 
DefaultIncomingAppService.getCurrentTenantService()  | 
| Constructor and Description | 
|---|
LocalDirectoryOutgoingAppChannelAdapter(WorkObjectService workObjectService,
                                       CurrentTenantService currentTenantService,
                                       TenantLookupService tenantLookupService,
                                       TimeProvider timeProvider,
                                       GearExpressionResolver gearExpressionResolver,
                                       AppExporter appExporter,
                                       AppWriterFactory writerFactory,
                                       String name,
                                       Path basePath,
                                       org.springframework.messaging.MessageChannel messageChannel)  | 
LocalZipFileOutgoingAppChannelAdapter(WorkObjectService workObjectService,
                                     CurrentTenantService currentTenantService,
                                     TenantLookupService tenantLookupService,
                                     TimeProvider timeProvider,
                                     GearExpressionResolver gearExpressionResolver,
                                     AppExporter appExporter,
                                     AppWriterFactory writerFactory,
                                     String name,
                                     Path basePath,
                                     org.springframework.messaging.MessageChannel messageChannel)  | 
| Constructor and Description | 
|---|
DefaultAnyWorkObjectDefinitionService(List<AnyWorkObjectProvider> providers,
                                     AnyWorkObjectDefinitionPersistence persistence,
                                     PredicatePostProcessor<AnyWorkObjectDefinition> predicatePostProcessor,
                                     CurrentTenantService currentTenantService,
                                     CurrentUserService currentUserService,
                                     LifeCycle lifeCycle,
                                     TimeProvider timeProvider)  | 
DefaultAnyWorkObjectService(AnyWorkObjectDefinitionService anyWorkObjectDefinitionService,
                           List<AnyWorkObjectProvider> providers,
                           AnyWorkObjectPersistence persistence,
                           PredicatePostProcessor<AnyWorkObject> predicatePostProcessor,
                           CurrentTenantService currentTenantService,
                           CurrentUserService currentUserService,
                           LifeCycle lifeCycle,
                           TimeProvider timeProvider)  | 
| Constructor and Description | 
|---|
ContentPreProcessingTasklet(CurrentTenantService currentTenantService,
                           CurrentUserService currentUserService)
Create a content pre processing tasklet with the current tenant and current user service which are needed to execute the  
ContentPreProcessingTasklet.preProcessContent(ContentPreProcessingTaskletContext) in the given scope. | 
DefaultConfigurableContentManager(List<ContentProvider> contentProviders,
                                 CurrentTenantService currentTenantService,
                                 CurrentUserService currentUserService,
                                 org.springframework.transaction.PlatformTransactionManager transactionManager)
Constructor for the  
ConfigurableContentManager. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TenantAgnosticCurrentTenantService
Tenant-agnostic  
CurrentTenantService instance with a TenantAgnosticCurrentTenantService.FIXED_TENANT_ID. | 
| Constructor and Description | 
|---|
DefaultCurrentIdentityService(CurrentUserService currentUserService,
                             CurrentTenantService currentTenantService)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BaseCurrentTenantService
When run in a multi-tenant environment, this class allows to overwrite the tenant as which to execute a given action. 
 | 
| Constructor and Description | 
|---|
BaseUpgrade(String version,
           String description,
           BulkWorkObjectProcessor workObjectProcessor,
           BulkWorkObjectDefinitionProcessor definitionProcessor,
           CurrentTenantService currentTenantService)
Creates a new instance of a base upgrade with the given version and description of the upgrade. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AnyWorkObjectDefinitionService | 
CommonsConfiguration.anyWorkObjectDefinitionService(AnyWorkObjectDefinitionPersistence persistence,
                              CurrentTenantService currentTenantService,
                              CurrentUserService currentUserService,
                              LifeCycle lifeCycle,
                              TimeProvider timeProvider,
                              List<AnyWorkObjectProvider> anyWorkObjectProviders)  | 
AnyWorkObjectService | 
CommonsConfiguration.anyWorkObjectService(AnyWorkObjectDefinitionService anyWorkObjectDefinitionService,
                    AnyWorkObjectPersistence persistence,
                    CurrentTenantService currentTenantService,
                    CurrentUserService currentUserService,
                    LifeCycle lifeCycle,
                    TimeProvider timeProvider,
                    List<AnyWorkObjectProvider> anyWorkObjectProviders,
                    PredicatePostProcessor<AnyWorkObject> anyWorkObjectPredicatePostProcessor)  | 
DefaultCurrentIdentityService | 
OneConfiguration.currentIdentityService(CurrentUserService currentUserService,
                      CurrentTenantService currentTenantService)  | 
DefaultDataConsistencyService | 
InitializationConfiguration.dataConsistencyService(OnePersistence onePersistence,
                      CurrentTenantService currentTenantService,
                      TenantLookupService tenantLookupService,
                      DuplicateVariableCheck duplicateVariableCheck,
                      DuplicateDefinitionKeyCheck duplicateDefinitionKeyCheck,
                      LegacyModelReferenceCheck legacyModelReferenceCheck)  | 
DmnRuleServiceBean | 
OneConfiguration.dmnRuleServiceBean(org.flowable.engine.ProcessEngine processEngine,
                  CurrentTenantService currentTenantService)  | 
DuplicateDefinitionKeyCheck | 
InitializationConfiguration.duplicateDefinitionKeyCheck(CurrentTenantService currentTenantService,
                           TenantLookupService tenantLookupService,
                           AnyWorkObjectDefinitionService definitionService,
                           MaintenanceService maintenanceService,
                           OnePersistence onePersistence,
                           StatisticsAwareCache statisticsAwareCache,
                           boolean fixDuplicateDefinitions)  | 
DefaultGroupManager | 
OneConfiguration.groupManager(GroupService groupService,
            CurrentTenantService currentTenantService)  | 
DefaultGroupService | 
OneConfiguration.groupService(AnyWorkObjectService anyWorkObjectService,
            SystemDefinitionHelper systemDefinitionHelper,
            CurrentUserService currentUserService,
            CurrentTenantService currentTenantService)  | 
ActivitiProcessProvider | 
GearConfiguration.processProvider(org.flowable.engine.ProcessEngine processEngine,
               EventBus eventBus,
               TimeProvider timeProvider,
               IdLookupService idLookupService,
               CurrentTenantService currentTenantService)  | 
DefaultStatisticsManager | 
OneConfiguration.statisticsManager(CurrentTenantService currentTenantService,
                 OnePersistence onePersistence)  | 
Upgrade161CmmnHumanTaskAllowedActionsSynchronize | 
InitializationConfiguration.upgrade161CmmnHumanTaskAllowedActionsSynchronize(BulkWorkObjectProcessor workObjectProcessor,
                                                BulkWorkObjectDefinitionProcessor definitionProcessor,
                                                CurrentTenantService currentTenantService,
                                                CurrentUserService currentUserService,
                                                UserManager userManager,
                                                OnePersistence onePersistence,
                                                org.springframework.transaction.PlatformTransactionManager transactionManager,
                                                TenantLookupService tenantLookupService,
                                                MaintenanceService maintenanceService,
                                                AnyWorkObjectDefinitionService workObjectDefinitionService)  | 
Upgrade200DescriptionPersistence | 
InitializationConfiguration.upgrade200DescriptionPersistence(BulkWorkObjectProcessor workObjectProcessor,
                                BulkWorkObjectDefinitionProcessor definitionProcessor,
                                CurrentTenantService currentTenantService,
                                CurrentUserService currentUserService,
                                UserManager userManager,
                                OnePersistence onePersistence,
                                org.springframework.transaction.PlatformTransactionManager transactionManager,
                                TenantLookupService tenantLookupService,
                                DataSource dataSource,
                                DatabaseType databaseType,
                                DatabaseMetadata databaseMetadata,
                                WorkObjectService workObjectService,
                                AnyWorkObjectDefinitionService workObjectDefinitionService,
                                MaintenanceService maintenanceService,
                                boolean useWorkObjectField,
                                boolean useWorkObjectVariable,
                                boolean useDefinitionField,
                                boolean useDefinitionProperty)  | 
Upgrade201ExternalId | 
InitializationConfiguration.upgrade201ExternalId(BulkWorkObjectProcessor workObjectProcessor,
                    BulkWorkObjectDefinitionProcessor definitionProcessor,
                    CurrentTenantService currentTenantService,
                    CurrentUserService currentUserService,
                    UserManager userManager,
                    OnePersistence onePersistence,
                    org.springframework.transaction.PlatformTransactionManager transactionManager,
                    TenantLookupService tenantLookupService,
                    DatabaseType databaseType,
                    DatabaseMetadata databaseMetadata,
                    DataSource dataSource)  | 
Upgrade201AddArchiveActionToAppModelDefinition | 
InitializationConfiguration.upgrade210AddArchiveActionToAppModelDefinition(BulkWorkObjectProcessor workObjectProcessor,
                                              BulkWorkObjectDefinitionProcessor definitionProcessor,
                                              CurrentTenantService currentTenantService,
                                              CurrentUserService currentUserService,
                                              UserManager userManager,
                                              OnePersistence onePersistence,
                                              org.springframework.transaction.PlatformTransactionManager transactionManager,
                                              TenantLookupService tenantLookupService,
                                              AnyWorkObjectDefinitionService workObjectDefinitionService,
                                              MaintenanceService maintenanceService)  | 
Upgrade201ModelIds | 
InitializationConfiguration.upgrade210ModelIds(BulkWorkObjectProcessor workObjectProcessor,
                  BulkWorkObjectDefinitionProcessor definitionProcessor,
                  CurrentTenantService currentTenantService,
                  CurrentUserService currentUserService,
                  UserManager userManager,
                  OnePersistence onePersistence,
                  org.springframework.transaction.PlatformTransactionManager transactionManager,
                  TenantLookupService tenantLookupService,
                  WorkObjectService workObjectService,
                  AnyWorkObjectDefinitionService workObjectDefinitionService,
                  AnyWorkObjectPersistence anyWorkObjectPersistence,
                  boolean performMigration)  | 
Upgrade201RuntimeModelIds | 
InitializationConfiguration.upgrade210RuntimeModelIds(BulkWorkObjectProcessor workObjectProcessor,
                         BulkWorkObjectDefinitionProcessor definitionProcessor,
                         CurrentTenantService currentTenantService,
                         CurrentUserService currentUserService,
                         UserManager userManager,
                         OnePersistence onePersistence,
                         org.springframework.transaction.PlatformTransactionManager transactionManager,
                         TenantLookupService tenantLookupService,
                         WorkObjectService workObjectService,
                         AnyWorkObjectPersistence anyWorkObjectPersistence,
                         boolean performMigration)  | 
DelegatingUserManager | 
OneConfiguration.userManager(CurrentTenantService currentTenantService,
           CurrentUserService currentUserService,
           UserService userService,
           LicenseChecker licenseChecker)  | 
WorkObjectService | 
GearConfiguration.workObjectService(AnyWorkObjectService anyWorkObjectService,
                 IdLookupService idLookupService,
                 CurrentTenantService currentTenantService)  | 
| Modifier and Type | Method and Description | 
|---|---|
ContentManager | 
ContentConfiguration.contentManager(CurrentTenantService currentTenantService,
              CurrentUserService currentUserService,
              org.springframework.transaction.PlatformTransactionManager transactionManager,
              ContentProvider contentProvider,
              Optional<List<InternalContentConfigurationConfigurer>> internalContentConfigurationConfigurers)  | 
| Modifier and Type | Method and Description | 
|---|---|
org.flowable.job.service.impl.asyncexecutor.ExecuteAsyncRunnableFactory | 
EngineConfiguration.executeAsyncRunnableFactory(org.springframework.transaction.PlatformTransactionManager transactionManager,
                           CurrentTenantService currentTenantService,
                           CurrentUserService currentUserService)  | 
org.flowable.job.service.JobProcessor | 
EngineConfiguration.jobProcessor(CurrentTenantService currentTenantService,
            CurrentUserService currentUserService)  | 
org.flowable.job.service.impl.asyncexecutor.AsyncRunnableExecutionExceptionHandler | 
EngineConfiguration.tenantAwareAsyncRunnableExecutionExceptionHandler(org.springframework.transaction.PlatformTransactionManager transactionManager,
                                                 CurrentTenantService currentTenantService,
                                                 CurrentUserService currentUserService)  | 
| Constructor and Description | 
|---|
ActivitiIdentityELResolver(CurrentTenantService currentTenantService,
                          CurrentUserService currentUserService)
Deprecated.  
  | 
| Constructor and Description | 
|---|
FlowableIdentityELResolver(CurrentTenantService currentTenantService,
                          CurrentUserService currentUserService)  | 
TenantAwareAsyncExecuteJobRunnable(Runnable jobRunnable,
                                  String userId,
                                  String tenantId,
                                  CurrentTenantService currentTenantService,
                                  CurrentUserService currentUserService)  | 
TenantAwareAsyncRunnableExecutionExceptionHandler(org.springframework.transaction.PlatformTransactionManager transactionManager,
                                                 CurrentTenantService currentTenantService,
                                                 CurrentUserService currentUserService)  | 
TenantAwareExecuteAsyncRunnableFactory(org.springframework.transaction.PlatformTransactionManager transactionManager,
                                      CurrentTenantService currentTenantService,
                                      CurrentUserService currentUserService)  | 
TenantAwareJobProcessor(CurrentTenantService currentTenantService,
                       CurrentUserService currentUserService)  | 
| Constructor and Description | 
|---|
ActivitiProcessProvider(org.flowable.engine.ProcessEngine processEngine,
                       EventBus eventBus,
                       TimeProvider timeProvider,
                       IdLookupService idLookupService,
                       CurrentTenantService currentTenantService)  | 
| Constructor and Description | 
|---|
DefaultWorkObjectService(AnyWorkObjectService anyWorkObjectService,
                        IdLookupService idLookupService,
                        CurrentTenantService currentTenantService)  | 
| Constructor and Description | 
|---|
DefaultDataConsistencyService(OnePersistence onePersistence,
                             CurrentTenantService currentTenantService,
                             TenantLookupService tenantLookupService,
                             List<DataConsistencyCheck> dataConsistencyChecks)
Constructs a new instance. 
 | 
DuplicateDefinitionKeyCheck(CurrentTenantService currentTenantService,
                           TenantLookupService tenantLookupService,
                           AnyWorkObjectDefinitionService definitionService,
                           MaintenanceService maintenanceService,
                           OnePersistence onePersistence,
                           StatisticsAwareCache statisticsAwareCache,
                           boolean fixDuplicateDefinitions)  | 
| Constructor and Description | 
|---|
DefaultGroupManager(GroupService groupService,
                   CurrentTenantService currentTenantService)  | 
DefaultGroupService(AnyWorkObjectService anyWorkObjectService,
                   SystemDefinitionHelper systemDefinitionHelper,
                   CurrentUserService currentUserService,
                   CurrentTenantService currentTenantService)  | 
| Constructor and Description | 
|---|
DefaultUserManager(CurrentTenantService currentTenantService,
                  CurrentUserService currentUserService,
                  UserService userService)  | 
| Constructor and Description | 
|---|
DefaultStatisticsManager(CurrentTenantService currentTenantService,
                        OnePersistence onePersistence)  | 
| Constructor and Description | 
|---|
OneBaseUpgrade(String version,
              String description,
              BulkWorkObjectProcessor workObjectProcessor,
              BulkWorkObjectDefinitionProcessor definitionProcessor,
              CurrentTenantService currentTenantService,
              CurrentUserService currentUserService,
              UserManager userManager,
              OnePersistence onePersistence,
              org.springframework.transaction.PlatformTransactionManager transactionManager,
              TenantLookupService tenantLookupService)
Creates a new instance of a one base upgrade with the given version and description of the upgrade. 
 | 
Upgrade161CmmnHumanTaskAllowedActionsSynchronize(String version,
                                                String description,
                                                BulkWorkObjectProcessor workObjectProcessor,
                                                BulkWorkObjectDefinitionProcessor definitionProcessor,
                                                CurrentTenantService currentTenantService,
                                                CurrentUserService currentUserService,
                                                UserManager userManager,
                                                OnePersistence onePersistence,
                                                org.springframework.transaction.PlatformTransactionManager transactionManager,
                                                TenantLookupService tenantLookupService,
                                                MaintenanceService maintenanceService,
                                                AnyWorkObjectDefinitionService workObjectDefinitionService)
Creates a new instance of a one base upgrade with the given version and description of the upgrade. 
 | 
Upgrade200DescriptionPersistence(String version,
                                String description,
                                BulkWorkObjectProcessor workObjectProcessor,
                                BulkWorkObjectDefinitionProcessor definitionProcessor,
                                CurrentTenantService currentTenantService,
                                CurrentUserService currentUserService,
                                UserManager userManager,
                                OnePersistence onePersistence,
                                org.springframework.transaction.PlatformTransactionManager transactionManager,
                                TenantLookupService tenantLookupService,
                                DataSource dataSource,
                                DatabaseType databaseType,
                                DatabaseMetadata databaseMetadata,
                                WorkObjectService workObjectService,
                                AnyWorkObjectDefinitionService workObjectDefinitionService,
                                MaintenanceService maintenanceService,
                                boolean useWorkObjectField,
                                boolean useWorkObjectVariable,
                                boolean useDefinitionField,
                                boolean useDefinitionProperty)  | 
Upgrade201AddArchiveActionToAppModelDefinition(String version,
                                              String description,
                                              BulkWorkObjectProcessor workObjectProcessor,
                                              BulkWorkObjectDefinitionProcessor definitionProcessor,
                                              CurrentTenantService currentTenantService,
                                              CurrentUserService currentUserService,
                                              UserManager userManager,
                                              OnePersistence onePersistence,
                                              org.springframework.transaction.PlatformTransactionManager transactionManager,
                                              TenantLookupService tenantLookupService,
                                              MaintenanceService maintenanceService,
                                              AnyWorkObjectDefinitionService workObjectDefinitionService)
Creates a new instance of a one base upgrade with the given version and description of the upgrade. 
 | 
Upgrade201ExternalId(String version,
                    String description,
                    BulkWorkObjectProcessor workObjectProcessor,
                    BulkWorkObjectDefinitionProcessor definitionProcessor,
                    CurrentTenantService currentTenantService,
                    CurrentUserService currentUserService,
                    UserManager userManager,
                    OnePersistence onePersistence,
                    org.springframework.transaction.PlatformTransactionManager transactionManager,
                    TenantLookupService tenantLookupService,
                    DatabaseType databaseType,
                    DatabaseMetadata databaseMetadata,
                    DataSource dataSource)
Perform no operation upgrade 
 | 
Upgrade201ModelIds(String version,
                  String description,
                  BulkWorkObjectProcessor workObjectProcessor,
                  BulkWorkObjectDefinitionProcessor definitionProcessor,
                  CurrentTenantService currentTenantService,
                  CurrentUserService currentUserService,
                  UserManager userManager,
                  OnePersistence onePersistence,
                  org.springframework.transaction.PlatformTransactionManager transactionManager,
                  TenantLookupService tenantLookupService,
                  WorkObjectService workObjectService,
                  AnyWorkObjectDefinitionService definitionService,
                  AnyWorkObjectPersistence anyWorkObjectPersistence,
                  boolean performMigration)
Creates a new instance of a one base upgrade with the given version and description of the upgrade. 
 | 
Upgrade201RuntimeModelIds(String version,
                         String description,
                         BulkWorkObjectProcessor workObjectProcessor,
                         BulkWorkObjectDefinitionProcessor definitionProcessor,
                         CurrentTenantService currentTenantService,
                         CurrentUserService currentUserService,
                         UserManager userManager,
                         OnePersistence onePersistence,
                         org.springframework.transaction.PlatformTransactionManager transactionManager,
                         TenantLookupService tenantLookupService,
                         WorkObjectService workObjectService,
                         AnyWorkObjectPersistence anyWorkObjectPersistence,
                         boolean performMigration)
Creates a new instance of a one base upgrade with the given version and description of the upgrade. 
 | 
UpgradeNoop(String version,
           String description,
           BulkWorkObjectProcessor workObjectProcessor,
           BulkWorkObjectDefinitionProcessor definitionProcessor,
           CurrentTenantService currentTenantService,
           CurrentUserService currentUserService,
           UserManager userManager,
           OnePersistence onePersistence,
           org.springframework.transaction.PlatformTransactionManager transactionManager,
           TenantLookupService tenantLookupService)
Perform no operation upgrade 
 | 
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.