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 TypeMethodDescriptionvoid
ScriptTransformationService.added
(Transformation element) void
ScriptTransformationService.removed
(Transformation element) void
ScriptTransformationService.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 Transformation
Get a localized version of the transformation for a given UIDprotected @Nullable Transformation
ManagedTransformationProvider.toElement
(String key, ManagedTransformationProvider.PersistedTransformation persistableElement) @Nullable Transformation
ManagedTransformationProvider.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 TypeMethodDescriptionvoid
ManagedTransformationProvider.add
(Transformation element) ManagedTransformationProvider.toPersistableElement
(Transformation element) @Nullable Transformation
ManagedTransformationProvider.update
(Transformation element) Method parameters in org.openhab.core.transform with type arguments of type TransformationModifier and TypeMethodDescriptionvoid
FileTransformationProvider.addProviderChangeListener
(ProviderChangeListener<Transformation> listener) void
FileTransformationProvider.removeProviderChangeListener
(ProviderChangeListener<Transformation> listener) Constructors in org.openhab.core.transform with parameters of type Transformation