Uses of Interface
com.funnelback.publicui.search.model.curator.trigger.GroovyTriggerInterface
-
Packages that use GroovyTriggerInterface Package Description com.funnelback.publicui.search.model.curator.trigger Provides classes representing Curator system triggers (controls when Action objects are executed). -
-
Uses of GroovyTriggerInterface in com.funnelback.publicui.search.model.curator.trigger
Fields in com.funnelback.publicui.search.model.curator.trigger declared as GroovyTriggerInterface Modifier and Type Field Description private GroovyTriggerInterface
GroovyTrigger. cachedTriggerImplementation
Methods in com.funnelback.publicui.search.model.curator.trigger that return GroovyTriggerInterface Modifier and Type Method Description GroovyTriggerInterface
GroovyTrigger. getTriggerImplementation()
Returns the GroovyTriggerInterface implementation for this trigger.
-