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

Packages that use FieldQuery
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 FieldQuery in org.apache.stanbol.entityhub.servicesapi
 

Methods in org.apache.stanbol.entityhub.servicesapi with parameters of type FieldQuery
 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 FieldQuery in org.apache.stanbol.entityhub.servicesapi.query
 

Methods in org.apache.stanbol.entityhub.servicesapi.query with type parameters of type FieldQuery
<T extends FieldQuery>
T
FieldQuery.copyTo(T copyTo)
          Copies the state of this instance to the parsed one
 

Methods in org.apache.stanbol.entityhub.servicesapi.query that return FieldQuery
 FieldQuery FieldQuery.clone()
          Clones the FieldQuery
 FieldQuery FieldQueryFactory.createFieldQuery()
          Creates a new field query instance without any constraints or selected fields
 FieldQuery QueryResultList.getQuery()
          Getter for the query of this result set.
 

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

Methods in org.apache.stanbol.entityhub.servicesapi.site with parameters of type FieldQuery
 QueryResultList<Representation> ReferencedSiteManager.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> ReferencedSite.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> ReferencedSiteManager.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> ReferencedSite.findEntities(FieldQuery query)
          Searches for Entities based on the parsed FieldQuery and returns the selected Entities including the whole representation.
 QueryResultList<String> ReferencedSiteManager.findIds(FieldQuery query)
          Searches for Entities based on the parsed query and returns the ids.
 QueryResultList<String> ReferencedSite.findReferences(FieldQuery query)
          Searches for entities based on the parsed FieldQuery and returns the references (ids).
 

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

Methods in org.apache.stanbol.entityhub.servicesapi.yard with parameters of type FieldQuery
 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-2012 The Apache Software Foundation. All Rights Reserved.