Uses of Class
de.codecentric.reedelk.runtime.api.script.dynamicvalue.DynamicValue
-
-
Uses of DynamicValue in de.codecentric.reedelk.runtime.api.commons
Methods in de.codecentric.reedelk.runtime.api.commons with type parameters of type DynamicValue Modifier and Type Method Description static <T extends DynamicValue<?>>
booleanDynamicValueUtils. isNotNullOrBlank(T dynamicValue)Checks if the given dynamic value is not null and not empty: i.e the dynamic value is defined and if it is a string checks if it is not blank.static <T extends DynamicValue<?>>
booleanDynamicValueUtils. isNullOrBlank(T dynamicValue)Checks if the given dynamic value is null or empty.static <T extends DynamicValue<?>>
TComponentPrecondition.Configuration. requireNotNull(Class<? extends Implementor> implementor, T dynamicValue, String errorMessage)static <T extends DynamicValue<?>>
TComponentPrecondition.Configuration. requireNotNullOrBlank(Class<? extends Implementor> implementor, T dynamicValue, String errorMessage)Checks if the given dynamic value is null, or if it is a script if it has an empty script or if it is not a script it has a null value.Methods in de.codecentric.reedelk.runtime.api.commons with parameters of type DynamicValue Modifier and Type Method Description static booleanScriptUtils. isEvaluateMessagePayload(DynamicValue<?> dynamicValue)Tests whether the DynamicValue contains only the message payload. -
Uses of DynamicValue in de.codecentric.reedelk.runtime.api.resource
Subclasses of DynamicValue in de.codecentric.reedelk.runtime.api.resource Modifier and Type Class Description classDynamicResource -
Uses of DynamicValue in de.codecentric.reedelk.runtime.api.script
Methods in de.codecentric.reedelk.runtime.api.script with parameters of type DynamicValue Modifier and Type Method Description <T> Optional<T>ScriptEngineService. evaluate(DynamicValue<T> dynamicValue, FlowContext flowContext, Message message)<T> Optional<T>ScriptEngineService. evaluate(DynamicValue<T> dynamicValue, FlowContext flowContext, Throwable throwable)<T> Optional<T>ScriptEngineService. evaluate(DynamicValue<T> dynamicValue, MimeType mimeType, FlowContext flowContext, Message message)<T> Optional<T>ScriptEngineService. evaluate(DynamicValue<T> dynamicValue, MimeType mimeType, List<String> argumentNames, Object... bindings)<T> Optional<T>ScriptEngineService. evaluate(DynamicValue<T> dynamicValue, List<String> argumentNames, Object... bindings)<T> TypedPublisher<T>ScriptEngineService. evaluateStream(DynamicValue<T> dynamicValue, FlowContext flowContext, Message message)<T> TypedPublisher<T>ScriptEngineService. evaluateStream(DynamicValue<T> dynamicValue, FlowContext flowContext, Throwable throwable)<T> TypedPublisher<T>ScriptEngineService. evaluateStream(DynamicValue<T> dynamicValue, List<String> argumentNames, Object... bindings) -
Uses of DynamicValue in de.codecentric.reedelk.runtime.api.script.dynamicvalue
Subclasses of DynamicValue in de.codecentric.reedelk.runtime.api.script.dynamicvalue Modifier and Type Class Description classDynamicBigDecimalclassDynamicBigIntegerclassDynamicBooleanclassDynamicByteArrayclassDynamicDoubleclassDynamicFloatclassDynamicIntegerclassDynamicLongclassDynamicObjectclassDynamicStringConstructors in de.codecentric.reedelk.runtime.api.script.dynamicvalue with parameters of type DynamicValue Constructor Description DynamicValue(DynamicValue<?> original)
-