| Package | Description |
|---|---|
| org.apache.nifi.components | |
| org.apache.nifi.components.resource |
| Modifier and Type | Method and Description |
|---|---|
PropertyDescriptor.Builder |
PropertyDescriptor.Builder.identifiesExternalResource(ResourceCardinality cardinality,
ResourceType resourceType,
ResourceType... additionalResourceTypes)
Specifies that this property references one or more resources that are external to NiFi that the component is meant to consume.
|
| Modifier and Type | Field and Description |
|---|---|
private ResourceCardinality |
StandardResourceDefinition.cardinality |
| Modifier and Type | Method and Description |
|---|---|
ResourceCardinality |
ResourceDefinition.getCardinality()
Specifies the number of resources that should be reference-able by a component property
|
ResourceCardinality |
StandardResourceDefinition.getCardinality() |
static ResourceCardinality |
ResourceCardinality.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceCardinality[] |
ResourceCardinality.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
StandardResourceDefinition(ResourceCardinality cardinality,
Set<ResourceType> resourceTypes) |
Copyright © 2022 Apache NiFi Project. All rights reserved.