| Package | Description |
|---|---|
| org.mule.plugin.scripting | |
| org.mule.plugin.scripting.component |
| Modifier and Type | Method and Description |
|---|---|
static ExecutionMode |
ExecutionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionMode[] |
ExecutionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<Object,Void> |
ScriptingOperations.execute(String engine,
String code,
Map<String,Object> parameters,
ExecutionMode executionMode)
Runs a script with provided code, according to the engine and passing parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ScriptRunner.runScript(Bindings bindings,
ExecutionMode executionMode) |
Copyright © 2023 MuleSoft, Inc.. All rights reserved.