Uses of Enum Class
org.apache.nifi.processors.transfer.ResourceTransferSource
-
Uses of ResourceTransferSource in org.apache.nifi.processors.transfer
Methods in org.apache.nifi.processors.transfer that return ResourceTransferSourceModifier and TypeMethodDescriptionstatic ResourceTransferSourceReturns the enum constant of this class with the specified name.static ResourceTransferSource[]ResourceTransferSource.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.nifi.processors.transfer with parameters of type ResourceTransferSourceModifier and TypeMethodDescriptionstatic Optional<FileResource> ResourceTransferUtils.getFileResource(ResourceTransferSource resourceTransferSource, org.apache.nifi.processor.ProcessContext context, Map<String, String> attributes) Get File Resource from File Resource Service based on provided Source otherwise return empty