Package | Description |
---|---|
org.apache.nifi.components | |
org.apache.nifi.controller | |
org.apache.nifi.web |
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)
Returns the ControllerService whose identifier is the raw value of the
this , or null if either the value is not set or
the value does not identify a ControllerService. |
Modifier and Type | Method and Description |
---|---|
ControllerService |
PropertyValue.asControllerService()
Returns the ControllerService whose identifier is the raw value of
this , or null if either the value is not set or
the value does not identify a ControllerService |
Modifier and Type | Method and Description |
---|---|
Class<? extends ControllerService> |
PropertyDescriptor.getControllerServiceDefinition() |
Modifier and Type | Method and Description |
---|---|
ValidationContext |
ValidationContext.getControllerServiceValidationContext(ControllerService controllerService)
Returns a ValidationContext that is appropriate for validating the given
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)
Returns the ControllerService that is registered with the given
identifier
|
Modifier and Type | Method and Description |
---|---|
boolean |
ControllerServiceLookup.isControllerServiceEnabled(ControllerService service)
Returns
true if the given Controller Service is enabled,
false otherwise. |
Modifier and Type | Method and Description |
---|---|
Set<String> |
ControllerServiceLookup.getControllerServiceIdentifiers(Class<? extends ControllerService> serviceType)
Returns the set of all Controller Service Identifiers whose Controller
Service is of the given type.
|
Modifier and Type | Method and Description |
---|---|
ControllerService |
NiFiWebContext.getControllerService(String serviceIdentifier)
Gets the ControllerService for the specified identifier.
|
Copyright © 2015 Apache NiFi(incubating) Project. All rights reserved.