HCL-TECH-SOFTWARE / domino-jnx

Modern Domino Java API based on JNA access to Domino's C API
https://opensource.hcltechsw.com/domino-jnx/
Apache License 2.0
14 stars 3 forks source link

APIs to analyze formulas and get names/parameters of functions/commands #314

Closed klehmann closed 2 years ago

klehmann commented 2 years ago

See testcase TestFormulaCompiler for an example.

Formula support will be needed for new view/folder write support (to detect constant column formulas). See #296, #72