Uses of Interface
org.openhab.core.transform.TransformationService
Packages that use TransformationService
Package
Description
-
Uses of TransformationService in org.openhab.core.automation.module.script
Classes in org.openhab.core.automation.module.script that implement TransformationServiceModifier and TypeClassDescriptionclass
TheScriptTransformationService
implements aTransformationService
using any available script language -
Uses of TransformationService in org.openhab.core.automation.module.script.profile
Constructors in org.openhab.core.automation.module.script.profile with parameters of type TransformationServiceModifierConstructorDescriptionScriptProfile
(ProfileTypeUID profileTypeUID, ProfileCallback callback, ProfileContext profileContext, TransformationService transformationService) -
Uses of TransformationService in org.openhab.core.transform
Classes in org.openhab.core.transform that implement TransformationServiceMethods in org.openhab.core.transform that return TransformationServiceModifier and TypeMethodDescriptionstatic @Nullable TransformationService
TransformationHelper.getTransformationService
(String serviceName) static @Nullable TransformationService
TransformationHelper.getTransformationService
(@Nullable org.osgi.framework.BundleContext context, String transformationType) Deprecated.Methods in org.openhab.core.transform with parameters of type TransformationServiceModifier and TypeMethodDescriptionstatic @Nullable String
TransformationHelper.transform
(TransformationService service, String function, String format, String state) Transforms a state string using a transformation serviceMethod parameters in org.openhab.core.transform with type arguments of type TransformationServiceModifier and TypeMethodDescriptionvoid
TransformationHelper.setTransformationService
(org.osgi.framework.ServiceReference<TransformationService> ref) void
TransformationHelper.unsetTransformationService
(org.osgi.framework.ServiceReference<TransformationService> ref)
TransformationRegistry
instead