Uses of Class
net.anotheria.anodoc.query2.QueryResultEntry
-
Packages that use QueryResultEntry Package Description net.anotheria.anodoc.query2 net.anotheria.anodoc.query2.string -
-
Uses of QueryResultEntry in net.anotheria.anodoc.query2
Methods in net.anotheria.anodoc.query2 that return types with arguments of type QueryResultEntry Modifier and Type Method Description java.util.List<QueryResultEntry>QueryResult. getEntries()Returns the entries.java.util.List<QueryResultEntry>DocumentQuery. match(DataObject doc)Returns a list of possible results for an object.Methods in net.anotheria.anodoc.query2 with parameters of type QueryResultEntry Modifier and Type Method Description voidQueryResult. add(QueryResultEntry entry)Adds a result entry.Method parameters in net.anotheria.anodoc.query2 with type arguments of type QueryResultEntry Modifier and Type Method Description voidQueryResult. add(java.util.List<QueryResultEntry> someEntries)Adds some result entries. -
Uses of QueryResultEntry in net.anotheria.anodoc.query2.string
Methods in net.anotheria.anodoc.query2.string that return types with arguments of type QueryResultEntry Modifier and Type Method Description java.util.List<QueryResultEntry>ContainsStringQuery. match(DataObject obj)Returns a list of possible results for an object.java.util.List<QueryResultEntry>ContainsWordsQuery. match(Document doc)match.java.util.List<QueryResultEntry>ContainsWordsQuery. match(DataObject obj)Returns a list of possible results for an object.java.util.List<QueryResultEntry>SimpleContainsStringQuery. match(DataObject obj)Returns a list of possible results for an object.
-