| Package | Description |
|---|---|
| org.apache.nifi.components | |
| org.apache.nifi.controller |
| Modifier and Type | Field and Description |
|---|---|
private Class<? extends ControllerService> |
PropertyDescriptor.controllerServiceDefinition
the interface of the
ControllerService that this Property refers
to; will be null if not identifying a ControllerService. |
private Class<? extends ControllerService> |
PropertyDescriptor.Builder.controllerServiceDefinition |
| Modifier and Type | Method and Description |
|---|---|
<T extends ControllerService> |
PropertyValue.asControllerService(Class<T> serviceType) |
| Modifier and Type | Method and Description |
|---|---|
ControllerService |
PropertyValue.asControllerService() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ControllerService> |
PropertyDescriptor.getControllerServiceDefinition() |
| Modifier and Type | Method and Description |
|---|---|
ValidationContext |
ValidationContext.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.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyDescriptor.Builder |
PropertyDescriptor.Builder.identifiesControllerService(Class<? extends ControllerService> controllerServiceDefinition)
Specifies that this property provides the identifier of a Controller
Service that implements the given interface
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractControllerService |
| Modifier and Type | Method and Description |
|---|---|
ControllerService |
ControllerServiceLookup.getControllerService(String serviceIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ControllerServiceLookup.isControllerServiceEnabled(ControllerService service) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
ControllerServiceLookup.getControllerServiceIdentifiers(Class<? extends ControllerService> serviceType) |
Copyright © 2016 Apache NiFi Project. All rights reserved.