Uses of Class
org.openhab.core.automation.dto.RuleDTO
Packages that use RuleDTO
Package
Description
-
Uses of RuleDTO in org.openhab.core.automation
Methods in org.openhab.core.automation that return RuleDTOModifier and TypeMethodDescriptionprotected RuleDTO
ManagedRuleProvider.toPersistableElement
(Rule element) Methods in org.openhab.core.automation with parameters of type RuleDTO -
Uses of RuleDTO in org.openhab.core.automation.dto
Methods in org.openhab.core.automation.dto that return RuleDTOMethods in org.openhab.core.automation.dto with parameters of type RuleDTO -
Uses of RuleDTO in org.openhab.core.automation.events
Methods in org.openhab.core.automation.events that return RuleDTOModifier and TypeMethodDescriptionRuleUpdatedEvent.getOldRule()
AbstractRuleRegistryEvent.getRule()
Constructors in org.openhab.core.automation.events with parameters of type RuleDTOModifierConstructorDescriptionprotected
AbstractRuleRegistryEvent
(String topic, String payload, @Nullable String source, RuleDTO rule) Must be called in subclass constructor to create a new rule registry event.RuleAddedEvent
(String topic, String payload, @Nullable String source, RuleDTO rule) constructs a new rule added eventRuleRemovedEvent
(String topic, String payload, @Nullable String source, RuleDTO rule) Constructs a new rule removed eventRuleUpdatedEvent
(String topic, String payload, @Nullable String source, RuleDTO rule, RuleDTO oldRule) constructs a new rule updated event