Uses of Interface
org.apache.nifi.registry.flow.FlowRegistryClientConfigurationContext
Packages that use FlowRegistryClientConfigurationContext
-
Uses of FlowRegistryClientConfigurationContext in org.apache.nifi.registry.flow
Methods in org.apache.nifi.registry.flow with parameters of type FlowRegistryClientConfigurationContextModifier and TypeMethodDescriptionFlowRegistryClient.deregisterFlow
(FlowRegistryClientConfigurationContext context, String bucketId, String flowId) Deletes the specified flow from the Flow Registry.FlowRegistryClient.getBucket
(FlowRegistryClientConfigurationContext context, String bucketId) Gets the bucket with the given id.FlowRegistryClient.getBuckets
(FlowRegistryClientConfigurationContext context) Gets the buckets for the specified user.FlowRegistryClient.getFlow
(FlowRegistryClientConfigurationContext context, String bucketId, String flowId) Retrieves a flow by bucket id and Flow id.FlowRegistryClient.getFlowContents
(FlowRegistryClientConfigurationContext context, String bucketId, String flowId, int version) Retrieves the contents of the flow snaphot with the given Bucket id, Flow id, and version, from the Registry.FlowRegistryClient.getFlows
(FlowRegistryClientConfigurationContext context, String bucketId) Retrieves the set of all Flows for the specified bucket.FlowRegistryClient.getFlowVersions
(FlowRegistryClientConfigurationContext context, String bucketId, String flowId) Retrieves the set of all versions of the specified flow.int
FlowRegistryClient.getLatestVersion
(FlowRegistryClientConfigurationContext context, String bucketId, String flowId) Returns the latest (most recent) version of the Flow in the Flow Registry for the given bucket and Flow.boolean
FlowRegistryClient.isStorageLocationApplicable
(FlowRegistryClientConfigurationContext context, String location) Decides if the given location is applicable by the repository instance.FlowRegistryClient.registerFlow
(FlowRegistryClientConfigurationContext context, RegisteredFlow flow) Registers the given RegisteredFlow into the the Flow Registry.FlowRegistryClient.registerFlowSnapshot
(FlowRegistryClientConfigurationContext context, RegisteredFlowSnapshot flowSnapshot) Adds the given snapshot to the Flow Registry for the given Flow.