Uses of Class
org.apache.nifi.registry.flow.RegisteredFlow
Packages that use RegisteredFlow
-
Uses of RegisteredFlow in org.apache.nifi.registry.flow
Methods in org.apache.nifi.registry.flow that return RegisteredFlowModifier 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.RegisteredFlowSnapshot.getFlow()FlowRegistryClient.registerFlow(FlowRegistryClientConfigurationContext context, RegisteredFlow flow) Registers the given RegisteredFlow into the Flow Registry.Methods in org.apache.nifi.registry.flow that return types with arguments of type RegisteredFlowModifier and TypeMethodDescriptionFlowRegistryClient.getFlows(FlowRegistryClientConfigurationContext context, BucketLocation bucketLocation) Retrieves the set of all Flows for the specified bucket.Methods in org.apache.nifi.registry.flow with parameters of type RegisteredFlowModifier and TypeMethodDescriptionFlowRegistryClient.registerFlow(FlowRegistryClientConfigurationContext context, RegisteredFlow flow) Registers the given RegisteredFlow into the Flow Registry.voidRegisteredFlowSnapshot.setFlow(RegisteredFlow flow)