public class Upgrade201AddArchiveActionToAppModelDefinition extends OneBaseUpgrade
Adds 'archiveAppModel' action to appModelDefinition actions to keep it synchronized with
AppModelDefinitionProvider actions
| Constructor and Description |
|---|
Upgrade201AddArchiveActionToAppModelDefinition(String version,
String description,
com.edorasware.commons.core.util.bulk.BulkWorkObjectProcessor workObjectProcessor,
com.edorasware.commons.core.util.bulk.BulkWorkObjectDefinitionProcessor definitionProcessor,
com.edorasware.commons.core.identity.CurrentTenantService currentTenantService,
com.edorasware.commons.core.identity.CurrentUserService currentUserService,
UserManager userManager,
OnePersistence onePersistence,
org.springframework.transaction.PlatformTransactionManager transactionManager,
TenantLookupService tenantLookupService,
com.edorasware.commons.core.maintenance.MaintenanceService maintenanceService,
com.edorasware.commons.core.any.AnyWorkObjectDefinitionService workObjectDefinitionService)
Creates a new instance of a one base upgrade with the given version and description of the upgrade.
|
getOnePersistence, migratepublic Upgrade201AddArchiveActionToAppModelDefinition(String version, String description, com.edorasware.commons.core.util.bulk.BulkWorkObjectProcessor workObjectProcessor, com.edorasware.commons.core.util.bulk.BulkWorkObjectDefinitionProcessor definitionProcessor, com.edorasware.commons.core.identity.CurrentTenantService currentTenantService, com.edorasware.commons.core.identity.CurrentUserService currentUserService, UserManager userManager, OnePersistence onePersistence, org.springframework.transaction.PlatformTransactionManager transactionManager, TenantLookupService tenantLookupService, com.edorasware.commons.core.maintenance.MaintenanceService maintenanceService, com.edorasware.commons.core.any.AnyWorkObjectDefinitionService workObjectDefinitionService)
Creates a new instance of a one base upgrade with the given version and description of the upgrade.
version - the version of the upgradedescription - the description of the upgradeworkObjectProcessor - the work object processor for bulk updatesdefinitionProcessor - the work object definition processor for bulk updatescurrentTenantService - the current tenant service which is needed for executing the upgrades in a tenant scopecurrentUserService - the current user service which is needed for executing the upgrades in a user scopeuserManager - the user manager which is needed to retrieve the administrator useronePersistence - the one persistence which is used to get all tenants of the systemtransactionManager - the transaction manager to use for the upgradetenantLookupService - the tenant lookup servicemaintenanceService - the maintenance service to handle definition updateworkObjectDefinitionService - the workObjectDefinitionService to find task definitions related to the caseCopyright © 2010 - 2018 edorasware ag. All Rights Reserved.