Uses of Class
org.openhab.core.transform.TransformationException
Package
Description
-
Uses of TransformationException in org.openhab.core.automation.module.script
-
Uses of TransformationException in org.openhab.core.transform
Modifier and TypeMethodDescriptionprotected abstract T
AbstractFileTransformationService.internalLoadTransform
(String filename) Deprecated.Abstract method defined by subclasses to effectively read the transformation source file according to their own needs.protected abstract @Nullable String
AbstractFileTransformationService.internalTransform
(T transform, String source) Deprecated.Abstract method defined by subclasses to effectively operate the transformation according to its rules@Nullable String
Deprecated.Transforms the inputsource
by the according method defined in subclass to another string.static @Nullable String
Transforms a state string using transformation functions within a given pattern.static @Nullable String
TransformationHelper.transform
(TransformationService service, String function, String format, String state) Transforms a state string using a transformation servicestatic @Nullable String
TransformationHelper.transform
(org.osgi.framework.BundleContext context, String transformationString, String state) Deprecated.@Nullable String
Transforms the inputsource
by means of the givenfunction
and returns the transformed output. -
Uses of TransformationException in org.openhab.core.transform.actions
Modifier and TypeMethodDescriptionstatic @Nullable String
Transformation.transformRaw
(String type, String function, String value) Applies a transformation of a given type with some function to a value.
TransformationHelper.transform(String, String)
instead