Uses of Annotation Interface
org.apache.nifi.annotation.documentation.UseCase
Packages that use UseCase
-
Uses of UseCase in org.apache.nifi.documentation
Methods in org.apache.nifi.documentation that return types with arguments of type UseCaseModifier and TypeMethodDescriptionAbstractDocumentationWriter.getUseCases
(ConfigurableComponent component) Method parameters in org.apache.nifi.documentation with type arguments of type UseCaseModifier and TypeMethodDescriptionprotected abstract void
AbstractDocumentationWriter.writeUseCases
(List<UseCase> useCases) -
Uses of UseCase in org.apache.nifi.documentation.xml
Methods in org.apache.nifi.documentation.xml with parameters of type UseCaseModifier and TypeMethodDescriptionprivate void
XmlDocumentationWriter.writeUseCase
(UseCase useCase) Method parameters in org.apache.nifi.documentation.xml with type arguments of type UseCaseModifier and TypeMethodDescriptionprotected void
XmlDocumentationWriter.writeUseCases
(List<UseCase> useCases)