Uses of Interface
org.apache.unomi.groovy.actions.services.GroovyActionsService
-
-
Uses of GroovyActionsService in org.apache.unomi.groovy.actions
Methods in org.apache.unomi.groovy.actions with parameters of type GroovyActionsService Modifier and Type Method Description void
GroovyActionDispatcher. setGroovyActionsService(GroovyActionsService groovyActionsService)
-
Uses of GroovyActionsService in org.apache.unomi.groovy.actions.listener
Methods in org.apache.unomi.groovy.actions.listener with parameters of type GroovyActionsService Modifier and Type Method Description void
GroovyActionListener. setGroovyActionsService(GroovyActionsService groovyActionsService)
-
Uses of GroovyActionsService in org.apache.unomi.groovy.actions.rest
Methods in org.apache.unomi.groovy.actions.rest with parameters of type GroovyActionsService Modifier and Type Method Description void
GroovyActionsEndPoint. setGroovyActionsService(GroovyActionsService groovyActionsService)
-
Uses of GroovyActionsService in org.apache.unomi.groovy.actions.services.impl
Classes in org.apache.unomi.groovy.actions.services.impl that implement GroovyActionsService Modifier and Type Class Description class
GroovyActionsServiceImpl
Implementation of the GroovyActionService.
-