Uses of Class
com.flowable.platform.edorasone.migration.MigrationService
Package | Description |
---|---|
com.flowable.platform.edorasone.migration |
-
Uses of MigrationService in com.flowable.platform.edorasone.migration
Subclasses of MigrationService in com.flowable.platform.edorasone.migration Modifier and Type Class Description class
CaseMigrationService
class
ProcessMigrationService
class
TaskMigrationService
Fields in com.flowable.platform.edorasone.migration declared as MigrationService Modifier and Type Field Description protected MigrationService
MigrationJobHandler. migrationService
protected MigrationService
ValidationJobHandler. migrationService
Constructors in com.flowable.platform.edorasone.migration with parameters of type MigrationService Constructor Description MigrationJobHandler(java.lang.String jobHandlerType, MigrationService migrationService, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
ValidationJobHandler(java.lang.String jobHandlerType, MigrationService migrationService, com.fasterxml.jackson.databind.ObjectMapper objectMapper)