Interface | Description |
---|---|
DatabaseData |
Subclass of
DirEntry that is used to return
parsed data of databases. |
DbDirectory |
Very fast directory scanner
|
DirectorySearchQuery |
With this query you can scan for files and subdirectories in a directory (either locally or on the server).
Specify a formula argument to improve efficiency when processing a subset of the notes in a database. In addition, the formula argument can be used to return computed "on-the-fly" information. To do this, you specify that a value returned from a formula is to be stored in a temporary field of each note. This temporary field and its value is then accessible in the summary buffer received by the NSFSearch action routine without having to open the note. For example, suppose you want the size of each note found by NSFSearch. Do the following before the call to NSFSearch: Call search with a formula like this: "DEFAULT dLength := @DocLength; @All" and specify DirectorySearchQuery.SearchFlag.SUMMARY for the SearchFlags argument.In the action routine of NSFSearch, if you get a search match, look at the summary information. The dLength field will be one of the items in the summary information buffer. |
DirEntry |
Base class for files returned by the directory query
|
FolderData |
Subclass of
DirEntry that is used to return
parsed data of folders. |
Enum | Description |
---|---|
DirectorySearchQuery.SearchFlag |
Flags to control result of the
Database.queryDQL(com.hcl.domino.dql.DQL.DQLTerm) . |
FileType |
File type flags used for directory searching.
|
Copyright © 2019–2021 HCL. All rights reserved.