| Package | Description |
|---|---|
| org.apache.nifi.web.api.dto |
| Modifier and Type | Field and Description |
|---|---|
private List<ControllerServiceApiDTO> |
DocumentedTypeDTO.controllerServiceApis |
private List<ControllerServiceApiDTO> |
ControllerServiceDTO.controllerServiceApis |
| Modifier and Type | Method and Description |
|---|---|
List<ControllerServiceApiDTO> |
DocumentedTypeDTO.getControllerServiceApis()
If this type represents a ControllerService, this lists the APIs it implements.
|
List<ControllerServiceApiDTO> |
ControllerServiceDTO.getControllerServiceApis()
Lists the APIs this Controller Service implements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentedTypeDTO.setControllerServiceApis(List<ControllerServiceApiDTO> controllerServiceApis) |
void |
ControllerServiceDTO.setControllerServiceApis(List<ControllerServiceApiDTO> controllerServiceApis) |
Copyright © 2023 Apache NiFi Project. All rights reserved.