| Package | Description |
|---|---|
| org.apache.nifi.web.api.dto | |
| org.apache.nifi.web.api.dto.flow | |
| org.apache.nifi.web.api.entity |
| Modifier and Type | Field and Description |
|---|---|
private VersionControlInformationDTO |
ProcessGroupDTO.versionControlInformation |
private VersionControlInformationDTO |
VersionedFlowUpdateRequestDTO.versionControlInformation |
| Modifier and Type | Method and Description |
|---|---|
VersionControlInformationDTO |
ProcessGroupDTO.getVersionControlInformation() |
VersionControlInformationDTO |
VersionedFlowUpdateRequestDTO.getVersionControlInformation() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessGroupDTO.setVersionControlInformation(VersionControlInformationDTO versionControlInformation) |
void |
VersionedFlowUpdateRequestDTO.setVersionControlInformation(VersionControlInformationDTO versionControlInformation) |
| Modifier and Type | Field and Description |
|---|---|
private VersionControlInformationDTO |
FlowBreadcrumbDTO.versionControlInformation |
| Modifier and Type | Method and Description |
|---|---|
VersionControlInformationDTO |
FlowBreadcrumbDTO.getVersionControlInformation() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowBreadcrumbDTO.setVersionControlInformation(VersionControlInformationDTO versionControlInformation) |
| Modifier and Type | Field and Description |
|---|---|
private VersionControlInformationDTO |
VersionControlComponentMappingEntity.versionControlDto |
private VersionControlInformationDTO |
VersionControlInformationEntity.versionControlInformation |
| Modifier and Type | Method and Description |
|---|---|
VersionControlInformationDTO |
VersionControlInformationEntity.getVersionControlInformation() |
VersionControlInformationDTO |
VersionControlComponentMappingEntity.getVersionControlInformation() |
| Modifier and Type | Method and Description |
|---|---|
void |
VersionControlInformationEntity.setVersionControlInformation(VersionControlInformationDTO versionControlDto) |
void |
VersionControlComponentMappingEntity.setVersionControlInformation(VersionControlInformationDTO versionControlDto) |
Copyright © 2023 Apache NiFi Project. All rights reserved.