Uses of Class
com.funnelback.publicui.search.model.curator.config.ActionSet
-
Packages that use ActionSet Package Description com.funnelback.publicui.search.model.curator.config Provides classes representing the Curator system's configuration, including actions (what should happen) and triggers (when should it happen). -
-
Uses of ActionSet in com.funnelback.publicui.search.model.curator.config
Fields in com.funnelback.publicui.search.model.curator.config with type parameters of type ActionSet Modifier and Type Field Description private java.util.Map<Trigger,ActionSet>
CuratorYamlConfig. triggerActions
The map of triggers and associated actions for this curator configuration.Methods in com.funnelback.publicui.search.model.curator.config that return ActionSet Modifier and Type Method Description ActionSet
TriggerActions. getActionSet()
Get the set of actions for this trigger.Methods in com.funnelback.publicui.search.model.curator.config that return types with arguments of type ActionSet Modifier and Type Method Description java.util.Map<Trigger,ActionSet>
CuratorYamlConfig. getTriggerActions()
The map of triggers and associated actions for this curator configuration.Method parameters in com.funnelback.publicui.search.model.curator.config with type arguments of type ActionSet Modifier and Type Method Description void
CuratorYamlConfig. setTriggerActions(java.util.Map<Trigger,ActionSet> triggerActions)
The map of triggers and associated actions for this curator configuration.Constructor parameters in com.funnelback.publicui.search.model.curator.config with type arguments of type ActionSet Constructor Description CuratorYamlConfig(java.util.Map<Trigger,ActionSet> triggerActions)
-