You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Aldrin Piri (JIRA)" <ji...@apache.org> on 2018/05/23 15:05:01 UTC

[jira] [Updated] (MINIFICPP-414) Implement Expression Language boolean logic operations

     [ https://issues.apache.org/jira/browse/MINIFICPP-414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aldrin Piri updated MINIFICPP-414:
----------------------------------
    Fix Version/s: 0.5.0

> Implement Expression Language boolean logic operations
> ------------------------------------------------------
>
>                 Key: MINIFICPP-414
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-414
>             Project: NiFi MiNiFi C++
>          Issue Type: Improvement
>            Reporter: Andrew Christianson
>            Assignee: Andrew Christianson
>            Priority: Major
>             Fix For: 0.5.0
>
>
> [Boolean Logic|https://nifi.apache.org/docs/nifi-docs/html/expression-language-guide.html#boolean]
>  * [isNull|https://nifi.apache.org/docs/nifi-docs/html/expression-language-guide.html#isnull]
>  * [notNull|https://nifi.apache.org/docs/nifi-docs/html/expression-language-guide.html#notnull]
>  * [isEmpty|https://nifi.apache.org/docs/nifi-docs/html/expression-language-guide.html#isempty]
>  * [equals|https://nifi.apache.org/docs/nifi-docs/html/expression-language-guide.html#equals]
>  * [equalsIgnoreCase|https://nifi.apache.org/docs/nifi-docs/html/expression-language-guide.html#equalsignorecase]
>  * [gt|https://nifi.apache.org/docs/nifi-docs/html/expression-language-guide.html#gt]
>  * [ge|https://nifi.apache.org/docs/nifi-docs/html/expression-language-guide.html#ge]
>  * [lt|https://nifi.apache.org/docs/nifi-docs/html/expression-language-guide.html#lt]
>  * [le|https://nifi.apache.org/docs/nifi-docs/html/expression-language-guide.html#le]
>  * [and|https://nifi.apache.org/docs/nifi-docs/html/expression-language-guide.html#and]
>  * [or|https://nifi.apache.org/docs/nifi-docs/html/expression-language-guide.html#or]
>  * [not|https://nifi.apache.org/docs/nifi-docs/html/expression-language-guide.html#not]
>  * [ifElse|https://nifi.apache.org/docs/nifi-docs/html/expression-language-guide.html#ifelse]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)