Uses of Class
org.openhab.core.thing.dto.ThingDTO
Packages that use ThingDTO
Package
Description
-
Uses of ThingDTO in org.openhab.core.io.rest.core.fileformat
Fields in org.openhab.core.io.rest.core.fileformat with type parameters of type ThingDTO -
Uses of ThingDTO in org.openhab.core.thing.dto
Methods in org.openhab.core.thing.dto that return ThingDTOModifier and TypeMethodDescriptionstatic ThingDTOMaps 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 ThingDTOModifierConstructorDescriptionprotectedAbstractThingRegistryEvent(String topic, String payload, @Nullable String source, ThingDTO thing) Must be called in subclass constructor to create a new thing registry event.protectedThingAddedEvent(String topic, String payload, ThingDTO thing) Constructs a new thing added event object.protectedThingRemovedEvent(String topic, String payload, ThingDTO thing) Constructs a new thing removed event object.protectedThingUpdatedEvent(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