Uses of Class
org.apache.nifi.registry.flow.FlowRegistryException
Packages that use FlowRegistryException
-
Uses of FlowRegistryException in org.apache.nifi.registry.flow
Subclasses of FlowRegistryException in org.apache.nifi.registry.flowModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassMethods in org.apache.nifi.registry.flow that throw FlowRegistryExceptionModifier and TypeMethodDescriptionFlowRegistryClient.deregisterFlow(FlowRegistryClientConfigurationContext context, FlowLocation flowLocation) Deletes the specified flow from the Flow Registry.default Set<FlowRegistryBranch> FlowRegistryClient.getBranches(FlowRegistryClientConfigurationContext context) Get the available branches.FlowRegistryClient.getBucket(FlowRegistryClientConfigurationContext context, BucketLocation bucketLocation) Gets the bucket with the given id.FlowRegistryClient.getBuckets(FlowRegistryClientConfigurationContext context, String branch) Gets the buckets for the specified user.default FlowRegistryBranchFlowRegistryClient.getDefaultBranch(FlowRegistryClientConfigurationContext context) Gets the default branch.FlowRegistryClient.getFlow(FlowRegistryClientConfigurationContext context, FlowLocation flowLocation) Retrieves a flow by bucket id and Flow id.FlowRegistryClient.getFlowContents(FlowRegistryClientConfigurationContext context, FlowVersionLocation flowVersionLocation) Retrieves the contents of the flow snapshot with the given Bucket id, Flow id, and version, from the Registry.FlowRegistryClient.getFlows(FlowRegistryClientConfigurationContext context, BucketLocation bucketLocation) Retrieves the set of all Flows for the specified bucket.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.FlowRegistryClient.registerFlow(FlowRegistryClientConfigurationContext context, RegisteredFlow flow) Registers the given RegisteredFlow into the Flow Registry.FlowRegistryClient.registerFlowSnapshot(FlowRegistryClientConfigurationContext context, RegisteredFlowSnapshot flowSnapshot, RegisterAction action) Adds the given snapshot to the Flow Registry for the given Flow.