Uses of Interface
org.apache.unomi.services.actions.ActionExecutorDispatcher
-
Packages that use ActionExecutorDispatcher Package Description org.apache.unomi.groovy.actions org.apache.unomi.services.actions.impl org.apache.unomi.services.impl.rules -
-
Uses of ActionExecutorDispatcher in org.apache.unomi.groovy.actions
Methods in org.apache.unomi.groovy.actions with parameters of type ActionExecutorDispatcher Modifier and Type Method Description voidGroovyActionDispatcher. setActionExecutorDispatcher(ActionExecutorDispatcher actionExecutorDispatcher) -
Uses of ActionExecutorDispatcher in org.apache.unomi.services.actions.impl
Classes in org.apache.unomi.services.actions.impl that implement ActionExecutorDispatcher Modifier and Type Class Description classActionExecutorDispatcherImpl -
Uses of ActionExecutorDispatcher in org.apache.unomi.services.impl.rules
Methods in org.apache.unomi.services.impl.rules with parameters of type ActionExecutorDispatcher Modifier and Type Method Description voidRulesServiceImpl. setActionExecutorDispatcher(ActionExecutorDispatcher actionExecutorDispatcher)
-