Constructor and Description |
---|
DataExchange(TimeProvider timeProvider,
CurrentUserService currentUserService) |
Constructor and Description |
---|
UserValueResolver(CurrentUserService currentUserService,
AnyWorkObjectService anyWorkObjectService) |
Modifier and Type | Class and Description |
---|---|
class |
OneCurrentUserService |
Constructor and Description |
---|
VariableDeserializer(CurrentUserService currentUserService,
TimeProvider timeProvider) |
VariableLegacyDeserializer(CurrentUserService currentUserService,
TimeProvider timeProvider) |
Modifier and Type | Method and Description |
---|---|
static boolean |
CmmnHelper.archiveCase(String caseClientId,
String state,
String runAsUser,
AnyWorkObjectService anyWorkObjectService,
CaseArchiveManager caseArchiveManager,
CurrentUserService currentUserService)
Archive a case by setting the passed state.
|
static void |
CmmnHelper.archiveParentCaseRecursive(CasePlanModel caze,
String runAsUser,
TransitionData transitionData,
PersistenceListeners persistenceListeners,
CmmnService cmmnService,
AnyWorkObjectService anyWorkObjectService,
CaseArchiveManager caseArchiveManager,
CurrentUserService currentUserService)
If we’re archiving a non-blocking sub-case, we may have to check for terminal parent cases which can now also be archived.
|
Constructor and Description |
---|
OneEngineListeners(CreateHandlers createHandlers,
StartHandlers startHandlers,
ManualStartHandlers manualStartHandlers,
CompleteHandlers completeHandlers,
OccurHandlers occurHandlers,
EnableHandlers enableHandlers,
ExitHandlers exitHandlers,
DisableHandlers disableHandlers,
ReenableHandlers reenableHandlers,
FaultHandlers faultHandlers,
ReactivateHandlers reactivateHandlers,
ParentCompleteHandlers parentCompleteHandlers,
TerminateHandlers terminateHandlers,
CaseFileItemHandlers caseFileItemHandlers,
GearExpressionResolver gearExpressionResolver,
AnyWorkObjectService anyWorkObjectService,
AnyWorkObjectDefinitionService anyWorkObjectDefinitionService,
UserManager userManager,
AppHelper appHelper,
CurrentUserService currentUserService,
PersistenceListeners persistenceListeners,
SynchronizedLowLevelCmmnService synchronizedLowLevelCmmnService,
CmmnExtensions cmmnExtensions) |
OneTransitionListeners(CreateHandlers createHandlers,
StartHandlers startHandlers,
ManualStartHandlers manualStartHandlers,
CompleteHandlers completeHandlers,
OccurHandlers occurHandlers,
EnableHandlers enableHandlers,
ExitHandlers exitHandlers,
DisableHandlers disableHandlers,
ReenableHandlers reenableHandlers,
FaultHandlers faultHandlers,
ReactivateHandlers reactivateHandlers,
ParentCompleteHandlers parentCompleteHandlers,
TerminateHandlers terminateHandlers,
EngineListeners engineListeners,
CmmnExtensions cmmnExtensions,
CurrentUserService currentUserService) |
Constructor and Description |
---|
DefaultOneCmmnService(CmmnService synchronizedCmmnService,
EngineListeners engineListeners,
PersistenceListeners persistenceListeners,
UserManager userManager,
AnyWorkObjectService anyWorkObjectService,
CurrentUserService currentUserService) |
Constructor and Description |
---|
CmmnTimerEventJobHandler(OneCmmnService cmmnService,
UserManager userManager,
CurrentUserService currentUserService) |
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 |
EmptyCurrentUserService
Empty
CurrentUserService instance which returns null for the BaseCurrentUserService.getCurrentUserId() . |
Constructor and Description |
---|
DefaultCurrentIdentityService(CurrentUserService currentUserService,
CurrentTenantService currentTenantService) |
Modifier and Type | Class and Description |
---|---|
class |
BaseCurrentUserService
Base class for user service implementations.
|
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) |
DefaultAppImportExportManager |
OneConfiguration.appImportExportManager(AppImporter appImporter,
AppExporter appExporter,
AppReaderService appReaderService,
AppWriterFactory appWriterFactory,
ProcessImporter processImporter,
TimeProvider timeProvider,
AmbiguousIdHelper ambiguousIdHelper,
AppGraphOverviewService appGraphOverviewService,
AppOverviewService appOverviewService,
AppDataModelService appDataModelService,
UploadService uploadService,
CurrentUserService currentUserService,
Long importTimeoutMs) |
DefaultOneCmmnService |
CmmnConfiguration.cmmnService(CmmnService synchronizedLowLevelCmmnService,
EngineListeners engineListeners,
PersistenceListeners persistenceListeners,
UserManager userManager,
AnyWorkObjectService anyWorkObjectService,
CurrentUserService currentUserService) |
CmmnTimerEventJobHandler |
CmmnConfiguration.cmmnTimerEventJobHandler(OneCmmnService cmmnService,
UserManager userManager,
CurrentUserService currentUserService) |
ContentManagerHelper |
OneConfiguration.contentManagerHelper(ContentManager contentManager,
WorkObjectService workObjectService,
CurrentUserService currentUserService,
TimeProvider timeProvider,
ContentDetector contentDetector,
boolean enableVersioning) |
DefaultCurrentIdentityService |
OneConfiguration.currentIdentityService(CurrentUserService currentUserService,
CurrentTenantService currentTenantService) |
OneEngineListeners |
CmmnConfiguration.engineListeners(CreateHandlers createHandlers,
StartHandlers startHandlers,
ManualStartHandlers manualStartHandlers,
CompleteHandlers completeHandlers,
OccurHandlers occurHandlers,
EnableHandlers enableHandlers,
ExitHandlers exitHandlers,
DisableHandlers disableHandlers,
ReenableHandlers reenableHandlers,
FaultHandlers faultHandlers,
ReactivateHandlers reactivateHandlers,
ParentCompleteHandlers parentCompleteHandlers,
TerminateHandlers terminateHandlers,
CaseFileItemHandlers caseFileItemHandlers,
GearExpressionResolver gearExpressionResolver,
AnyWorkObjectService anyWorkObjectService,
AnyWorkObjectDefinitionService anyWorkObjectDefinitionService,
UserManager userManager,
AppHelper appHelper,
CurrentUserService currentUserService,
PersistenceListeners persistenceListeners,
SynchronizedLowLevelCmmnService synchronizedLowLevelCmmnService,
CmmnExtensions cmmnExtensions) |
DefaultFileStorageManager |
OneConfiguration.fileStorageManager(CurrentUserService currentUserService,
ContentManager contentManager,
ContentDetector contentDetector,
ThumbnailService thumbnailService,
TimeProvider timeProvider,
boolean enableVersioning) |
FrontendObjectManager |
OneConfiguration.frontendObjectManager(WorkObjectService workObjectService,
FrontendObjectService frontendObjectService,
NotificationService notificationService,
SearchService searchService,
FrontendObjectManagerUtils managerUtils,
AmbiguousIdHelper ambiguousIdHelper,
org.flowable.engine.ProcessEngine processEngine,
CurrentUserService currentUserService,
Optional<List<WorkObjectDecorator>> workObjectDecorators) |
DefaultGroupService |
OneConfiguration.groupService(AnyWorkObjectService anyWorkObjectService,
SystemDefinitionHelper systemDefinitionHelper,
CurrentUserService currentUserService,
CurrentTenantService currentTenantService) |
com.fasterxml.jackson.databind.ObjectMapper |
OneConfiguration.legacyPersistentObjectMapper(CurrentUserService currentUserService,
TimeProvider timeProvider,
ConverterProvider converterProvider) |
com.fasterxml.jackson.databind.ObjectMapper |
OneConfiguration.persistentObjectMapper(CurrentUserService currentUserService,
TimeProvider timeProvider,
ConverterProvider converterProvider) |
Upgrade210AddExportOverviewActionToAppModelDefinition |
InitializationConfiguration.upgrade119AddExportOverviewActionToAppModelDefinition(BulkWorkObjectProcessor workObjectProcessor,
BulkWorkObjectDefinitionProcessor definitionProcessor,
CurrentTenantService currentTenantService,
CurrentUserService currentUserService,
UserManager userManager,
OnePersistence onePersistence,
org.springframework.transaction.PlatformTransactionManager transactionManager,
TenantLookupService tenantLookupService,
AnyWorkObjectDefinitionService workObjectDefinitionService,
MaintenanceService maintenanceService) |
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) |
Upgrade205ExternalIdIndex |
InitializationConfiguration.upgrade205ExternalIdIndex(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) |
UserValueResolver |
OneConfiguration.userValueResolver(CurrentUserService currentUserService,
AnyWorkObjectService anyWorkObjectService) |
WorkObjectManager |
OneConfiguration.workObjectManager(SearchQueryParser searchQueryParser,
ModelManager modelManager,
WorkObjectService workObjectService,
AmbiguousIdHelper ambiguousIdHelper,
EntityTemplateManager entityTemplateManager,
FormDefinitionManager formDefinitionManager,
CurrentUserService currentUserService,
Optional<List<WorkObjectDecorator>> workObjectDecorators) |
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.engine.FlowableEngineAgendaFactory |
DebuggerProcessEngineConfiguration.debuggerAgendaFactory(org.flowable.engine.runtime.ProcessDebugger processDebugger,
CurrentTenantService currentTenantService,
CurrentUserService currentUserService) |
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) |
Modifier and Type | Method and Description |
---|---|
org.springframework.web.servlet.LocaleResolver |
SecurityConfiguration.localeResolver(org.springframework.transaction.PlatformTransactionManager transactionManager,
UserService userService,
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 |
---|
OneDebugContinueProcessOperation(org.flowable.engine.runtime.ProcessDebugger debugger,
org.flowable.engine.common.impl.interceptor.CommandContext commandContext,
org.flowable.engine.impl.persistence.entity.ExecutionEntity execution,
boolean forceSynchronousOperation,
boolean inCompensation,
CurrentTenantService currentTenantService,
CurrentUserService currentUserService) |
OneDebugContinueProcessOperation(org.flowable.engine.runtime.ProcessDebugger debugger,
org.flowable.engine.common.impl.interceptor.CommandContext commandContext,
org.flowable.engine.impl.persistence.entity.ExecutionEntity execution,
CurrentTenantService currentTenantService,
CurrentUserService currentUserService) |
OneDebugFlowableEngineAgenda(org.flowable.engine.common.impl.interceptor.CommandContext commandContext,
org.flowable.engine.runtime.ProcessDebugger debugger,
CurrentTenantService currentTenantService,
CurrentUserService currentUserService) |
OneDebugFlowableEngineAgendaFactory(CurrentTenantService currentTenantService,
CurrentUserService currentUserService) |
Constructor and Description |
---|
DefaultAppImportExportManager(AppImporter appImporter,
AppExporter appExporter,
AppReaderService appReaderService,
AppWriterFactory writerFactory,
ProcessImporter processImporter,
TimeProvider timeProvider,
AmbiguousIdHelper ambiguousIdHelper,
AppGraphOverviewService appGraphOverviewService,
AppOverviewService appOverviewService,
AppDataModelService appDataModelService,
UploadService uploadService,
CurrentUserService currentUserService,
long importTimeoutMs) |
Constructor and Description |
---|
ContentManagerHelper(ContentManager contentManager,
WorkObjectService workObjectService,
CurrentUserService currentUserService,
TimeProvider timeProvider,
ContentDetector contentDetector,
boolean enableVersioning)
Instantiates a new Content manager helper.
|
Constructor and Description |
---|
DefaultFileStorageManager(CurrentUserService currentUserService,
ContentManager contentManager,
ContentDetector contentDetector,
ThumbnailService thumbnailService,
TimeProvider timeProvider,
boolean enableVersioning) |
Constructor and Description |
---|
DefaultFrontendObjectManager(WorkObjectService workObjectService,
FrontendObjectService frontendObjectService,
NotificationService notificationService,
SearchService searchService,
FrontendObjectManagerUtils managerUtils,
AmbiguousIdHelper ambiguousIdHelper,
org.flowable.engine.ProcessEngine processEngine,
CurrentUserService currentUserService,
Optional<List<WorkObjectDecorator>> optionalWorkObjectDecorators) |
Constructor and Description |
---|
DefaultGroupService(AnyWorkObjectService anyWorkObjectService,
SystemDefinitionHelper systemDefinitionHelper,
CurrentUserService currentUserService,
CurrentTenantService currentTenantService) |
Constructor and Description |
---|
DefaultUserManager(CurrentTenantService currentTenantService,
CurrentUserService currentUserService,
UserService userService) |
Constructor and Description |
---|
DefaultWorkObjectManager(SearchQueryParser searchQueryParser,
WorkObjectService workObjectService,
ModelManager modelManager,
AmbiguousIdHelper ambiguousIdHelper,
EntityTemplateManager entityTemplateManager,
FormDefinitionManager formDefinitionManager,
CurrentUserService currentUserService,
Optional<List<WorkObjectDecorator>> optionalWorkObjectDecorators) |
Constructor and Description |
---|
CurrentUserLocaleResolver(org.springframework.transaction.PlatformTransactionManager transactionManager,
UserService userService,
CurrentUserService currentUserService) |
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.
|
Upgrade205ExternalIdIndex(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
|
Upgrade210AddExportOverviewActionToAppModelDefinition(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.
|
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 - 2019 edorasware ag. All Rights Reserved.