Interface Executor
-
- All Known Implementing Classes:
ScriptExecutor
public interface Executor
This interface should be implemented by script executors of Data Mapper Engine
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Model
execute(MappingResource mappingResource, String inputVariable, String properties)
Method to execute the mapping config in theMappingResource
on input variable and returns the output model
-
-
-
Method Detail
-
execute
Model execute(MappingResource mappingResource, String inputVariable, String properties) throws JSException, SchemaException
Method to execute the mapping config in theMappingResource
on input variable and returns the output model- Parameters:
mappingResource
- mapping resource modelinputVariable
- input variable- Returns:
- model output model
- Throws:
JSException
- if mapping throws an exceptionSchemaException
-
-