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 voidThis method is used by theTriggerHandlerto notify the RuleManager when the linkedTriggerinstance was fired.voidThis method is used by theTriggerHandlerto notify the RuleManager when the linkedTriggerinstance 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 aRuleTemplateinstance that will be used for creatingRules 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 theTriggermodules 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 TriggerBuilderstatic TriggerBuilderModuleBuilder.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