Uses of Class
org.apache.nifi.registry.flow.FlowRegistryBucket
Packages that use FlowRegistryBucket
-
Uses of FlowRegistryBucket in org.apache.nifi.registry.flow
Fields in org.apache.nifi.registry.flow declared as FlowRegistryBucketMethods in org.apache.nifi.registry.flow that return FlowRegistryBucketModifier and TypeMethodDescriptionFlowRegistryClient.getBucket
(FlowRegistryClientConfigurationContext context, String bucketId) Gets the bucket with the given id.RegisteredFlowSnapshot.getBucket()
Methods in org.apache.nifi.registry.flow that return types with arguments of type FlowRegistryBucketModifier and TypeMethodDescriptionFlowRegistryClient.getBuckets
(FlowRegistryClientConfigurationContext context) Gets the buckets for the specified user.Methods in org.apache.nifi.registry.flow with parameters of type FlowRegistryBucketModifier and TypeMethodDescriptionvoid
RegisteredFlowSnapshot.setBucket
(FlowRegistryBucket bucket)