Uses of Interface
org.openhab.core.automation.Action
Package
Description
-
Uses of Action in org.openhab.core.automation
Modifier and TypeMethodDescriptionRule.getActions()
This method is used to get the actions participating inRule
. -
Uses of Action in org.openhab.core.automation.dto
Modifier and TypeMethodDescriptionActionDTOMapper.map
(@Nullable Collection<? extends Action> actions) -
Uses of Action in org.openhab.core.automation.handler
-
Uses of Action in org.openhab.core.automation.module.provider
Modifier and TypeMethodDescription@Nullable ModuleInformation
AnnotationActionModuleTypeHelper.getModuleInformationForIdentifier
(Action module, Map<String, Set<ModuleInformation>> moduleInformation, boolean isThing) -
Uses of Action in org.openhab.core.automation.template
Modifier and TypeMethodDescriptionRuleTemplate.getActions()
Gets the actions participating inRuleTemplate
. -
Uses of Action in org.openhab.core.automation.type
Modifier and TypeMethodDescriptionCompositeActionType.getChildren()
Gets theAction
modules of theCompositeActionType
. -
Uses of Action in org.openhab.core.automation.util
Modifier and TypeMethodDescriptionstatic ActionBuilder
static ActionBuilder
ModuleBuilder.createAction
(Action action) RuleBuilder.withActions
(@Nullable Action... actions) Modifier and TypeMethodDescriptionRuleBuilder.withActions
(@Nullable List<? extends Action> actions)