public class CloverEngineImpl extends Object implements TransformationEngine<org.jetel.graph.TransformationGraph>
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_MAX_GRAPH |
static int |
DEFAULT_MAX_NODES |
| Constructor and Description |
|---|
CloverEngineImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
TransformationResult |
execute(org.jetel.graph.TransformationGraph graph,
org.jetel.graph.runtime.GraphRuntimeContext context,
Map<String,Object> inputArgument) |
TransformationResult |
execute(org.jetel.graph.TransformationGraph graph,
Map<String,Object> inputArgument) |
void |
executeLater(org.jetel.graph.TransformationGraph graph,
org.jetel.graph.runtime.GraphRuntimeContext context,
Map<String,Object> inputArgument,
FutureCallback<TransformationResult> callback) |
void |
executeLater(org.jetel.graph.TransformationGraph graph,
Map<String,Object> inputArgument,
FutureCallback<TransformationResult> callback) |
String |
getOutputEncoding(org.jetel.graph.TransformationGraph graph) |
MappingFormat |
getOutputType(org.jetel.graph.TransformationGraph graph) |
DataMapperThreadManager |
getThreadManager() |
public static final int DEFAULT_MAX_GRAPH
public static final int DEFAULT_MAX_NODES
public TransformationResult execute(org.jetel.graph.TransformationGraph graph, org.jetel.graph.runtime.GraphRuntimeContext context, Map<String,Object> inputArgument) throws DataMapperExecutionException
DataMapperExecutionExceptionpublic MappingFormat getOutputType(org.jetel.graph.TransformationGraph graph)
getOutputType in interface TransformationEngine<org.jetel.graph.TransformationGraph>public String getOutputEncoding(org.jetel.graph.TransformationGraph graph)
getOutputEncoding in interface TransformationEngine<org.jetel.graph.TransformationGraph>public TransformationResult execute(org.jetel.graph.TransformationGraph graph, Map<String,Object> inputArgument) throws DataMapperExecutionException
execute in interface TransformationEngine<org.jetel.graph.TransformationGraph>DataMapperExecutionExceptionpublic void executeLater(org.jetel.graph.TransformationGraph graph,
org.jetel.graph.runtime.GraphRuntimeContext context,
Map<String,Object> inputArgument,
FutureCallback<TransformationResult> callback)
throws DataMapperExecutionException
DataMapperExecutionExceptionpublic void executeLater(org.jetel.graph.TransformationGraph graph,
Map<String,Object> inputArgument,
FutureCallback<TransformationResult> callback)
throws DataMapperExecutionException
executeLater in interface TransformationEngine<org.jetel.graph.TransformationGraph>DataMapperExecutionExceptionpublic void dispose()
dispose in interface TransformationEngine<org.jetel.graph.TransformationGraph>public DataMapperThreadManager getThreadManager()
Copyright © 2022. All rights reserved.