| Package | Description |
|---|---|
| net.leanix.api | |
| net.leanix.api.models |
| Modifier and Type | Method and Description |
|---|---|
ServiceHasProcess |
ServicesApi.createServiceHasProcess(String ID,
ServiceHasProcess body) |
ServiceHasProcess |
ProcessesApi.createServiceHasProcess(String ID,
ServiceHasProcess body) |
ServiceHasProcess |
ServicesApi.getServiceHasProcess(String ID,
String relationID) |
ServiceHasProcess |
ProcessesApi.getServiceHasProcess(String ID,
String relationID) |
ServiceHasProcess |
ServicesApi.updateServiceHasProcess(String ID,
String relationID,
ServiceHasProcess body) |
ServiceHasProcess |
ProcessesApi.updateServiceHasProcess(String ID,
String relationID,
ServiceHasProcess body) |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceHasProcess> |
ServicesApi.getServiceHasProcesses(String ID) |
List<ServiceHasProcess> |
ProcessesApi.getServiceHasProcesses(String ID) |
| Modifier and Type | Method and Description |
|---|---|
ServiceHasProcess |
ServicesApi.createServiceHasProcess(String ID,
ServiceHasProcess body) |
ServiceHasProcess |
ProcessesApi.createServiceHasProcess(String ID,
ServiceHasProcess body) |
ServiceHasProcess |
ServicesApi.updateServiceHasProcess(String ID,
String relationID,
ServiceHasProcess body) |
ServiceHasProcess |
ProcessesApi.updateServiceHasProcess(String ID,
String relationID,
ServiceHasProcess body) |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceHasProcess> |
Process.getServiceHasProcesses() |
List<ServiceHasProcess> |
Service.getServiceHasProcesses() |
| Modifier and Type | Method and Description |
|---|---|
void |
Process.setServiceHasProcesses(List<ServiceHasProcess> serviceHasProcesses) |
void |
Service.setServiceHasProcesses(List<ServiceHasProcess> serviceHasProcesses) |
Copyright © 2016 LeanIX GmbH. All rights reserved.