Uses of Interface
org.openhab.core.transform.TransformationService
Packages that use TransformationService
Package
Description
- 
Uses of TransformationService in org.openhab.core.automation.module.scriptClasses in org.openhab.core.automation.module.script that implement TransformationServiceModifier and TypeClassDescriptionclassTheScriptTransformationServiceimplements aTransformationServiceusing any available script language
- 
Uses of TransformationService in org.openhab.core.automation.module.script.profileConstructors 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.transformClasses in org.openhab.core.transform that implement TransformationServiceMethods in org.openhab.core.transform that return TransformationServiceModifier and TypeMethodDescriptionstatic @Nullable TransformationServiceTransformationHelper.getTransformationService(String serviceName) static @Nullable TransformationServiceTransformationHelper.getTransformationService(@Nullable org.osgi.framework.BundleContext context, String transformationType) Deprecated.Methods in org.openhab.core.transform with parameters of type TransformationServiceModifier and TypeMethodDescriptionstatic @Nullable StringTransformationHelper.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 TypeMethodDescriptionvoidTransformationHelper.setTransformationService(org.osgi.framework.ServiceReference<TransformationService> ref) voidTransformationHelper.unsetTransformationService(org.osgi.framework.ServiceReference<TransformationService> ref) 
TransformationRegistryinstead