Uses of Class
org.apache.stanbol.entityhub.servicesapi.query.UnsupportedQueryTypeException

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.
 



Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.