Uses of Interface
com.funnelback.publicui.search.model.curator.config.Action
-
Packages that use Action Package Description com.funnelback.publicui.search.model.curator.action Provides classes representing Curator system actions.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 Action in com.funnelback.publicui.search.model.curator.action
Classes in com.funnelback.publicui.search.model.curator.action that implement Action Modifier and Type Class Description class
AddQueryTerm
Action to add a specified term to the users query before running it.class
DisplayMessage
Action to display the specified message within the search results.class
DisplayProperties
Action to display the specified properties within the search results.class
DisplayUrlAdvert
Action to display the specified URL advert within the search results.class
GroovyAction
Perform an action which is specified by an external Groovy class.class
PromoteUrls
Action to promote a set of URLs within the search results, causing them to be displayed at the top of the result set in the order given.class
RemoveUrls
Action to remove a set of URLs within the search results, causing them to be excluded from the result set even if they match the given query.class
ReplaceQueryTerm
Action to replace a specified term within the users query before running it.class
SetQuery
Action to set the query to the given value, replacing any previously specified by the user.class
TransformQuery
Action to transform the user's query based on a regular expression replacement. -
Uses of Action in com.funnelback.publicui.search.model.curator.config
Fields in com.funnelback.publicui.search.model.curator.config with type parameters of type Action Modifier and Type Field Description private java.util.List<Action>
ActionSet. actions
The actual actions contained within the setprivate java.util.List<Action>
TriggerActions. actions
Set of actions for theTrigger
Methods in com.funnelback.publicui.search.model.curator.config that return types with arguments of type Action Modifier and Type Method Description java.util.List<Action>
ActionSet. getActions()
The actual actions contained within the setjava.util.List<Action>
TriggerActions. getActions()
Set of actions for theTrigger
Method parameters in com.funnelback.publicui.search.model.curator.config with type arguments of type Action Modifier and Type Method Description void
ActionSet. setActions(java.util.List<Action> actions)
The actual actions contained within the setvoid
TriggerActions. setActions(java.util.List<Action> actions)
Set of actions for theTrigger
-