This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal


Jan 23, 2018, 3:20 PM
4 Posts

View.createViewNavFromKey - anyone used it successfully?

  • Category: Documentation,Domino Server
  • Platform: Linux
  • Release: 9.0.1
  • Role: Developer
  • Tags: java
  • Replies: 1
The release notes for Domino 9.0.1 FP 8 say:
View.createViewNavFromKey (Java and LotusScript) - This method in the View class is now available with this release. It functions the same as View.getAllEntriesByKey except that it returns a ViewNavigator instead of a ViewEntryCollection.

The advantage of using a ViewNavigator over a ViewEntryCollection is that a view with multiple catgories (sic) may have documents that appear twice in the view. Unfortunately, a ViewEntryCollection does not allow for the repeat entries. A ViewNavigator, however, will match the view as displayed AND with the repeated documents. This the ViewNavigator collection can be traversed faster when using the ViewNavigator.setCacheSize and View.setAutoUpdate(false) methods.


This is exactly what I needed, so I tried using it, but I get a crash:

Exception: Not implemented
NotesException: Not implemented
at lotus.domino.cso.Base.notImplemented(Unknown Source)
at lotus.domino.cso.View.createViewNavFromKey(Unknown Source)

I've verified that I'm using Notes.jar and NCSO.jar from Feature Pack 9. So has anyone else gotten this new method to work, or is it still a little bleeding edge for use?
Jan 23, 2018, 11:32 PM
323 Posts
I wonder if FP8 had it available. Anyone know?

It's looking like FP9 is a little bit bleeding edge isn't it.

Also, there's a longstanding limitation within Domino for trying to do just this thing with the ViewEntryCollection call. So I would also be interested in whether this new call returns all documents under its results; or if it only returns the first one.

And of course I wonder whether they revoked the feature when they realized it had that limitation (which was introduced in R5).


This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal