Uses of Interface
org.apache.nifi.controller.ControllerService
Packages that use ControllerService
Package
Description
-
Uses of ControllerService in org.apache.nifi.components
Fields in org.apache.nifi.components with type parameters of type ControllerServiceModifier and TypeFieldDescriptionprivate Class
<? extends ControllerService> PropertyDescriptor.Builder.controllerServiceDefinition
private final Class
<? extends ControllerService> PropertyDescriptor.controllerServiceDefinition
the interface of theControllerService
that this Property refers to; will be null if not identifying a ControllerService.Methods in org.apache.nifi.components with type parameters of type ControllerServiceModifier and TypeMethodDescription<T extends ControllerService>
TPropertyValue.asControllerService
(Class<T> serviceType) Methods in org.apache.nifi.components that return ControllerServiceMethods in org.apache.nifi.components that return types with arguments of type ControllerServiceModifier and TypeMethodDescriptionClass
<? extends ControllerService> PropertyDescriptor.getControllerServiceDefinition()
Methods in org.apache.nifi.components with parameters of type ControllerServiceModifier and TypeMethodDescriptionValidationContext.getControllerServiceValidationContext
(ControllerService controllerService) boolean
ValidationContext.isValidationRequired
(ControllerService service) There are times when the framework needs to consider a component valid, even if it references an invalid ControllerService.Method parameters in org.apache.nifi.components with type arguments of type ControllerServiceModifier and TypeMethodDescriptionPropertyDescriptor.Builder.identifiesControllerService
(Class<? extends ControllerService> controllerServiceDefinition) Specifies that this property provides the identifier of a Controller Service that implements the given interface -
Uses of ControllerService in org.apache.nifi.controller
Classes in org.apache.nifi.controller that implement ControllerServiceMethods in org.apache.nifi.controller that return ControllerServiceModifier and TypeMethodDescriptionControllerServiceLookup.getControllerService
(String serviceIdentifier) Methods in org.apache.nifi.controller with parameters of type ControllerServiceModifier and TypeMethodDescriptionboolean
ControllerServiceLookup.isControllerServiceEnabled
(ControllerService service) Method parameters in org.apache.nifi.controller with type arguments of type ControllerServiceModifier and TypeMethodDescriptionControllerServiceLookup.getControllerServiceIdentifiers
(Class<? extends ControllerService> serviceType) -
Uses of ControllerService in org.apache.nifi.documentation
Methods in org.apache.nifi.documentation with parameters of type ControllerServiceModifier and TypeMethodDescriptionprotected void
AbstractDocumentationWriter.initialize
(ControllerService service) -
Uses of ControllerService in org.apache.nifi.documentation.init
Methods in org.apache.nifi.documentation.init that return ControllerServiceModifier and TypeMethodDescriptionEmptyControllerServiceLookup.getControllerService
(String serviceIdentifier) Methods in org.apache.nifi.documentation.init with parameters of type ControllerServiceModifier and TypeMethodDescriptionboolean
EmptyControllerServiceLookup.isControllerServiceEnabled
(ControllerService service) Method parameters in org.apache.nifi.documentation.init with type arguments of type ControllerServiceModifier and TypeMethodDescriptionEmptyControllerServiceLookup.getControllerServiceIdentifiers
(Class<? extends ControllerService> serviceType)