Uses of Class
org.apache.nifi.registry.flow.FlowLocation
Packages that use FlowLocation
-
Uses of FlowLocation in org.apache.nifi.registry.flow
Subclasses of FlowLocation in org.apache.nifi.registry.flowModifier and TypeClassDescriptionclassInformation for locating a flow version in a flow registry.Methods in org.apache.nifi.registry.flow with parameters of type FlowLocationModifier and TypeMethodDescriptionFlowRegistryClient.deregisterFlow(FlowRegistryClientConfigurationContext context, FlowLocation flowLocation) Deletes the specified flow from the Flow Registry.FlowRegistryClient.getFlow(FlowRegistryClientConfigurationContext context, FlowLocation flowLocation) Retrieves a flow by bucket id and Flow id.FlowRegistryClient.getFlowVersions(FlowRegistryClientConfigurationContext context, FlowLocation flowLocation) Retrieves the set of all versions of the specified flow.FlowRegistryClient.getLatestVersion(FlowRegistryClientConfigurationContext context, FlowLocation flowLocation) Returns the latest (most recent) version of the Flow in the Flow Registry for the given bucket and Flow.