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
13 stars 3 forks source link

Expose API for querying the design collection #417

Closed jesse-gallagher closed 5 months ago

jesse-gallagher commented 5 months ago

Internally, AbstractDbDesign has a method that queries the design collection for entries matching a class and flags. This is used internally for a number of lookups, but it'd be good to expose this externally as well, for cases where it'd be good to avoid the overhead of actually opening the notes. getDesignEntries returns these stubs, but it'd be good to be able to be able to have some more finesse.

jesse-gallagher commented 5 months ago

It may suffice just to expose the remaining columns of the design collection in the entry, like $FlagsExt.