Uses of Interface
org.elasticsearch.action.support.ActionFilter
-
Packages that use ActionFilter Package Description org.elasticsearch.action.support org.elasticsearch.plugins -
-
Uses of ActionFilter in org.elasticsearch.action.support
Classes in org.elasticsearch.action.support that implement ActionFilter Modifier and Type Class Description static classActionFilter.SimpleA simple base class for injectable action filters that spares the implementation from handling the filter chain.Methods in org.elasticsearch.action.support that return ActionFilter Modifier and Type Method Description ActionFilter[]ActionFilters. filters()Returns the action filters that have been injectedConstructor parameters in org.elasticsearch.action.support with type arguments of type ActionFilter Constructor Description ActionFilters(Set<ActionFilter> actionFilters) -
Uses of ActionFilter in org.elasticsearch.plugins
Methods in org.elasticsearch.plugins that return types with arguments of type ActionFilter Modifier and Type Method Description default List<ActionFilter>ActionPlugin. getActionFilters()ActionType filters added by this plugin.
-