Package org.apache.nifi.asset
Interface AssetReferenceLookup
public interface AssetReferenceLookup
-
Method Summary
Modifier and TypeMethodDescriptionSet
<org.apache.nifi.asset.Asset> The Set of all Assets that are currently referenced by any parameters.
-
Method Details
-
getReferencedAssets
Set<org.apache.nifi.asset.Asset> getReferencedAssets()The Set of all Assets that are currently referenced by any parameters.
-