Directory (Java™)
Represents the Notes® directories on a specific server or local computer, each of which is associated with one or more directory navigators to allow directory lookups.
Syntax
public class Directory extends Base
Containment
Contained by: Session
Properties
AvailableItems through getAvailableItems
AvailableNames through getAvailableNames
AvailableView through getAvailableView
GroupAuthorizationOnly through isGroupAuthorizationOnly and setGroupAuthorizationOnly
LimitMatches through isLimitMatches
PartialMatches through isPartialMatches
SearchAllDirectories through getSearchAllDirectories
Server through getServer
TrustedOnly through isTrustedOnly and setTrustedOnly
UseContextServer through isUseContextServer and setUseContextServer
Methods
Creation
You create a new Directory object using the name of the server you want to access. You can use the following: getDirectory in Session.