Uses of Class
org.apache.nifi.flow.ConnectableComponent
Packages that use ConnectableComponent
-
Uses of ConnectableComponent in org.apache.nifi.flow
Fields in org.apache.nifi.flow declared as ConnectableComponentModifier and TypeFieldDescriptionprivate ConnectableComponent
VersionedConnection.destination
private ConnectableComponent
VersionedConnection.source
Methods in org.apache.nifi.flow that return ConnectableComponentModifier and TypeMethodDescriptionVersionedConnection.getDestination()
VersionedConnection.getSource()
Methods in org.apache.nifi.flow with parameters of type ConnectableComponentModifier and TypeMethodDescriptionvoid
VersionedConnection.setDestination
(ConnectableComponent destination) void
VersionedConnection.setSource
(ConnectableComponent source)