Uses of Interface
org.openhab.core.automation.Rule
Package
Description
-
Uses of Rule in org.openhab.core.automation
Modifier and TypeMethodDescriptionThis method is used to register aRule
into theRuleRegistry
.RuleExecution.getRule()
Returns the rule that will be executed.protected @Nullable Rule
Modifier and TypeMethodDescriptionGets a collection ofRule
s which shares same tag.Gets a collection ofRule
s which has specified tags.RulePredicates.hasAllTags
(@Nullable Collection<String> tags) RulePredicates.hasAllTags
(String @Nullable ... tags) RulePredicates.hasAnyOfPrefixes
(String... prefixes) RulePredicates.hasAnyOfTags
(@Nullable Collection<String> tags) RulePredicates.hasAnyOfTags
(String @Nullable ... tags) RulePredicates.hasNoTags()
RulePredicates.hasTags()
Modifier and TypeMethodDescriptionThis method is used to register aRule
into theRuleRegistry
.static @Nullable String
Gets the prefix of theRule
's UID, if any exist.protected RuleDTO
ManagedRuleProvider.toPersistableElement
(Rule element) -
Uses of Rule in org.openhab.core.automation.dto
-
Uses of Rule in org.openhab.core.automation.util