<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Create nifi project using java in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Create-nifi-project-using-java/m-p/290692#M215031</link>
    <description>&lt;P&gt;Hi everyone&amp;nbsp;&lt;BR /&gt;So I'm an intern and it's my first time using apache NiFi. I wonder if there is any way to create a whole apache NiFi project using java: i.e: I have a button in java I need a code that able me to when I press this button a processor will be dragged and dropped in apache NiFi UI !!&lt;BR /&gt;Is it possible ??&lt;/P&gt;
&lt;P&gt;if it is, how can we make it?&lt;/P&gt;</description>
    <pubDate>Fri, 28 Feb 2020 16:29:03 GMT</pubDate>
    <dc:creator>maryem</dc:creator>
    <dc:date>2020-02-28T16:29:03Z</dc:date>
    <item>
      <title>Create nifi project using java</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Create-nifi-project-using-java/m-p/290692#M215031</link>
      <description>&lt;P&gt;Hi everyone&amp;nbsp;&lt;BR /&gt;So I'm an intern and it's my first time using apache NiFi. I wonder if there is any way to create a whole apache NiFi project using java: i.e: I have a button in java I need a code that able me to when I press this button a processor will be dragged and dropped in apache NiFi UI !!&lt;BR /&gt;Is it possible ??&lt;/P&gt;
&lt;P&gt;if it is, how can we make it?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2020 16:29:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Create-nifi-project-using-java/m-p/290692#M215031</guid>
      <dc:creator>maryem</dc:creator>
      <dc:date>2020-02-28T16:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Create nifi project using java</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Create-nifi-project-using-java/m-p/290713#M215045</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/74923"&gt;@maryem&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any action you can do through the NiFi UI, you can also do via interacting directly with the NiFi rest-api.&lt;/P&gt;&lt;P&gt;This will not animate the action of actually dragging and dropping a processor on the canvas, but you can make a rest-api call that would add new processor of type ABC at coordinates x,y on the canvas.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NiFi's rest-api documentation can be found here:&lt;BR /&gt;&lt;A href="https://nifi.apache.org/docs/nifi-docs/rest-api/index.html" target="_blank"&gt;https://nifi.apache.org/docs/nifi-docs/rest-api/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Some users find it easier to learn the rest-api call through examples.&amp;nbsp; If you open the developer tools in your browser, you can perform the action via the UI and see the rest-api call that was made.&amp;nbsp; Most browser developer tools even let you save the rest-api call as a curl command that you could then execute yourself via command line.&lt;BR /&gt;&lt;BR /&gt;Matt&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2020 20:44:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Create-nifi-project-using-java/m-p/290713#M215045</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2020-02-28T20:44:07Z</dc:date>
    </item>
  </channel>
</rss>

