public interface Filter
Modifier and Type | Interface and Description |
---|---|
static interface |
Filter.Results
The results of a
filter(IndexConstraints) operation that contains the nodes that satisfy the
supplied constraints . |
Modifier and Type | Method and Description |
---|---|
Filter.Results |
filter(IndexConstraints constraints)
Return a
Filter.Results instance from which ModeShape can obtain the nodes that satisfy the supplied constraints. |
Filter.Results filter(IndexConstraints constraints)
Filter.Results
instance from which ModeShape can obtain the nodes that satisfy the supplied constraints. This
method should return quickly, since no work (or at least very little work) should be done. All of the work should be
performed when the Filter.Results.getNextBatch(ResultWriter, int)
method is called on the results.constraints
- the constraints to be applied by this index; never nullCopyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.