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 classAddQueryTermAction to add a specified term to the users query before running it.classDisplayMessageAction to display the specified message within the search results.classDisplayPropertiesAction to display the specified properties within the search results.classDisplayUrlAdvertAction to display the specified URL advert within the search results.classGroovyActionPerform an action which is specified by an external Groovy class.classPromoteUrlsAction 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.classRemoveUrlsAction 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.classReplaceQueryTermAction to replace a specified term within the users query before running it.classSetQueryAction to set the query to the given value, replacing any previously specified by the user.classTransformQueryAction 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. actionsThe actual actions contained within the setprivate java.util.List<Action>TriggerActions. actionsSet of actions for theTriggerMethods 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 theTriggerMethod parameters in com.funnelback.publicui.search.model.curator.config with type arguments of type Action Modifier and Type Method Description voidActionSet. setActions(java.util.List<Action> actions)The actual actions contained within the setvoidTriggerActions. setActions(java.util.List<Action> actions)Set of actions for theTrigger
-