public class FunctionConditional extends AbstractFunction
{
"name": "...",
"message": "...",
"type" : "CONDITIONAL",
"test" : "type",
"parameters" : [
to_test
],
"validations": [
...
],
"methods": [
...
]
}
BASE64_DECODE, BASE64_ENCODE, CONDITIONAL, CONNECTOR_CALL, COPY, DIVIDE, EQ, FAILURE, GE, GT, JSON_DECODE, JSON_ENCODE, LE, LITERAL_FLOAT, LITERAL_INTEGER, LITERAL_STRING, LT, MULTIPLY, NE, NOT_ZERO, REN, SCRIPT, SHA256, SQL_COUNT_NOT_ZERO, SQL_COUNT_ZERO, SQL_SELECT_SINGLE, STRING_SUBSTITUTOR, STRUCTURE_ARRAY_ITERATOR, SUBSTRACT, SUCCESS, SUM, ZERO| Constructor and Description |
|---|
FunctionConditional(Collection<String> methods,
String name,
String message,
Parameter parameter,
List<Function> list,
String check) |
| Modifier and Type | Method and Description |
|---|---|
FunctionEvalResult |
evaluate(FunctionContext functionContext,
Map<String,Object> context) |
getName, logFailure, logSuccess, validForclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOutputContext, getOutputNamepublic FunctionEvalResult evaluate(FunctionContext functionContext, Map<String,Object> context)
Copyright © 2023 Cesar Martinez. All rights reserved.