Uses of Interface
org.openhab.core.automation.Trigger
Package
Description
-
Uses of Trigger in org.openhab.core.automation
Modifier and TypeMethodDescriptionRule.getTriggers()
This method is used to get the triggers participating inRule
. -
Uses of Trigger in org.openhab.core.automation.dto
Modifier and TypeMethodDescriptionstatic List<TriggerDTO>
TriggerDTOMapper.map
(@Nullable Collection<? extends Trigger> triggers) -
Uses of Trigger in org.openhab.core.automation.handler
Modifier and TypeMethodDescriptiondefault void
This method is used by theTriggerHandler
to notify the RuleManager when the linkedTrigger
instance was fired.void
This method is used by theTriggerHandler
to notify the RuleManager when the linkedTrigger
instance was fired. -
Uses of Trigger in org.openhab.core.automation.template
Modifier and TypeMethodDescriptionRuleTemplate.getTriggers()
Gets the triggers participating inRuleTemplate
.ModifierConstructorDescriptionRuleTemplate
(@Nullable String uid, @Nullable String label, @Nullable String description, @Nullable Set<String> tags, @Nullable List<Trigger> triggers, @Nullable List<Condition> conditions, @Nullable List<Action> actions, @Nullable List<ConfigDescriptionParameter> configDescriptions, @Nullable Visibility visibility) Creates aRuleTemplate
instance that will be used for creatingRule
s from a set of modules, belong to the template. -
Uses of Trigger in org.openhab.core.automation.type
Modifier and TypeMethodDescriptionCompositeTriggerType.getChildren()
Gets theTrigger
modules of theCompositeTriggerType
. -
Uses of Trigger in org.openhab.core.automation.util
Modifier and TypeMethodDescriptionstatic TriggerBuilder
static TriggerBuilder
ModuleBuilder.createTrigger
(Trigger trigger) RuleBuilder.withTriggers
(@Nullable Trigger... triggers) Modifier and TypeMethodDescriptionRuleBuilder.withTriggers
(@Nullable List<? extends Trigger> triggers)