Uses of Class
org.openhab.core.automation.type.TriggerType
Packages that use TriggerType
Package
Description
-
Uses of TriggerType in org.openhab.core.automation.dto
Methods in org.openhab.core.automation.dto that return TriggerTypeModifier and TypeMethodDescriptionstatic TriggerTypeTriggerTypeDTOMapper.map(CompositeTriggerTypeDTO triggerTypeDto) Methods in org.openhab.core.automation.dto with parameters of type TriggerTypeModifier and TypeMethodDescriptionstatic TriggerTypeDTOTriggerTypeDTOMapper.map(TriggerType triggerType) Method parameters in org.openhab.core.automation.dto with type arguments of type TriggerTypeModifier and TypeMethodDescriptionstatic List<TriggerTypeDTO> TriggerTypeDTOMapper.map(@Nullable Collection<TriggerType> types) -
Uses of TriggerType in org.openhab.core.automation.type
Subclasses of TriggerType in org.openhab.core.automation.typeModifier and TypeClassDescriptionclassThis class is asTriggerTypewhich logically combinesTriggermodules.Methods in org.openhab.core.automation.type that return types with arguments of type TriggerTypeModifier and TypeMethodDescriptionModuleTypeRegistry.getTriggers(String... tags) This method is used for getting theTriggerTypes.ModuleTypeRegistry.getTriggers(@Nullable Locale locale, String... tags) This method is used for getting theTriggerTypes, localized depending on passed locale parameter.