Uses of Interface
org.openhab.core.automation.Trigger
Packages that use Trigger
Package
Description
-
Uses of Trigger in org.openhab.core.automation
Methods in org.openhab.core.automation that return types with arguments of type TriggerModifier and TypeMethodDescriptionRule.getTriggers()
This method is used to get the triggers participating inRule
. -
Uses of Trigger in org.openhab.core.automation.dto
Methods in org.openhab.core.automation.dto that return TriggerMethods in org.openhab.core.automation.dto that return types with arguments of type TriggerMethods in org.openhab.core.automation.dto with parameters of type TriggerMethod parameters in org.openhab.core.automation.dto with type arguments of type TriggerModifier and TypeMethodDescriptionstatic List
<TriggerDTO> TriggerDTOMapper.map
(@Nullable Collection<? extends Trigger> triggers) -
Uses of Trigger in org.openhab.core.automation.handler
Methods in org.openhab.core.automation.handler with parameters of type TriggerModifier 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.Constructors in org.openhab.core.automation.handler with parameters of type Trigger -
Uses of Trigger in org.openhab.core.automation.template
Methods in org.openhab.core.automation.template that return types with arguments of type TriggerModifier and TypeMethodDescriptionRuleTemplate.getTriggers()
Gets the triggers participating inRuleTemplate
.Constructor parameters in org.openhab.core.automation.template with type arguments of type TriggerModifierConstructorDescriptionRuleTemplate
(@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
Methods in org.openhab.core.automation.type that return types with arguments of type TriggerModifier and TypeMethodDescriptionCompositeTriggerType.getChildren()
Gets theTrigger
modules of theCompositeTriggerType
. -
Uses of Trigger in org.openhab.core.automation.util
Methods in org.openhab.core.automation.util that return TriggerMethods in org.openhab.core.automation.util with parameters of type TriggerModifier and TypeMethodDescriptionstatic TriggerBuilder
static TriggerBuilder
ModuleBuilder.createTrigger
(Trigger trigger) RuleBuilder.withTriggers
(@Nullable Trigger... triggers) Method parameters in org.openhab.core.automation.util with type arguments of type TriggerModifier and TypeMethodDescriptionRuleBuilder.withTriggers
(@Nullable List<? extends Trigger> triggers) Constructors in org.openhab.core.automation.util with parameters of type Trigger