Package | Description |
---|---|
com.hcl.domino | |
com.hcl.domino.admin | |
com.hcl.domino.data | |
com.hcl.domino.dbdirectory | |
com.hcl.domino.design |
Class and Description |
---|
DbDirectory
Very fast directory scanner
|
Class and Description |
---|
DatabaseData
Subclass of
DirEntry that is used to return
parsed data of databases. |
Class and Description |
---|
DirectorySearchQuery.SearchFlag
Flags to control result of the
Database.queryDQL(com.hcl.domino.dql.DQL.DQLTerm) . |
Class and Description |
---|
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. |
DirectorySearchQuery.SearchFlag
Flags to control result of the
Database.queryDQL(com.hcl.domino.dql.DQL.DQLTerm) . |
DirEntry
Base class for files returned by the directory query
|
FileType
File type flags used for directory searching.
|
Class and Description |
---|
DatabaseData
Subclass of
DirEntry that is used to return
parsed data of databases. |
Copyright © 2019–2021 HCL. All rights reserved.