Package org.apache.nifi.web
Interface ContentAccess
public interface ContentAccess
Provides access to content within NiFi.
-
Method Summary
Modifier and TypeMethodDescriptiongetContent
(ContentRequestContext request) Gets the content for the specified claim.
-
Method Details
-
getContent
Gets the content for the specified claim.- Parameters:
request
- the context of the request- Returns:
- the downloadable content
-