public interface Query
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
IndexCollection |
getIndexCollection()
Gets the
IndexCollection |
boolean |
getMatchOptions()
Gets
matchAll boolean. |
IndexCollection getIndexCollection()
IndexCollectionIndexCollection containing query criteria.boolean getMatchOptions()
matchAll boolean.matchAll is true returned objects must match every IndexValue. If matchAll is false,
objects can match any IndexValue.