Uses of Class
org.openhab.core.automation.type.ActionType
Packages that use ActionType
Package
Description
-
Uses of ActionType in org.openhab.core.automation.dto
Methods in org.openhab.core.automation.dto that return ActionTypeModifier and TypeMethodDescriptionstatic ActionType
ActionTypeDTOMapper.map
(CompositeActionTypeDTO actionTypeDto) Methods in org.openhab.core.automation.dto with parameters of type ActionTypeModifier and TypeMethodDescriptionstatic ActionTypeDTO
ActionTypeDTOMapper.map
(ActionType actionType) Method parameters in org.openhab.core.automation.dto with type arguments of type ActionTypeModifier and TypeMethodDescriptionstatic List
<ActionTypeDTO> ActionTypeDTOMapper.map
(@Nullable Collection<ActionType> types) -
Uses of ActionType in org.openhab.core.automation.module.provider
Methods in org.openhab.core.automation.module.provider that return ActionTypeModifier and TypeMethodDescription@Nullable ActionType
AnnotationActionModuleTypeHelper.buildModuleType
(String uid, Map<String, Set<ModuleInformation>> moduleInformation) -
Uses of ActionType in org.openhab.core.automation.type
Subclasses of ActionType in org.openhab.core.automation.typeModifier and TypeClassDescriptionclass
This class is asActionType
which logically combinesAction
instances.Methods in org.openhab.core.automation.type that return types with arguments of type ActionTypeModifier and TypeMethodDescriptionModuleTypeRegistry.getActions
(String... tags) This method is used for getting theActionType
s.ModuleTypeRegistry.getActions
(@Nullable Locale locale, String... tags) This method is used for getting theActionType
s, localized depending on passed locale parameter. -
Uses of ActionType in org.openhab.core.automation.util
Methods in org.openhab.core.automation.util with parameters of type ActionTypeModifier and TypeMethodDescriptionActionInputsHelper.mapSerializedInputsToActionInputs
(ActionType actionType, Map<String, Object> arguments) Maps serialised inputs to the Java types required by theInput
s of the givenActionType
.