|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnsupportedQueryTypeException | |
|---|---|
| org.apache.stanbol.entityhub.servicesapi.query | |
| Uses of UnsupportedQueryTypeException in org.apache.stanbol.entityhub.servicesapi.query |
|---|
| Methods in org.apache.stanbol.entityhub.servicesapi.query that throw UnsupportedQueryTypeException | |
|---|---|
QueryResultList<? extends Representation> |
QueryService.find(Query query)
Searches for entities based on the parsed FieldQuery and returns
representations as defined by the selected fields of the query. |
QueryResultList<String> |
QueryService.findReferences(Query query)
Searches for entities based on the parsed FieldQuery and returns
the references (ids). |
QueryResultList<? extends Entity> |
QueryService.findSigns(Query query)
Searches for Signs based on the parsed FieldQuery and returns
the selected Signs including the whole representation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||