public static interface Formula.FormulaExecutionResult
Modifier and Type | Method and Description |
---|---|
List<Object> |
getValue()
Returns the result
|
boolean |
isDocModified()
Returns true if the formula has modified the document
|
boolean |
matchesFormula()
Returns true if the formula matches the current document
|
boolean |
shouldBeDeleted()
Returns true if the formula triggered a @DeleteDocument function
|
List<Object> getValue()
DominoDateTime
boolean matchesFormula()
boolean shouldBeDeleted()
boolean isDocModified()
Copyright © 2019–2021 HCL. All rights reserved.