Uses of Class
org.openhab.core.automation.dto.RuleDTO
Package
Description
-
Uses of RuleDTO in org.openhab.core.automation
Modifier and TypeMethodDescriptionprotected RuleDTO
ManagedRuleProvider.toPersistableElement
(Rule element) -
Uses of RuleDTO in org.openhab.core.automation.dto
-
Uses of RuleDTO in org.openhab.core.automation.events
Modifier and TypeMethodDescriptionRuleUpdatedEvent.getOldRule()
AbstractRuleRegistryEvent.getRule()
ModifierConstructorDescriptionAbstractRuleRegistryEvent
(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