Package | Description |
---|---|
com.hcl.domino.data |
Modifier and Type | Method and Description |
---|---|
List<Database.SearchMatch> |
FormulaQueryResult.getDeletions()
Returns detail infos about documents that got deleted
since the specified
since date/time. |
List<Database.SearchMatch> |
FormulaQueryResult.getMatches()
Returns detail infos about search matches like
modified dates, document classes and the UNID.
|
List<Database.SearchMatch> |
FormulaQueryResult.getNonMatches()
Returns detail infos about documents not matching
the search formula, if a
since date/time
has been specified. |
Modifier and Type | Method and Description |
---|---|
Database.Action |
Database.FormulaQueryCallback.deletionFound(Database db,
Database.SearchMatch searchMatch,
TypedAccess computedValues) |
Database.Action |
Database.FormulaQueryCallback.matchFound(Database db,
Database.SearchMatch searchMatch,
TypedAccess computedValues) |
Database.Action |
Database.FormulaQueryCallback.nonMatchFound(Database db,
Database.SearchMatch searchMatch,
TypedAccess computedValues) |
Copyright © 2019–2021 HCL. All rights reserved.