Package | Description |
---|---|
org.kie.processmigration.model | |
org.kie.processmigration.service | |
org.kie.processmigration.service.impl |
Modifier and Type | Method and Description |
---|---|
Migration |
Migration.cancel() |
Migration |
Migration.complete(Boolean hasErrors) |
Migration |
Migration.fail(Exception e) |
Migration |
Migration.start() |
Modifier and Type | Method and Description |
---|---|
Migration |
MigrationService.delete(Long id) |
Migration |
MigrationService.get(Long id) |
Migration |
MigrationService.migrate(Migration migration) |
Migration |
MigrationService.submit(MigrationDefinition definition) |
Migration |
MigrationService.update(Long id,
MigrationDefinition migration) |
Modifier and Type | Method and Description |
---|---|
List<Migration> |
MigrationService.findAll() |
Modifier and Type | Method and Description |
---|---|
Migration |
MigrationService.migrate(Migration migration) |
void |
SchedulerService.reScheduleMigration(Migration migration) |
void |
SchedulerService.scheduleMigration(Migration migration) |
Modifier and Type | Method and Description |
---|---|
Migration |
MigrationServiceImpl.delete(Long id) |
Migration |
MigrationServiceImpl.get(Long id) |
Migration |
MigrationServiceImpl.migrate(Migration migration) |
Migration |
MigrationServiceImpl.submit(MigrationDefinition definition) |
Migration |
MigrationServiceImpl.update(Long id,
MigrationDefinition definition) |
Modifier and Type | Method and Description |
---|---|
List<Migration> |
MigrationServiceImpl.findAll() |
Modifier and Type | Method and Description |
---|---|
Migration |
MigrationServiceImpl.migrate(Migration migration) |
void |
EjbTimerSchedulerServiceImpl.reScheduleMigration(Migration migration) |
void |
EjbTimerSchedulerServiceImpl.scheduleMigration(Migration migration) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.