| Package | Description |
|---|---|
| org.kie.processmigration.model | |
| org.kie.processmigration.rest | |
| org.kie.processmigration.service | |
| org.kie.processmigration.service.impl |
| Modifier and Type | Method and Description |
|---|---|
MigrationDefinition |
Migration.getDefinition() |
| Modifier and Type | Method and Description |
|---|---|
void |
Migration.setDefinition(MigrationDefinition definition) |
| Constructor and Description |
|---|
Migration(MigrationDefinition definition) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
MigrationResource.submit(javax.ws.rs.core.HttpHeaders headers,
MigrationDefinition definition) |
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.submit(MigrationDefinition definition) |
Migration |
MigrationService.update(Long id,
MigrationDefinition migration) |
| Modifier and Type | Method and Description |
|---|---|
Migration |
MigrationServiceImpl.submit(MigrationDefinition definition) |
Migration |
MigrationServiceImpl.update(Long id,
MigrationDefinition definition) |
void |
MigrationServiceImpl.validateDefinition(MigrationDefinition definition) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.