Package | Description |
---|---|
com.hcl.domino | |
com.hcl.domino.data | |
com.hcl.domino.design | |
com.hcl.domino.html |
Modifier and Type | Method and Description |
---|---|
Database.Action |
DominoClient.IBreakHandler.shouldInterrupt()
Make sure that this method does not do any heavy computation as it is called a
lot by Domino.
|
Modifier and Type | Method and Description |
---|---|
Database.Action |
Database.FormulaQueryCallback.deletionFound(Database db,
Database.SearchMatch searchMatch,
TypedAccess computedValues) |
Database.Action |
CollectionSearchQuery.BasicCollectionEntryProcessor.entryRead(CollectionEntry entry)
Method is called for each read collection entry
|
Database.Action |
CollectionSearchQuery.CollectionEntryProcessor.entryRead(T result,
CollectionEntry entry)
Method is called for each read collection entry
|
Database.Action |
Database.FormulaQueryCallback.matchFound(Database db,
Database.SearchMatch searchMatch,
TypedAccess computedValues) |
Database.Action |
Database.FormulaQueryCallback.nonMatchFound(Database db,
Database.SearchMatch searchMatch,
TypedAccess computedValues) |
static Database.Action |
Database.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Database.Action[] |
Database.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Database.Action |
DbDesign.SignCallback.noteSigned(DesignElement designElement)
Method is called after signing a note
|
Modifier and Type | Method and Description |
---|---|
Database.Action |
EmbeddedImage.HTMLImageReader.read(byte[] data)
Implement this method to receive element data
|
Copyright © 2019–2021 HCL. All rights reserved.