| Package | Description |
|---|---|
| com.mulesoft.mule.module.datamapper.api | |
| com.mulesoft.mule.module.datamapper.clover.impl | |
| com.mulesoft.mule.module.datamapper.impl |
| Modifier and Type | Method and Description |
|---|---|
TransformationResult |
GraphExecutor.execute(Object payload,
Map<String,Object> inputArguments) |
TransformationResult |
TransformationEngine.execute(T graph,
Map<String,Object> inputArguments) |
| Modifier and Type | Method and Description |
|---|---|
void |
TransformationEngine.executeLater(T graph,
Map<String,Object> inputArguments,
FutureCallback<TransformationResult> callback) |
| Modifier and Type | Class and Description |
|---|---|
class |
CloverResult |
| Modifier and Type | Method and Description |
|---|---|
TransformationResult |
CloverEngineImpl.execute(org.jetel.graph.TransformationGraph graph,
org.jetel.graph.runtime.GraphRuntimeContext context,
Map<String,Object> inputArgument) |
TransformationResult |
CloverEngineImpl.execute(org.jetel.graph.TransformationGraph graph,
Map<String,Object> inputArgument) |
| Modifier and Type | Method and Description |
|---|---|
void |
CloverEngineHandler.done(TransformationResult result) |
| Modifier and Type | Method and Description |
|---|---|
void |
CloverEngineImpl.executeLater(org.jetel.graph.TransformationGraph graph,
org.jetel.graph.runtime.GraphRuntimeContext context,
Map<String,Object> inputArgument,
FutureCallback<TransformationResult> callback) |
void |
CloverEngineImpl.executeLater(org.jetel.graph.TransformationGraph graph,
Map<String,Object> inputArgument,
FutureCallback<TransformationResult> callback) |
| Modifier and Type | Method and Description |
|---|---|
TransformationResult |
DefaultGraphExecutor.execute(Object input,
Map<String,Object> inputArguments) |
Copyright © 2022. All rights reserved.