Uses of Interface
org.openhab.core.thing.binding.ThingActions
Packages that use ThingActions
Package
Description
-
Uses of ThingActions in org.openhab.core.automation.module.script.defaultscope
Methods in org.openhab.core.automation.module.script.defaultscope that return ThingActionsModifier and TypeMethodDescription@Nullable ThingActionsGets an actions instance of a certain scope for a given thing UID -
Uses of ThingActions in org.openhab.core.automation.thingsupport
Methods in org.openhab.core.automation.thingsupport with parameters of type ThingActionsModifier and TypeMethodDescriptionvoidAnnotatedThingActionModuleTypeProvider.addAnnotatedThingActions(ThingActions annotatedThingActions) voidAnnotatedThingActionModuleTypeProvider.removeAnnotatedThingActions(ThingActions annotatedThingActions) -
Uses of ThingActions in org.openhab.core.model.rule.jvmmodel
Methods in org.openhab.core.model.rule.jvmmodel with parameters of type ThingActionsModifier and TypeMethodDescriptionprotected voidRulesRefresher.addThingActions(ThingActions thingActions) protected voidRulesRefresher.removeThingActions(ThingActions thingActions) -
Uses of ThingActions in org.openhab.core.model.rule.scoping
Methods in org.openhab.core.model.rule.scoping with parameters of type ThingActionsModifier and TypeMethodDescriptionvoidRulesClassCache.addThingActions(ThingActions thingActions) voidRulesClassCache.removeThingActions(ThingActions thingActions) -
Uses of ThingActions in org.openhab.core.model.script
Fields in org.openhab.core.model.script with type parameters of type ThingActionsMethods in org.openhab.core.model.script that return types with arguments of type ThingActionsModifier and TypeMethodDescriptionstatic List<ThingActions> ScriptServiceUtil.getThingActions()ScriptServiceUtil.getThingActionsInstances()Methods in org.openhab.core.model.script with parameters of type ThingActionsModifier and TypeMethodDescriptionvoidScriptServiceUtil.addThingActions(ThingActions thingActions) voidScriptServiceUtil.removeThingActions(ThingActions thingActions) -
Uses of ThingActions in org.openhab.core.model.script.actions
Methods in org.openhab.core.model.script.actions that return ThingActionsModifier and TypeMethodDescriptionstatic ThingActionsThings.getActions(String scope, String thingUid) Get the actions instance for a Thing of a given scope -
Uses of ThingActions in org.openhab.core.model.script.engine
Methods in org.openhab.core.model.script.engine that return types with arguments of type ThingActions