Uses of Enum Class
org.apache.nifi.components.resource.ResourceType
Packages that use ResourceType
-
Uses of ResourceType in org.apache.nifi.components
Methods in org.apache.nifi.components with parameters of type ResourceTypeModifier and TypeMethodDescriptionPropertyDescriptor.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. -
Uses of ResourceType in org.apache.nifi.components.resource
Methods in org.apache.nifi.components.resource that return ResourceTypeModifier and TypeMethodDescriptionFileResourceReference.getResourceType()ResourceReference.getResourceType()URLResourceReference.getResourceType()Utf8TextResource.getResourceType()static ResourceTypeReturns the enum constant of this class with the specified name.static ResourceType[]ResourceType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.nifi.components.resource that return types with arguments of type ResourceTypeModifier and TypeMethodDescriptionResourceDefinition.getResourceTypes()StandardResourceDefinition.getResourceTypes()Constructor parameters in org.apache.nifi.components.resource with type arguments of type ResourceTypeModifierConstructorDescriptionStandardResourceDefinition(ResourceCardinality cardinality, Set<ResourceType> resourceTypes)