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