[jira] [Updated] (NIFI-5492) UDF in Expression Language

2018-10-15 Thread Ed Berezitsky (JIRA)


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

Ed Berezitsky updated NIFI-5492:

Issue Type: New Feature  (was: Wish)

> UDF in Expression Language
> --
>
> Key: NIFI-5492
> URL: https://issues.apache.org/jira/browse/NIFI-5492
> Project: Apache NiFi
>  Issue Type: New Feature
>  Components: Core Framework
>Affects Versions: 1.5.0, 1.6.0, 1.7.0, 1.7.1
>Reporter: Ed Berezitsky
>Assignee: Ed Berezitsky
>Priority: Major
>  Labels: features, patch
> Attachments: 0001-NIFI-5492_EXEC-Adding-UDF-to-EL.patch
>
>
> Set of functions available to use in expression language is limited by 
> predefined ones.
> This request is to provide an ability to plug in custom/user defined 
> functions.
> For example:
> ${*exec*('com.example.MyUDF', 'param1', 'param2')}
> Should be able to support:
>  # Multiple, not limited number of parameters (including zero params)
>  # Param data types should  support all EL data types (dates, whole numbers, 
> decimals, strings, booleans)
>  



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


[jira] [Updated] (NIFI-5492) UDF in Expression Language

2018-09-18 Thread Ed Berezitsky (JIRA)


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

Ed Berezitsky updated NIFI-5492:

   Labels: features patch ready-to-commit  (was: features)
Affects Version/s: 1.5.0
   1.6.0
   1.7.0
   1.7.1
   Attachment: 0001-NIFI-5492_EXEC-Adding-UDF-to-EL.patch
   Status: Patch Available  (was: In Progress)

> UDF in Expression Language
> --
>
> Key: NIFI-5492
> URL: https://issues.apache.org/jira/browse/NIFI-5492
> Project: Apache NiFi
>  Issue Type: Wish
>  Components: Core Framework
>Affects Versions: 1.7.1, 1.7.0, 1.6.0, 1.5.0
>Reporter: Ed Berezitsky
>Assignee: Ed Berezitsky
>Priority: Major
>  Labels: features, patch, ready-to-commit
> Attachments: 0001-NIFI-5492_EXEC-Adding-UDF-to-EL.patch
>
>
> Set of functions available to use in expression language is limited by 
> predefined ones.
> This request is to provide an ability to plug in custom/user defined 
> functions.
> For example:
> ${*exec*('com.example.MyUDF', 'param1', 'param2')}
> Should be able to support:
>  # Multiple, not limited number of parameters (including zero params)
>  # Param data types should  support all EL data types (dates, whole numbers, 
> decimals, strings, booleans)
>  



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


[jira] [Updated] (NIFI-5492) UDF in Expression Language

2018-09-18 Thread Ed Berezitsky (JIRA)


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

Ed Berezitsky updated NIFI-5492:

Labels: features patch  (was: features patch ready-to-commit)

> UDF in Expression Language
> --
>
> Key: NIFI-5492
> URL: https://issues.apache.org/jira/browse/NIFI-5492
> Project: Apache NiFi
>  Issue Type: Wish
>  Components: Core Framework
>Affects Versions: 1.5.0, 1.6.0, 1.7.0, 1.7.1
>Reporter: Ed Berezitsky
>Assignee: Ed Berezitsky
>Priority: Major
>  Labels: features, patch
> Attachments: 0001-NIFI-5492_EXEC-Adding-UDF-to-EL.patch
>
>
> Set of functions available to use in expression language is limited by 
> predefined ones.
> This request is to provide an ability to plug in custom/user defined 
> functions.
> For example:
> ${*exec*('com.example.MyUDF', 'param1', 'param2')}
> Should be able to support:
>  # Multiple, not limited number of parameters (including zero params)
>  # Param data types should  support all EL data types (dates, whole numbers, 
> decimals, strings, booleans)
>  



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


[jira] [Updated] (NIFI-5492) UDF in Expression Language

2018-08-06 Thread Ed Berezitsky (JIRA)


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

Ed Berezitsky updated NIFI-5492:

Description: 
Set of functions available to use in expression language is limited by 
predefined ones.

This request is to provide an ability to plug in custom/user defined functions.

For example:

${*exec*('com.example.MyUDF', 'param1', 'param2')}

Should be able to support:
 # Multiple, not limited number of parameters (including zero params)
 # Param data types should  support all EL data types (dates, whole numbers, 
decimals, strings, booleans)

 

  was:
Set of functions available to use in expression language is limited by 
predefined ones.

This request is to provide an ability to plug in custom/user defined functions.

For example:

${{color:#FF}*exec*{color}('com.example.MyUDF', 'param1', 'param2')}

Should be able to support:
 # Multiple, not limited number of parameters (including zero params)
 # Param data types should  support all EL data types (dates, whole numbers, 
decimals, strings, booleans)

 


> UDF in Expression Language
> --
>
> Key: NIFI-5492
> URL: https://issues.apache.org/jira/browse/NIFI-5492
> Project: Apache NiFi
>  Issue Type: Wish
>  Components: Core Framework
>Reporter: Ed Berezitsky
>Assignee: Ed Berezitsky
>Priority: Major
>  Labels: features
>
> Set of functions available to use in expression language is limited by 
> predefined ones.
> This request is to provide an ability to plug in custom/user defined 
> functions.
> For example:
> ${*exec*('com.example.MyUDF', 'param1', 'param2')}
> Should be able to support:
>  # Multiple, not limited number of parameters (including zero params)
>  # Param data types should  support all EL data types (dates, whole numbers, 
> decimals, strings, booleans)
>  



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