| 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 |
PlanResource.delete(Long id) |
javax.ws.rs.core.Response |
PlanResource.get(Long id) |
javax.ws.rs.core.Response |
PlanResource.save(Long id,
Plan plan) |
| Modifier and Type | Method and Description |
|---|---|
Plan |
PlanService.delete(Long id) |
Plan |
PlanService.get(Long id) |
Plan |
PlanService.update(Long id,
Plan plan) |
| Modifier and Type | Method and Description |
|---|---|
Plan |
PlanServiceImpl.delete(Long id) |
Plan |
PlanServiceImpl.get(Long id) |
Plan |
PlanServiceImpl.update(Long id,
Plan plan) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.