Modifier and Type | Class and Description |
---|---|
class |
InvalidKieServerException |
class |
ProcessDefinitionNotFoundException |
class |
ProcessNotFoundException |
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 |
---|---|
javax.ws.rs.core.Response |
InvalidMigrationExceptionMapper.toResponse(InvalidMigrationException exception) |
Modifier and Type | Method and Description |
---|---|
Migration |
MigrationService.migrate(Migration migration) |
Migration |
MigrationService.submit(MigrationDefinition definition) |
Migration |
MigrationService.update(Long id,
MigrationDefinition migration) |
Modifier and Type | Method and Description |
---|---|
Migration |
MigrationServiceImpl.migrate(Migration migration) |
Migration |
MigrationServiceImpl.submit(MigrationDefinition definition) |
Migration |
MigrationServiceImpl.update(Long id,
MigrationDefinition definition) |
void |
MigrationServiceImpl.validateDefinition(MigrationDefinition definition) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.