Uses of Interface
org.apache.nifi.flowanalysis.FlowAnalysisRuleContext
Packages that use FlowAnalysisRuleContext
-
Uses of FlowAnalysisRuleContext in org.apache.nifi.flowanalysis
Methods in org.apache.nifi.flowanalysis with parameters of type FlowAnalysisRuleContextModifier and TypeMethodDescriptiondefault Collection
<ComponentAnalysisResult> FlowAnalysisRule.analyzeComponent
(VersionedComponent component, FlowAnalysisRuleContext context) Analyze a component provided by the framework.default Collection
<GroupAnalysisResult> FlowAnalysisRule.analyzeProcessGroup
(VersionedProcessGroup processGroup, FlowAnalysisRuleContext context) Analyze a flow or a part of it, represented by a process group.