Uses of Class
org.openhab.core.thing.dto.ThingDTO
Packages that use ThingDTO
Package
Description
-
Uses of ThingDTO in org.openhab.core.thing.dto
Methods in org.openhab.core.thing.dto that return ThingDTOModifier and TypeMethodDescriptionstatic ThingDTO
Maps thing into thing data transfer object (DTO).Methods in org.openhab.core.thing.dto with parameters of type ThingDTO -
Uses of ThingDTO in org.openhab.core.thing.events
Methods in org.openhab.core.thing.events that return ThingDTOModifier and TypeMethodDescriptionThingUpdatedEvent.getOldThing()
Gets the old thing.AbstractThingRegistryEvent.getThing()
Gets the thing data transfer object.Constructors in org.openhab.core.thing.events with parameters of type ThingDTOModifierConstructorDescriptionprotected
AbstractThingRegistryEvent
(String topic, String payload, @Nullable String source, ThingDTO thing) Must be called in subclass constructor to create a new thing registry event.protected
ThingAddedEvent
(String topic, String payload, ThingDTO thing) Constructs a new thing added event object.protected
ThingRemovedEvent
(String topic, String payload, ThingDTO thing) Constructs a new thing removed event object.protected
ThingUpdatedEvent
(String topic, String payload, ThingDTO thing, ThingDTO oldThing) Constructs a new thing updated event object. -
Uses of ThingDTO in org.openhab.core.thing.util
Methods in org.openhab.core.thing.util with parameters of type ThingDTO