| Package | Description |
|---|---|
| org.kie.processmigration.rest | |
| org.kie.processmigration.service | |
| org.kie.processmigration.service.impl |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
MigrationResource.delete(Long id) |
javax.ws.rs.core.Response |
MigrationResource.get(Long id) |
javax.ws.rs.core.Response |
MigrationResource.getResults(Long id) |
javax.ws.rs.core.Response |
MigrationResource.update(javax.ws.rs.core.HttpHeaders headers,
Long id,
MigrationDefinition definition) |
| Modifier and Type | Method and Description |
|---|---|
Migration |
MigrationService.delete(Long id) |
Migration |
MigrationService.get(Long id) |
List<MigrationReport> |
MigrationService.getResults(Long id) |
Migration |
MigrationService.update(Long id,
MigrationDefinition migration) |
| Modifier and Type | Method and Description |
|---|---|
Migration |
MigrationServiceImpl.delete(Long id) |
Migration |
MigrationServiceImpl.get(Long id) |
List<MigrationReport> |
MigrationServiceImpl.getResults(Long id) |
Migration |
MigrationServiceImpl.update(Long id,
MigrationDefinition definition) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.