Uses of Class
org.apache.nifi.api.toolkit.model.SnippetEntity
Packages that use SnippetEntity
-
Uses of SnippetEntity in org.apache.nifi.api.toolkit.api
Methods in org.apache.nifi.api.toolkit.api that return SnippetEntityModifier and TypeMethodDescriptionSwaggerResourceApi.createSnippet
(SnippetEntity body) Creates a snippet.SwaggerResourceApi.deleteSnippet
(String id, Boolean disconnectedNodeAcknowledged) Deletes the components in a snippet and discards the snippetSwaggerResourceApi.updateSnippet
(SnippetEntity body, String id) Move's the components in this Snippet into a new Process Group and discards the snippetMethods in org.apache.nifi.api.toolkit.api with parameters of type SnippetEntityModifier and TypeMethodDescriptionSwaggerResourceApi.createSnippet
(SnippetEntity body) Creates a snippet.SwaggerResourceApi.updateSnippet
(SnippetEntity body, String id) Move's the components in this Snippet into a new Process Group and discards the snippet -
Uses of SnippetEntity in org.apache.nifi.api.toolkit.model
Methods in org.apache.nifi.api.toolkit.model that return SnippetEntityModifier and TypeMethodDescriptionSnippetEntity.disconnectedNodeAcknowledged
(Boolean disconnectedNodeAcknowledged) SnippetEntity.snippet
(SnippetDTO snippet)