Uses of Interface
org.apache.stanbol.entityhub.servicesapi.query.QueryResultList

Packages that use QueryResultList
org.apache.stanbol.entityhub.servicesapi   
org.apache.stanbol.entityhub.servicesapi.query   
org.apache.stanbol.entityhub.servicesapi.site   
org.apache.stanbol.entityhub.servicesapi.yard   
 

Uses of QueryResultList in org.apache.stanbol.entityhub.servicesapi
 

Methods in org.apache.stanbol.entityhub.servicesapi that return QueryResultList
 QueryResultList<Representation> Entityhub.find(FieldQuery query)
          Searches for symbols based on the parsed FieldQuery and returns representations as defined by the selected fields of the query.
 QueryResultList<Entity> Entityhub.findEntities(FieldQuery query)
          Searches for Signs based on the parsed FieldQuery and returns the selected Signs including the whole representation.
 QueryResultList<String> Entityhub.findEntityReferences(FieldQuery query)
          Searches for symbols based on the parsed FieldQuery and returns the references (ids).
 

Uses of QueryResultList in org.apache.stanbol.entityhub.servicesapi.query
 

Methods in org.apache.stanbol.entityhub.servicesapi.query that return QueryResultList
 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.
 

Uses of QueryResultList in org.apache.stanbol.entityhub.servicesapi.site
 

Methods in org.apache.stanbol.entityhub.servicesapi.site that return QueryResultList
 QueryResultList<Representation> SiteManager.find(FieldQuery query)
          Searches for Entities based on the parsed query and returns representations including the selected fields and filtered values
 QueryResultList<Representation> EntitySearcher.find(FieldQuery query)
          Searches for Entities based on the parsed FieldQuery and returns for each entity an Representation over the selected fields and values
 QueryResultList<Representation> Site.find(FieldQuery query)
          Searches for entities based on the parsed FieldQuery and returns representations as defined by the selected fields of the query.
 QueryResultList<Entity> SiteManager.findEntities(FieldQuery query)
          Returns the Entities that confirm to the parsed Query
 QueryResultList<String> EntitySearcher.findEntities(FieldQuery query)
          Searches for Entities based on the parsed FieldQuery
 QueryResultList<Entity> Site.findEntities(FieldQuery query)
          Searches for Entities based on the parsed FieldQuery and returns the selected Entities including the whole representation.
 QueryResultList<String> SiteManager.findIds(FieldQuery query)
          Searches for Entities based on the parsed query and returns the ids.
 QueryResultList<String> Site.findReferences(FieldQuery query)
          Searches for entities based on the parsed FieldQuery and returns the references (ids).
 

Uses of QueryResultList in org.apache.stanbol.entityhub.servicesapi.yard
 

Methods in org.apache.stanbol.entityhub.servicesapi.yard that return QueryResultList
 QueryResultList<Representation> Yard.find(FieldQuery query)
          Getter for a view onto the Representations selected by the Query.
 QueryResultList<String> Yard.findReferences(FieldQuery query)
          Finds all representations base on the parse query.
 QueryResultList<Representation> Yard.findRepresentation(FieldQuery query)
          Searches for all the Representation fulfilling the constraints of the query and returns the (whole) representation as stored in the Yard.
 



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