Uses of Annotation Interface
org.apache.nifi.annotation.behavior.WritesAttribute
Packages that use WritesAttribute
-
Uses of WritesAttribute in org.apache.nifi.documentation
Methods in org.apache.nifi.documentation that return types with arguments of type WritesAttributeModifier and TypeMethodDescriptionprivate List
<WritesAttribute> AbstractDocumentationWriter.getWritesAttributes
(Processor processor) Method parameters in org.apache.nifi.documentation with type arguments of type WritesAttributeModifier and TypeMethodDescriptionprotected abstract void
AbstractDocumentationWriter.writeWritesAttributes
(List<WritesAttribute> attributes) -
Uses of WritesAttribute in org.apache.nifi.documentation.xml
Methods in org.apache.nifi.documentation.xml with parameters of type WritesAttributeModifier and TypeMethodDescriptionprivate void
XmlDocumentationWriter.writeWritesAttribute
(WritesAttribute attribute) Method parameters in org.apache.nifi.documentation.xml with type arguments of type WritesAttributeModifier and TypeMethodDescriptionprotected void
XmlDocumentationWriter.writeWritesAttributes
(List<WritesAttribute> attributes)