Uses of Interface
com.flowable.platform.api.migration.MigrationService
Package | Description |
---|---|
com.flowable.platform.api | |
com.flowable.platform.engine | |
com.flowable.platform.engine.impl | |
com.flowable.platform.engine.impl.migration |
-
Uses of MigrationService in com.flowable.platform.api
Methods in com.flowable.platform.api that return MigrationService Modifier and Type Method Description MigrationService
PlatformEngineConfigurationApi. getMigrationService()
-
Uses of MigrationService in com.flowable.platform.engine
Fields in com.flowable.platform.engine declared as MigrationService Modifier and Type Field Description protected MigrationService
PlatformEngineConfiguration. migrationService
Methods in com.flowable.platform.engine that return MigrationService Modifier and Type Method Description MigrationService
PlatformEngine. getMigrationService()
MigrationService
PlatformEngineConfiguration. getMigrationService()
Methods in com.flowable.platform.engine with parameters of type MigrationService Modifier and Type Method Description void
PlatformEngineConfiguration. setMigrationService(MigrationService migrationService)
-
Uses of MigrationService in com.flowable.platform.engine.impl
Fields in com.flowable.platform.engine.impl declared as MigrationService Modifier and Type Field Description protected MigrationService
PlatformEngineImpl. migrationService
Methods in com.flowable.platform.engine.impl that return MigrationService Modifier and Type Method Description MigrationService
PlatformEngineImpl. getMigrationService()
-
Uses of MigrationService in com.flowable.platform.engine.impl.migration
Classes in com.flowable.platform.engine.impl.migration that implement MigrationService Modifier and Type Class Description class
MigrationServiceImpl