Uses of Class
org.apache.nifi.api.toolkit.model.PositionDTO
Packages that use PositionDTO
-
Uses of PositionDTO in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model declared as PositionDTOModifier and TypeFieldDescriptionprivate PositionDTO
AccessPolicyDTO.position
private PositionDTO
AccessPolicyEntity.position
private PositionDTO
AccessPolicySummaryDTO.position
private PositionDTO
AccessPolicySummaryEntity.position
private PositionDTO
AffectedComponentEntity.position
private PositionDTO
ComponentReferenceDTO.position
private PositionDTO
ComponentReferenceEntity.position
private PositionDTO
ComponentValidationResultEntity.position
private PositionDTO
ConnectionDTO.position
private PositionDTO
ConnectionEntity.position
private PositionDTO
ControllerServiceDTO.position
private PositionDTO
ControllerServiceEntity.position
private PositionDTO
ControllerServiceReferencingComponentEntity.position
private PositionDTO
FlowAnalysisRuleDTO.position
private PositionDTO
FlowAnalysisRuleEntity.position
private PositionDTO
FlowRegistryClientEntity.position
private PositionDTO
FunnelDTO.position
private PositionDTO
FunnelEntity.position
private PositionDTO
LabelDTO.position
private PositionDTO
LabelEntity.position
private PositionDTO
ParameterContextEntity.position
private PositionDTO
ParameterProviderDTO.position
private PositionDTO
ParameterProviderEntity.position
private PositionDTO
ParameterProviderReferencingComponentEntity.position
private PositionDTO
PortDTO.position
private PositionDTO
PortEntity.position
private PositionDTO
ProcessGroupDTO.position
private PositionDTO
ProcessGroupEntity.position
private PositionDTO
ProcessorDiagnosticsEntity.position
private PositionDTO
ProcessorDTO.position
private PositionDTO
ProcessorEntity.position
private PositionDTO
RemoteProcessGroupDTO.position
private PositionDTO
RemoteProcessGroupEntity.position
private PositionDTO
RemoteProcessGroupPortEntity.position
private PositionDTO
ReportingTaskDTO.position
private PositionDTO
ReportingTaskEntity.position
private PositionDTO
TenantDTO.position
private PositionDTO
TenantEntity.position
private PositionDTO
UserDTO.position
private PositionDTO
UserEntity.position
private PositionDTO
UserGroupDTO.position
private PositionDTO
UserGroupEntity.position
Fields in org.apache.nifi.api.toolkit.model with type parameters of type PositionDTOModifier and TypeFieldDescriptionprivate List
<PositionDTO> ConnectionDTO.bends
private List
<PositionDTO> ConnectionEntity.bends
Methods in org.apache.nifi.api.toolkit.model that return PositionDTOModifier and TypeMethodDescriptionAccessPolicyDTO.getPosition()
Get positionAccessPolicyEntity.getPosition()
Get positionAccessPolicySummaryDTO.getPosition()
Get positionAccessPolicySummaryEntity.getPosition()
Get positionAffectedComponentEntity.getPosition()
Get positionComponentReferenceDTO.getPosition()
Get positionComponentReferenceEntity.getPosition()
Get positionComponentValidationResultEntity.getPosition()
Get positionConnectionDTO.getPosition()
Get positionConnectionEntity.getPosition()
Get positionControllerServiceDTO.getPosition()
Get positionControllerServiceEntity.getPosition()
Get positionControllerServiceReferencingComponentEntity.getPosition()
Get positionFlowAnalysisRuleDTO.getPosition()
Get positionFlowAnalysisRuleEntity.getPosition()
Get positionFlowRegistryClientEntity.getPosition()
Get positionFunnelDTO.getPosition()
Get positionFunnelEntity.getPosition()
Get positionLabelDTO.getPosition()
Get positionLabelEntity.getPosition()
Get positionParameterContextEntity.getPosition()
Get positionParameterProviderDTO.getPosition()
Get positionParameterProviderEntity.getPosition()
Get positionParameterProviderReferencingComponentEntity.getPosition()
Get positionPortDTO.getPosition()
Get positionPortEntity.getPosition()
Get positionProcessGroupDTO.getPosition()
Get positionProcessGroupEntity.getPosition()
Get positionProcessorDiagnosticsEntity.getPosition()
Get positionProcessorDTO.getPosition()
Get positionProcessorEntity.getPosition()
Get positionRemoteProcessGroupDTO.getPosition()
Get positionRemoteProcessGroupEntity.getPosition()
Get positionRemoteProcessGroupPortEntity.getPosition()
Get positionReportingTaskDTO.getPosition()
Get positionReportingTaskEntity.getPosition()
Get positionTenantDTO.getPosition()
Get positionTenantEntity.getPosition()
Get positionUserDTO.getPosition()
Get positionUserEntity.getPosition()
Get positionUserGroupDTO.getPosition()
Get positionUserGroupEntity.getPosition()
Get positionMethods in org.apache.nifi.api.toolkit.model that return types with arguments of type PositionDTOModifier and TypeMethodDescriptionConnectionDTO.getBends()
The bend points on the connection.ConnectionEntity.getBends()
The bend points on the connection.Methods in org.apache.nifi.api.toolkit.model with parameters of type PositionDTOModifier and TypeMethodDescriptionConnectionDTO.addBendsItem
(PositionDTO bendsItem) ConnectionEntity.addBendsItem
(PositionDTO bendsItem) AccessPolicyDTO.position
(PositionDTO position) AccessPolicyEntity.position
(PositionDTO position) AccessPolicySummaryDTO.position
(PositionDTO position) AccessPolicySummaryEntity.position
(PositionDTO position) AffectedComponentEntity.position
(PositionDTO position) ComponentReferenceDTO.position
(PositionDTO position) ComponentReferenceEntity.position
(PositionDTO position) ComponentValidationResultEntity.position
(PositionDTO position) ConnectionDTO.position
(PositionDTO position) ConnectionEntity.position
(PositionDTO position) ControllerServiceDTO.position
(PositionDTO position) ControllerServiceEntity.position
(PositionDTO position) ControllerServiceReferencingComponentEntity.position
(PositionDTO position) FlowAnalysisRuleDTO.position
(PositionDTO position) FlowAnalysisRuleEntity.position
(PositionDTO position) FlowRegistryClientEntity.position
(PositionDTO position) FunnelDTO.position
(PositionDTO position) FunnelEntity.position
(PositionDTO position) LabelDTO.position
(PositionDTO position) LabelEntity.position
(PositionDTO position) ParameterContextEntity.position
(PositionDTO position) ParameterProviderDTO.position
(PositionDTO position) ParameterProviderEntity.position
(PositionDTO position) ParameterProviderReferencingComponentEntity.position
(PositionDTO position) PortDTO.position
(PositionDTO position) PortEntity.position
(PositionDTO position) ProcessGroupDTO.position
(PositionDTO position) ProcessGroupEntity.position
(PositionDTO position) ProcessorDiagnosticsEntity.position
(PositionDTO position) ProcessorDTO.position
(PositionDTO position) ProcessorEntity.position
(PositionDTO position) RemoteProcessGroupDTO.position
(PositionDTO position) RemoteProcessGroupEntity.position
(PositionDTO position) RemoteProcessGroupPortEntity.position
(PositionDTO position) ReportingTaskDTO.position
(PositionDTO position) ReportingTaskEntity.position
(PositionDTO position) TenantDTO.position
(PositionDTO position) TenantEntity.position
(PositionDTO position) UserDTO.position
(PositionDTO position) UserEntity.position
(PositionDTO position) UserGroupDTO.position
(PositionDTO position) UserGroupEntity.position
(PositionDTO position) void
AccessPolicyDTO.setPosition
(PositionDTO position) void
AccessPolicyEntity.setPosition
(PositionDTO position) void
AccessPolicySummaryDTO.setPosition
(PositionDTO position) void
AccessPolicySummaryEntity.setPosition
(PositionDTO position) void
AffectedComponentEntity.setPosition
(PositionDTO position) void
ComponentReferenceDTO.setPosition
(PositionDTO position) void
ComponentReferenceEntity.setPosition
(PositionDTO position) void
ComponentValidationResultEntity.setPosition
(PositionDTO position) void
ConnectionDTO.setPosition
(PositionDTO position) void
ConnectionEntity.setPosition
(PositionDTO position) void
ControllerServiceDTO.setPosition
(PositionDTO position) void
ControllerServiceEntity.setPosition
(PositionDTO position) void
ControllerServiceReferencingComponentEntity.setPosition
(PositionDTO position) void
FlowAnalysisRuleDTO.setPosition
(PositionDTO position) void
FlowAnalysisRuleEntity.setPosition
(PositionDTO position) void
FlowRegistryClientEntity.setPosition
(PositionDTO position) void
FunnelDTO.setPosition
(PositionDTO position) void
FunnelEntity.setPosition
(PositionDTO position) void
LabelDTO.setPosition
(PositionDTO position) void
LabelEntity.setPosition
(PositionDTO position) void
ParameterContextEntity.setPosition
(PositionDTO position) void
ParameterProviderDTO.setPosition
(PositionDTO position) void
ParameterProviderEntity.setPosition
(PositionDTO position) void
ParameterProviderReferencingComponentEntity.setPosition
(PositionDTO position) void
PortDTO.setPosition
(PositionDTO position) void
PortEntity.setPosition
(PositionDTO position) void
ProcessGroupDTO.setPosition
(PositionDTO position) void
ProcessGroupEntity.setPosition
(PositionDTO position) void
ProcessorDiagnosticsEntity.setPosition
(PositionDTO position) void
ProcessorDTO.setPosition
(PositionDTO position) void
ProcessorEntity.setPosition
(PositionDTO position) void
RemoteProcessGroupDTO.setPosition
(PositionDTO position) void
RemoteProcessGroupEntity.setPosition
(PositionDTO position) void
RemoteProcessGroupPortEntity.setPosition
(PositionDTO position) void
ReportingTaskDTO.setPosition
(PositionDTO position) void
ReportingTaskEntity.setPosition
(PositionDTO position) void
TenantDTO.setPosition
(PositionDTO position) void
TenantEntity.setPosition
(PositionDTO position) void
UserDTO.setPosition
(PositionDTO position) void
UserEntity.setPosition
(PositionDTO position) void
UserGroupDTO.setPosition
(PositionDTO position) void
UserGroupEntity.setPosition
(PositionDTO position) Method parameters in org.apache.nifi.api.toolkit.model with type arguments of type PositionDTOModifier and TypeMethodDescriptionConnectionDTO.bends
(List<PositionDTO> bends) ConnectionEntity.bends
(List<PositionDTO> bends) void
ConnectionDTO.setBends
(List<PositionDTO> bends) void
ConnectionEntity.setBends
(List<PositionDTO> bends)