Uses of Class
org.apache.nifi.api.toolkit.model.ControllerServiceDefinition
Packages that use ControllerServiceDefinition
-
Uses of ControllerServiceDefinition in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model with type parameters of type ControllerServiceDefinitionModifier and TypeFieldDescriptionprivate List
<ControllerServiceDefinition> ComponentManifest.controllerServices
Methods in org.apache.nifi.api.toolkit.model that return ControllerServiceDefinitionModifier and TypeMethodDescriptionControllerServiceDefinition.addDeprecationAlternativesItem
(String deprecationAlternativesItem) ControllerServiceDefinition.addDynamicPropertiesItem
(DynamicProperty dynamicPropertiesItem) ControllerServiceDefinition.addExplicitRestrictionsItem
(Restriction explicitRestrictionsItem) ControllerServiceDefinition.additionalDetails
(Boolean additionalDetails) ControllerServiceDefinition.addProvidedApiImplementationsItem
(DefinedType providedApiImplementationsItem) ControllerServiceDefinition.addSeeAlsoItem
(String seeAlsoItem) ControllerServiceDefinition.addSystemResourceConsiderationsItem
(SystemResourceConsideration systemResourceConsiderationsItem) ControllerServiceDefinition.addTagsItem
(String tagsItem) ControllerServiceDefinition.deprecated
(Boolean deprecated) ControllerServiceDefinition.deprecationAlternatives
(List<String> deprecationAlternatives) ControllerServiceDefinition.deprecationReason
(String deprecationReason) ControllerServiceDefinition.dynamicProperties
(List<DynamicProperty> dynamicProperties) ControllerServiceDefinition.explicitRestrictions
(List<Restriction> explicitRestrictions) ControllerServiceDefinition.propertyDescriptors
(Map<String, PropertyDescriptor> propertyDescriptors) ControllerServiceDefinition.providedApiImplementations
(List<DefinedType> providedApiImplementations) ControllerServiceDefinition.putPropertyDescriptorsItem
(String key, PropertyDescriptor propertyDescriptorsItem) ControllerServiceDefinition.restricted
(Boolean restricted) ControllerServiceDefinition.restrictedExplanation
(String restrictedExplanation) ControllerServiceDefinition.supportsDynamicProperties
(Boolean supportsDynamicProperties) ControllerServiceDefinition.supportsSensitiveDynamicProperties
(Boolean supportsSensitiveDynamicProperties) ControllerServiceDefinition.systemResourceConsiderations
(List<SystemResourceConsideration> systemResourceConsiderations) ControllerServiceDefinition.typeDescription
(String typeDescription) Methods in org.apache.nifi.api.toolkit.model that return types with arguments of type ControllerServiceDefinitionModifier and TypeMethodDescriptionComponentManifest.getControllerServices()
Controller Services provided in this bundleMethods in org.apache.nifi.api.toolkit.model with parameters of type ControllerServiceDefinitionModifier and TypeMethodDescriptionComponentManifest.addControllerServicesItem
(ControllerServiceDefinition controllerServicesItem) Method parameters in org.apache.nifi.api.toolkit.model with type arguments of type ControllerServiceDefinitionModifier and TypeMethodDescriptionComponentManifest.controllerServices
(List<ControllerServiceDefinition> controllerServices) void
ComponentManifest.setControllerServices
(List<ControllerServiceDefinition> controllerServices)