Uses of Class
org.apache.nifi.api.toolkit.model.FlowRegistryBucketEntity
Packages that use FlowRegistryBucketEntity
-
Uses of FlowRegistryBucketEntity in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model with type parameters of type FlowRegistryBucketEntityModifier and TypeFieldDescriptionprivate List
<FlowRegistryBucketEntity> FlowRegistryBucketsEntity.buckets
Methods in org.apache.nifi.api.toolkit.model that return FlowRegistryBucketEntityModifier and TypeMethodDescriptionFlowRegistryBucketEntity.bucket
(FlowRegistryBucketDTO bucket) FlowRegistryBucketEntity.permissions
(PermissionsDTO permissions) Methods in org.apache.nifi.api.toolkit.model that return types with arguments of type FlowRegistryBucketEntityMethods in org.apache.nifi.api.toolkit.model with parameters of type FlowRegistryBucketEntityModifier and TypeMethodDescriptionFlowRegistryBucketsEntity.addBucketsItem
(FlowRegistryBucketEntity bucketsItem) Method parameters in org.apache.nifi.api.toolkit.model with type arguments of type FlowRegistryBucketEntityModifier and TypeMethodDescriptionFlowRegistryBucketsEntity.buckets
(List<FlowRegistryBucketEntity> buckets) void
FlowRegistryBucketsEntity.setBuckets
(List<FlowRegistryBucketEntity> buckets)