public class Script extends Object
| Constructor and Description |
|---|
Script(org.mule.runtime.extension.api.runtime.operation.ExecutionContext<org.mule.runtime.api.meta.model.operation.OperationModel> context) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getEngine() |
Map<String,Object> |
getParameters() |
void |
setCode(String code) |
void |
setEngine(String engine) |
void |
setParameters(Map<String,Object> parameters) |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.