| Package | Description |
|---|---|
| org.apache.nifi.components | |
| org.apache.nifi.components.resource | |
| org.apache.nifi.documentation.xml |
| 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.
|
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 ResourceType |
FileResourceReference.resourceType |
| Modifier and Type | Field and Description |
|---|---|
private Set<ResourceType> |
StandardResourceDefinition.resourceTypes |
| Modifier and Type | Method and Description |
|---|---|
ResourceType |
Utf8TextResource.getResourceType() |
ResourceType |
FileResourceReference.getResourceType() |
ResourceType |
URLResourceReference.getResourceType() |
ResourceType |
ResourceReference.getResourceType() |
static ResourceType |
ResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceType[] |
ResourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ResourceType> |
StandardResourceDefinition.getResourceTypes() |
Set<ResourceType> |
ResourceDefinition.getResourceTypes() |
| Constructor and Description |
|---|
StandardResourceDefinition(ResourceCardinality cardinality,
Set<ResourceType> resourceTypes) |
| Modifier and Type | Method and Description |
|---|---|
private void |
XmlDocumentationWriter.writeResourceType(ResourceType resourceType) |
Copyright © 2023 Apache NiFi Project. All rights reserved.