Class Summary |
ComposedQuery |
This kind of query is only an aggregation of query using a n-ary boolean operator to combine them. |
ElementaryQuery |
This kind of query is simply not a ComposedQuery. |
ObjectFactory |
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.weblab_project.core.model.query package. |
Query |
A query is a resource which contains request data. |
ResultSet |
A ResultSet is specific resource to described result of a Query. |
SimilarityQuery |
This query is dedicated for search by similarity and thus its content is one or more resources. |
StringQuery |
This query is dedicated for any query expression language which can be expressed in a simple string such as full text queries, XQuery or SPARQL. |