public abstract class AbstractFunction extends Object implements Function
| Modifier and Type | Field and Description |
|---|---|
protected static FunctionEvalResult |
FAILURE |
protected static FunctionEvalResult |
SUCCESS |
BASE64_DECODE, BASE64_ENCODE, CONDITIONAL, CONNECTOR_CALL, COPY, DIVIDE, EQ, 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, SUM, ZERO| Constructor and Description |
|---|
AbstractFunction(Collection<String> methods,
String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
protected void |
logFailure(String msg) |
protected void |
logSuccess(String msg) |
boolean |
validFor(String method) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitevaluate, getOutputContext, getOutputNameprotected static final FunctionEvalResult SUCCESS
protected static final FunctionEvalResult FAILURE
public AbstractFunction(Collection<String> methods, String name)
Copyright © 2020 Cesar Martinez. All rights reserved.