Package | Description |
---|---|
com.hcl.domino.naming |
Modifier and Type | Method and Description |
---|---|
UserDirectoryQuery |
UserDirectoryQuery.exhaustive()
Sets the query to search through all available directories,
rather than stopping with the first directory to contain a match.
|
UserDirectoryQuery |
UserDirectoryQuery.forceUpdate()
Instructs the query to update the back-end views before performing
the search.
|
UserDirectoryQuery |
UserDirectoryQuery.items(Collection<String> items)
Specifies the items to extract from found directory entries.
|
default UserDirectoryQuery |
UserDirectoryQuery.items(String... items)
Specifies the items to extract from found directory entries.
|
UserDirectoryQuery |
UserDirectoryQuery.names(Collection<String> names)
Specifies the names to look up.
|
default UserDirectoryQuery |
UserDirectoryQuery.names(String... names)
Specifies the names to look up.
|
UserDirectoryQuery |
UserDirectoryQuery.namespaces(Collection<String> namespaces)
Instructs the query to search the provided namespaces, which in practice
correspond to Domino view names.
|
default UserDirectoryQuery |
UserDirectoryQuery.namespaces(String... namespaces)
Instructs the query to search the provided namespaces, which in practice
correspond to Domino view names.
|
UserDirectoryQuery |
UserDirectory.query()
Initiates a query of the runtime or server's directory.
|
Copyright © 2019–2021 HCL. All rights reserved.