Package org.apache.nifi.flowanalysis
Class ControllerServiceReferencingFlowAnalysisRule
java.lang.Object
org.apache.nifi.components.AbstractConfigurableComponent
org.apache.nifi.flowanalysis.AbstractFlowAnalysisRule
org.apache.nifi.flowanalysis.ControllerServiceReferencingFlowAnalysisRule
- All Implemented Interfaces:
org.apache.nifi.components.ConfigurableComponent,org.apache.nifi.flowanalysis.FlowAnalysisRule
public class ControllerServiceReferencingFlowAnalysisRule
extends org.apache.nifi.flowanalysis.AbstractFlowAnalysisRule
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.nifi.components.PropertyDescriptorprivate static final List<org.apache.nifi.components.PropertyDescriptor> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.nifi.flowanalysis.AbstractFlowAnalysisRule
getIdentifier, getLogger, initialize, toStringMethods inherited from class org.apache.nifi.components.AbstractConfigurableComponent
customValidate, equals, getPropertyDescriptor, getPropertyDescriptors, getSupportedDynamicPropertyDescriptor, hashCode, onPropertyModified, validateMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.nifi.components.ConfigurableComponent
getPropertyDescriptor, getPropertyDescriptors, onPropertyModified, validateMethods inherited from interface org.apache.nifi.flowanalysis.FlowAnalysisRule
analyzeComponent, analyzeProcessGroup
-
Field Details
-
CONTROLLER_SERVICE
public static final org.apache.nifi.components.PropertyDescriptor CONTROLLER_SERVICE -
propertyDescriptors
-
-
Constructor Details
-
ControllerServiceReferencingFlowAnalysisRule
public ControllerServiceReferencingFlowAnalysisRule()
-
-
Method Details
-
getSupportedPropertyDescriptors
- Overrides:
getSupportedPropertyDescriptorsin classorg.apache.nifi.components.AbstractConfigurableComponent
-