Package | Description |
---|---|
com.hcl.domino.data | |
com.hcl.domino.dbdirectory | |
com.hcl.domino.naming |
Modifier and Type | Interface and Description |
---|---|
interface |
CollectionSearchQuery |
Modifier and Type | Interface and Description |
---|---|
interface |
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. |
Modifier and Type | Interface and Description |
---|---|
interface |
UserDirectoryQuery
Represents a query into the names directory system of the local runtime or
a remote server.
|
Copyright © 2019–2021 HCL. All rights reserved.