Uses of Class
org.openhab.core.transform.Transformation
Packages that use Transformation
Package
Description
-
Uses of Transformation in org.openhab.core.automation.module.script
Methods in org.openhab.core.automation.module.script with parameters of type TransformationModifier and TypeMethodDescriptionvoidScriptTransformationService.added(Transformation element) voidScriptTransformationService.removed(Transformation element) voidScriptTransformationService.updated(Transformation oldElement, Transformation element) -
Uses of Transformation in org.openhab.core.io.rest.transform
Constructors in org.openhab.core.io.rest.transform with parameters of type Transformation -
Uses of Transformation in org.openhab.core.transform
Methods in org.openhab.core.transform that return TransformationModifier and TypeMethodDescription@Nullable TransformationGet a localized version of the transformation for a given UIDprotected @Nullable TransformationManagedTransformationProvider.toElement(String key, ManagedTransformationProvider.PersistedTransformation persistableElement) @Nullable TransformationManagedTransformationProvider.update(Transformation element) Methods in org.openhab.core.transform that return types with arguments of type TransformationModifier and TypeMethodDescriptionFileTransformationProvider.getAll()TransformationRegistry.getTransformations(Collection<String> types) Get all transformations which match the given typesMethods in org.openhab.core.transform with parameters of type TransformationModifier and TypeMethodDescriptionvoidManagedTransformationProvider.add(Transformation element) ManagedTransformationProvider.toPersistableElement(Transformation element) @Nullable TransformationManagedTransformationProvider.update(Transformation element) Method parameters in org.openhab.core.transform with type arguments of type TransformationModifier and TypeMethodDescriptionvoidFileTransformationProvider.addProviderChangeListener(ProviderChangeListener<Transformation> listener) voidFileTransformationProvider.removeProviderChangeListener(ProviderChangeListener<Transformation> listener) Constructors in org.openhab.core.transform with parameters of type Transformation