Class DynamicMapWithMessageAndContext
- java.lang.Object
-
- de.codecentric.reedelk.platform.services.scriptengine.evaluator.function.DynamicMapWithMessageAndContext
-
- All Implemented Interfaces:
FunctionDefinitionBuilder<de.codecentric.reedelk.runtime.api.script.dynamicmap.DynamicMap<?>>,Function<de.codecentric.reedelk.runtime.api.script.dynamicmap.DynamicMap<?>,String>
- Direct Known Subclasses:
DynamicMapWithErrorAndContext
public class DynamicMapWithMessageAndContext extends Object implements FunctionDefinitionBuilder<de.codecentric.reedelk.runtime.api.script.dynamicmap.DynamicMap<?>>
-
-
Constructor Summary
Constructors Constructor Description DynamicMapWithMessageAndContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringapply(de.codecentric.reedelk.runtime.api.script.dynamicmap.DynamicMap<?> map)This method builds the following script: The values are evaluated after the execution of the script.protected StringgetTemplate()
-
-
-
Method Detail
-
apply
public String apply(de.codecentric.reedelk.runtime.api.script.dynamicmap.DynamicMap<?> map)
This method builds the following script: The values are evaluated after the execution of the script. function fun_21_1ba-bf848432adf-abc(message, context) { return [ key1: value1, key2: value2 ] }
-
getTemplate
protected String getTemplate()
-
-