public class CompositeQueryIndexProvider extends Object implements QueryIndexProvider
QueryIndexProvider
aggregates a list of query index providers
into a single query index provider.Constructor and Description |
---|
CompositeQueryIndexProvider(QueryIndexProvider... providers) |
Modifier and Type | Method and Description |
---|---|
static QueryIndexProvider |
compose(Collection<QueryIndexProvider> providers) |
List<? extends QueryIndex> |
getQueryIndexes(NodeState nodeState)
Get the currently configured indexes.
|
String |
toString() |
public CompositeQueryIndexProvider(QueryIndexProvider... providers)
public static QueryIndexProvider compose(Collection<QueryIndexProvider> providers)
public List<? extends QueryIndex> getQueryIndexes(NodeState nodeState)
QueryIndexProvider
getQueryIndexes
in interface QueryIndexProvider
nodeState
- the node state of the root"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"