Package | Description |
---|---|
com.hcl.domino.data | |
com.hcl.domino.dbdirectory |
Modifier and Type | Method and Description |
---|---|
FormulaQueryResult |
Database.queryFormula(String selectionFormula,
IDTable filter,
Set<DirectorySearchQuery.SearchFlag> searchFlags,
TemporalAccessor since,
Set<DocumentClass> docClass)
Evaluates a formula on a set of documents or the whole database
|
DominoDateTime |
Database.queryFormula(String selectionFormula,
Set<Integer> filter,
Set<DirectorySearchQuery.SearchFlag> searchFlags,
TemporalAccessor since,
Set<DocumentClass> docClass,
Map<String,String> computeValues,
Database.FormulaQueryCallback callback) |
Modifier and Type | Method and Description |
---|---|
static DirectorySearchQuery.SearchFlag |
DirectorySearchQuery.SearchFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DirectorySearchQuery.SearchFlag[] |
DirectorySearchQuery.SearchFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static short |
DirectorySearchQuery.SearchFlag.toBitMaskSearch1Flags(Collection<DirectorySearchQuery.SearchFlag> searchFlagSet) |
static int |
DirectorySearchQuery.SearchFlag.toBitMaskStdFlagsInt(Collection<DirectorySearchQuery.SearchFlag> searchFlagSet) |
DirectorySearchQuery |
DirectorySearchQuery.withFlags(Collection<DirectorySearchQuery.SearchFlag> searchFlags)
Configures some flags for the query.
|
Copyright © 2019–2021 HCL. All rights reserved.