Uses of Class
org.apache.nifi.flow.VersionedRemoteGroupPort
Packages that use VersionedRemoteGroupPort
-
Uses of VersionedRemoteGroupPort in org.apache.nifi.flow
Fields in org.apache.nifi.flow with type parameters of type VersionedRemoteGroupPortModifier and TypeFieldDescriptionprivate Set
<VersionedRemoteGroupPort> VersionedRemoteProcessGroup.inputPorts
private Set
<VersionedRemoteGroupPort> VersionedRemoteProcessGroup.outputPorts
Methods in org.apache.nifi.flow that return types with arguments of type VersionedRemoteGroupPortModifier and TypeMethodDescriptionVersionedRemoteProcessGroup.getInputPorts()
VersionedRemoteProcessGroup.getOutputPorts()
Method parameters in org.apache.nifi.flow with type arguments of type VersionedRemoteGroupPortModifier and TypeMethodDescriptionvoid
VersionedRemoteProcessGroup.setInputPorts
(Set<VersionedRemoteGroupPort> inputPorts) void
VersionedRemoteProcessGroup.setOutputPorts
(Set<VersionedRemoteGroupPort> outputPorts)