|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
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> |
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 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||