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 ActionTypeActionTypeDTOMapper.map(CompositeActionTypeDTO actionTypeDto) Methods in org.openhab.core.automation.dto with parameters of type ActionTypeModifier and TypeMethodDescriptionstatic ActionTypeDTOActionTypeDTOMapper.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 ActionTypeAnnotationActionModuleTypeHelper.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 TypeClassDescriptionclassThis class is asActionTypewhich logically combinesActioninstances.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 theActionTypes.ModuleTypeRegistry.getActions(@Nullable Locale locale, String... tags) This method is used for getting theActionTypes, 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 theInputs of the givenActionType.