Uses of Class
com.funnelback.publicui.search.model.curator.config.TriggerActions
-
Packages that use TriggerActions 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 TriggerActions in com.funnelback.publicui.search.model.curator.config
Fields in com.funnelback.publicui.search.model.curator.config with type parameters of type TriggerActions Modifier and Type Field Description private java.util.List<TriggerActions>
CuratorConfig. triggerActions
The list of triggers and associated actions for this curator configuration.Methods in com.funnelback.publicui.search.model.curator.config that return types with arguments of type TriggerActions Modifier and Type Method Description java.util.List<TriggerActions>
CuratorConfig. getTriggerActions()
The list of triggers and associated actions for this curator configuration.java.util.List<TriggerActions>
CuratorYamlConfig. toTriggerActions()
Convert the internal map into a TriggerAction list compatible with the new format.Method parameters in com.funnelback.publicui.search.model.curator.config with type arguments of type TriggerActions Modifier and Type Method Description void
CuratorConfig. addAll(java.util.List<TriggerActions> triggerActions)
Add a list of TriggerActions (perhaps from another Curator[Yaml]Config object) to this CuratorConfig.void
CuratorConfig. setTriggerActions(java.util.List<TriggerActions> triggerActions)
The list of triggers and associated actions for this curator configuration.Constructor parameters in com.funnelback.publicui.search.model.curator.config with type arguments of type TriggerActions Constructor Description CuratorConfig(java.util.List<TriggerActions> triggerActions)
-