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