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 voidRulesRefresher.addActionService(ActionService actionService) protected voidRulesRefresher.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 TypeMethodDescriptionvoidRulesClassCache.addActionService(ActionService actionService) voidRulesClassCache.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 TypeMethodDescriptionvoidScriptServiceUtil.addActionService(ActionService actionService) voidScriptServiceUtil.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 voidScriptItemRefresher.addActionService(ActionService actionService) protected voidScriptItemRefresher.removeActionService(ActionService actionService)