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