Uses of Interface
ru.cg.webbpm.studio.core.api.migrations.MigrationManager
Packages that use MigrationManager
Package
Description
-
Uses of MigrationManager in ru.cg.webbpm.studio.core.migrations.impl
Classes in ru.cg.webbpm.studio.core.migrations.impl that implement MigrationManagerConstructors in ru.cg.webbpm.studio.core.migrations.impl with parameters of type MigrationManagerModifierConstructorDescriptionRunMigrationsIndexExtension
(ProjectManager projectManager, MigrationManager migrationManager) -
Uses of MigrationManager in ru.cg.webbpm.studio.core.migrations.ui
Constructors in ru.cg.webbpm.studio.core.migrations.ui with parameters of type MigrationManagerModifierConstructorDescriptionIncompatibleFilesIndexExtension
(ProjectManager projectManager, VersionManager versionManager, MigrationManager migrationManager, Alerts alerts) MigrationsRunner
(MigrationManager migrationManager, ProgressManager progressManager) ResourcesMigrationListener
(FileManager fileManager, MigrationManager migrationManager, MigrationsRunner migrationsRunner, MigrationCache migrationCache, List<FileWithVersionsIO<? extends HasVersions>> ioComponents, Console console, FileBasedIndex fileBasedIndex) -
Uses of MigrationManager in ru.cg.webbpm.studio.subsystems.packaging.ui
Constructors in ru.cg.webbpm.studio.subsystems.packaging.ui with parameters of type MigrationManagerModifierConstructorDescriptionPackageExManagerImpl
(ProjectManager projectManager, ProgressManager progressManager, Alerts alerts, PackageManager packageManager, DependencyManager dependencyManager, CompileExManager compileExManager, MigrationManager migrationManager, ValidationManager validationManager, VersionControl versionControl, GitServiceEx gitServiceEx, CommitFilesPanel commitFilesPanel, Console console, List<PackageOperationListener> listeners, FileBasedIndex fileBasedIndex, FileManager fileManager)