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


Oct 21, 2014, 3:15 AM
2 Posts

Designer Help incorrect re Java Directory.lookupNames method

  • Category: Documentation
  • Platform: All Platforms
  • Release: 9.0.1
  • Role: Developer
  • Tags: java
  • Replies: 1

I'm currently using Designer to write a Java library (used by an agent) which, among other things, will perform name lookups on the Domino Directory.

Regarding the lookupNames method in the Directory class, Designer Help gives four versions of this method:

DirectoryNavigator lookupNames(String view, java.util.Vector names, Variant items)
DirectoryNavigator lookupNames(String view, java.util.Vector names, java.util.Vector items, boolean partialMatches)
DirectoryNavigator lookupNames(String view, String names, java.util.Vector items)
DirectoryNavigator lookupNames(String view, String names, java.util.Vector items, boolean partialMatches)


However, the Java editors (both Eclipse and non-Eclipse) in Designer insist there are only two versions of this method:

DirectoryNavigator lookupNames(String view, String names, String items)
DirectoryNavigator lookupNames(String view, java.util.Vector names, java.util.Vector items, boolean partialMatches)


The first of the real methods doesn't match any of those listed in the Help.

Could Designer Help please be corrected in this regard?

Oct 21, 2014, 9:32 AM
16 Posts
Designer Help incorrect

Hi Scott,

Many thanks for your feedback and input.

May we ask you submit a PMR highlighting this so the appropriate team can review and submit a documentation defect accordingly.

 

Thanks again,

Paul


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