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 ThingActions
Gets 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 TypeMethodDescriptionvoid
AnnotatedThingActionModuleTypeProvider.addAnnotatedThingActions
(ThingActions annotatedThingActions) void
AnnotatedThingActionModuleTypeProvider.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 void
RulesRefresher.addThingActions
(ThingActions thingActions) protected void
RulesRefresher.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 TypeMethodDescriptionvoid
RulesClassCache.addThingActions
(ThingActions thingActions) void
RulesClassCache.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 TypeMethodDescriptionvoid
ScriptServiceUtil.addThingActions
(ThingActions thingActions) void
ScriptServiceUtil.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 ThingActions
Things.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