Modified: nifi/site/trunk/docs/nifi-docs/html/developer-guide.html URL: http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/html/developer-guide.html?rev=1854109&r1=1854108&r2=1854109&view=diff ============================================================================== --- nifi/site/trunk/docs/nifi-docs/html/developer-guide.html (original) +++ nifi/site/trunk/docs/nifi-docs/html/developer-guide.html Fri Feb 22 01:03:44 2019 @@ -798,7 +798,7 @@ attribute within the <code>CoreAttribute <p>Filename ("filename"): The filename of the FlowFile. The filename should not contain any directory structure.</p> </li> <li> -<p>UUID ("uuid"): A unique universally unique identifier (UUID) assigned to this FlowFile.</p> +<p>UUID ("uuid"): A Universally Unique Identifier assigned to this FlowFile that distinguishes the FlowFile from other FlowFiles in the system.</p> </li> <li> <p>Path ("path"): The FlowFile’s path indicates the relative directory to which a FlowFile belongs and does not contain the filename.</p> @@ -3626,7 +3626,7 @@ logged to help avoid this bad practice.< <div class="sectionbody"> <div class="paragraph"> <p>Sometimes it may be desirable to deprecate a component. Whenever this occurs the developer may use the - @DeprecationNotice annotation to indicate that a component has been deprecated, aloowing the developer + @DeprecationNotice annotation to indicate that a component has been deprecated, allowing the developer to describe a reason for the deprecation and suggest alternative components. An example of how to do this can be found below:</p> </div> @@ -3703,7 +3703,7 @@ worry about bothering us. Just ping the </div> <div id="footer"> <div id="footer-text"> -Last updated 2018-10-23 13:35:55 -04:00 +Last updated 2019-02-19 19:16:21 -08:00 </div> </div> </body>
Modified: nifi/site/trunk/docs/nifi-docs/html/expression-language-guide.html URL: http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/html/expression-language-guide.html?rev=1854109&r1=1854108&r2=1854109&view=diff ============================================================================== --- nifi/site/trunk/docs/nifi-docs/html/expression-language-guide.html (original) +++ nifi/site/trunk/docs/nifi-docs/html/expression-language-guide.html Fri Feb 22 01:03:44 2019 @@ -572,6 +572,7 @@ body.book #toc,body.book #preamble,body. <li><a href="expression-language-guide.html#nextint">nextInt</a></li> <li><a href="expression-language-guide.html#literal">literal</a></li> <li><a href="expression-language-guide.html#getstatevalue">getStateValue</a></li> +<li><a href="expression-language-guide.html#thread">thread</a></li> </ul> </li> <li><a href="expression-language-guide.html#multi">Evaluating Multiple Attributes</a> @@ -3606,6 +3607,25 @@ names begin with the letter <code>a</cod <p><strong>Examples</strong>: UpdateAttribute processor has stored the key "count" with value "20" in state. '${getStateValue("count")}` returns <code>20</code>.</p> </div> </div> +<div class="sect2 function"> +<h3 id="thread"><a class="anchor" href="expression-language-guide.html#thread"></a>thread</h3> +<div class="paragraph"> +<p><strong>Description</strong>: <span class="description">Returns the name of the thread used by the processor when evaluating the Expression. This can be useful + when using a processor with multiple concurrent tasks and where some data uniqueness is required.</span></p> +</div> +<div class="paragraph"> +<p><strong>Subject Type</strong>: <span class="subjectless">No Subject</span></p> +</div> +<div class="paragraph"> +<p><strong>Arguments</strong>: No arguments</p> +</div> +<div class="paragraph"> +<p><strong>Return Type</strong>: <span class="returnType">String</span></p> +</div> +<div class="paragraph"> +<p><strong>Examples</strong>: <code>${thread()}</code> could return something like <code>Timer-Driven Process Thread-4</code>.</p> +</div> +</div> </div> </div> <div class="sect1"> @@ -4042,7 +4062,7 @@ an embedded Expression, though it does n </div> <div id="footer"> <div id="footer-text"> -Last updated 2018-10-23 13:35:55 -04:00 +Last updated 2019-02-19 19:16:22 -08:00 </div> </div> </body> Modified: nifi/site/trunk/docs/nifi-docs/html/getting-started.html URL: http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/html/getting-started.html?rev=1854109&r1=1854108&r2=1854109&view=diff ============================================================================== --- nifi/site/trunk/docs/nifi-docs/html/getting-started.html (original) +++ nifi/site/trunk/docs/nifi-docs/html/getting-started.html Fri Feb 22 01:03:44 2019 @@ -1623,7 +1623,7 @@ work back to the Apache NiFi community s </div> <div id="footer"> <div id="footer-text"> -Last updated 2018-10-23 13:35:55 -04:00 +Last updated 2019-02-19 19:16:22 -08:00 </div> </div> </body> Modified: nifi/site/trunk/docs/nifi-docs/html/images/iconDetails.png URL: http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/html/images/iconDetails.png?rev=1854109&r1=1854108&r2=1854109&view=diff ============================================================================== Binary files - no diff available. Added: nifi/site/trunk/docs/nifi-docs/html/images/iconDownloadTemplate.png URL: http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/html/images/iconDownloadTemplate.png?rev=1854109&view=auto ============================================================================== Binary file - no diff available. Propchange: nifi/site/trunk/docs/nifi-docs/html/images/iconDownloadTemplate.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Modified: nifi/site/trunk/docs/nifi-docs/html/nifi-in-depth.html URL: http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/html/nifi-in-depth.html?rev=1854109&r1=1854108&r2=1854109&view=diff ============================================================================== --- nifi/site/trunk/docs/nifi-docs/html/nifi-in-depth.html (original) +++ nifi/site/trunk/docs/nifi-docs/html/nifi-in-depth.html Fri Feb 22 01:03:44 2019 @@ -896,7 +896,7 @@ This section relies heavily on informati </div> <div id="footer"> <div id="footer-text"> -Last updated 2018-10-23 13:35:55 -04:00 +Last updated 2019-02-19 19:16:21 -08:00 </div> </div> </body> Modified: nifi/site/trunk/docs/nifi-docs/html/overview.html URL: http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/html/overview.html?rev=1854109&r1=1854108&r2=1854109&view=diff ============================================================================== --- nifi/site/trunk/docs/nifi-docs/html/overview.html (original) +++ nifi/site/trunk/docs/nifi-docs/html/overview.html Fri Feb 22 01:03:44 2019 @@ -917,7 +917,7 @@ Scalable Internet Services [online]. Re </div> <div id="footer"> <div id="footer-text"> -Last updated 2018-10-23 13:35:55 -04:00 +Last updated 2019-02-19 19:16:22 -08:00 </div> </div> </body> Modified: nifi/site/trunk/docs/nifi-docs/html/record-path-guide.html URL: http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/html/record-path-guide.html?rev=1854109&r1=1854108&r2=1854109&view=diff ============================================================================== --- nifi/site/trunk/docs/nifi-docs/html/record-path-guide.html (original) +++ nifi/site/trunk/docs/nifi-docs/html/record-path-guide.html Fri Feb 22 01:03:44 2019 @@ -1772,7 +1772,7 @@ only of white space (spaces, tabs, carri </div> <div id="footer"> <div id="footer-text"> -Last updated 2018-10-23 13:35:55 -04:00 +Last updated 2019-02-19 19:16:22 -08:00 </div> </div> </body>
