Uses of Class
de.codecentric.reedelk.runtime.api.commons.ModuleContext
-
-
Uses of ModuleContext in de.codecentric.reedelk.runtime.api.commons
Methods in de.codecentric.reedelk.runtime.api.commons with parameters of type ModuleContext Modifier and Type Method Description static StringFunctionNameUUID. generate(ModuleContext context) -
Uses of ModuleContext in de.codecentric.reedelk.runtime.api.resource
Methods in de.codecentric.reedelk.runtime.api.resource with parameters of type ModuleContext Modifier and Type Method Description static DynamicResourceDynamicResource. from(Object body, ModuleContext context) -
Uses of ModuleContext in de.codecentric.reedelk.runtime.api.script
Methods in de.codecentric.reedelk.runtime.api.script that return ModuleContext Modifier and Type Method Description ModuleContextScript. getContext()ModuleContextScriptBlock. getContext()Methods in de.codecentric.reedelk.runtime.api.script with parameters of type ModuleContext Modifier and Type Method Description static ScriptScript. from(String scriptFile, ModuleContext context)Constructors in de.codecentric.reedelk.runtime.api.script with parameters of type ModuleContext Constructor Description Script(String scriptFile, ModuleContext context) -
Uses of ModuleContext in de.codecentric.reedelk.runtime.api.script.dynamicmap
Methods in de.codecentric.reedelk.runtime.api.script.dynamicmap that return ModuleContext Modifier and Type Method Description ModuleContextDynamicMap. getContext()Methods in de.codecentric.reedelk.runtime.api.script.dynamicmap with parameters of type ModuleContext Modifier and Type Method Description static DynamicBooleanMapDynamicBooleanMap. from(Map<String,?> from, ModuleContext context)static DynamicObjectMapDynamicObjectMap. from(Map<String,?> from, ModuleContext context)static DynamicStringMapDynamicStringMap. from(Map<String,?> from, ModuleContext context) -
Uses of ModuleContext in de.codecentric.reedelk.runtime.api.script.dynamicvalue
Methods in de.codecentric.reedelk.runtime.api.script.dynamicvalue that return ModuleContext Modifier and Type Method Description ModuleContextDynamicValue. getContext()Methods in de.codecentric.reedelk.runtime.api.script.dynamicvalue with parameters of type ModuleContext Modifier and Type Method Description static DynamicBigDecimalDynamicBigDecimal. from(Object body, ModuleContext context)static DynamicBigIntegerDynamicBigInteger. from(Object body, ModuleContext context)static DynamicBooleanDynamicBoolean. from(Object body, ModuleContext context)static DynamicByteArrayDynamicByteArray. from(Object body, ModuleContext context)static DynamicDoubleDynamicDouble. from(Object body, ModuleContext context)static DynamicFloatDynamicFloat. from(Object body, ModuleContext context)static DynamicIntegerDynamicInteger. from(Object body, ModuleContext context)static DynamicLongDynamicLong. from(Object body, ModuleContext context)static DynamicObjectDynamicObject. from(Object body, ModuleContext context)static DynamicStringDynamicString. from(Object body, ModuleContext context)Constructors in de.codecentric.reedelk.runtime.api.script.dynamicvalue with parameters of type ModuleContext Constructor Description DynamicString(Object body, ModuleContext context)DynamicValue(Object body, ModuleContext context)
-