Uses of Interface
org.openhab.core.model.script.engine.action.ActionService
Packages that use ActionService
Package
Description
-
Uses of ActionService in org.openhab.core.model.rule.jvmmodel
Methods in org.openhab.core.model.rule.jvmmodel with parameters of type ActionServiceModifier and TypeMethodDescriptionprotected void
RulesRefresher.addActionService
(ActionService actionService) protected void
RulesRefresher.removeActionService
(ActionService actionService) -
Uses of ActionService in org.openhab.core.model.rule.scoping
Methods in org.openhab.core.model.rule.scoping with parameters of type ActionServiceModifier and TypeMethodDescriptionvoid
RulesClassCache.addActionService
(ActionService actionService) void
RulesClassCache.removeActionService
(ActionService actionService) -
Uses of ActionService in org.openhab.core.model.script
Fields in org.openhab.core.model.script with type parameters of type ActionServiceMethods in org.openhab.core.model.script that return types with arguments of type ActionServiceModifier and TypeMethodDescriptionScriptServiceUtil.getActionServiceInstances()
static List
<ActionService> ScriptServiceUtil.getActionServices()
Methods in org.openhab.core.model.script with parameters of type ActionServiceModifier and TypeMethodDescriptionvoid
ScriptServiceUtil.addActionService
(ActionService actionService) void
ScriptServiceUtil.removeActionService
(ActionService actionService) -
Uses of ActionService in org.openhab.core.model.script.engine
Methods in org.openhab.core.model.script.engine that return types with arguments of type ActionService -
Uses of ActionService in org.openhab.core.model.script.jvmmodel
Methods in org.openhab.core.model.script.jvmmodel with parameters of type ActionServiceModifier and TypeMethodDescriptionprotected void
ScriptItemRefresher.addActionService
(ActionService actionService) protected void
ScriptItemRefresher.removeActionService
(ActionService actionService)