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, 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.default booleanFlowRegistryClient.isBranchingSupported(FlowRegistryClientConfigurationContext context) Indicates if the registry supports branching.booleanFlowRegistryClient.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 Flow Registry.FlowRegistryClient.registerFlowSnapshot(FlowRegistryClientConfigurationContext context, RegisteredFlowSnapshot flowSnapshot, RegisterAction action) Adds the given snapshot to the Flow Registry for the given Flow.VerifiableFlowRegistryClient.verify(FlowRegistryClientConfigurationContext context, ComponentLog verificationLogger, Map<String, String> variables) Verifies that the configuration defined by the given FlowRegistryClientConfigurationContext is valid.