Package | Description |
---|---|
com.hcl.domino.dbdirectory |
Modifier and Type | Interface and Description |
---|---|
interface |
DatabaseData
Subclass of
DirEntry that is used to return
parsed data of databases. |
interface |
FolderData
Subclass of
DirEntry that is used to return
parsed data of folders. |
Modifier and Type | Method and Description |
---|---|
List<DirEntry> |
DbDirectory.listFiles(String server)
Returns the content of the server directory at the top-level.
|
List<DirEntry> |
DbDirectory.listFiles(String server,
String directory)
Returns the content of a single directory on a Domino server
|
List<DirEntry> |
DbDirectory.listFiles(String server,
String directory,
String formula)
Returns the content of a server directory, filtered via formula
|
Stream<DirEntry> |
DirectorySearchQuery.stream()
|
Modifier and Type | Method and Description |
---|---|
void |
DirectorySearchQuery.forEach(int skip,
int limit,
BiConsumer<DirEntry,Loop> consumer)
Iterates over each
DirEntry in the search result |
Copyright © 2019–2021 HCL. All rights reserved.