| Package | Description |
|---|---|
| com.salesforce.cantor.functions | |
| com.salesforce.cantor.functions.executors |
| Modifier and Type | Method and Description |
|---|---|
void |
Executor.run(String function,
byte[] body,
Context context,
Map<String,String> params)
Given the body of a function which its name ends with an extension that this executor accepts, run the function.
|
void |
Functions.run(String namespace,
String function,
Context context,
Map<String,String> params)
Execute the function, given the context and param arguments.
|
void |
FunctionsOnCantor.run(String namespace,
String function,
Context context,
Map<String,String> params) |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaExecutor.run(String function,
byte[] body,
Context context,
Map<String,String> params) |
void |
ChainExecutor.run(String function,
byte[] body,
Context context,
Map<String,String> params) |
void |
FreemarkerExecutor.run(String function,
byte[] body,
Context context,
Map<String,String> params) |
void |
GroovyExecutor.run(String function,
byte[] body,
Context context,
Map<String,String> params) |
void |
ScriptExecutor.run(String function,
byte[] body,
Context context,
Map<String,String> params) |
Copyright © 2021. All rights reserved.