| Modifier and Type | Method and Description |
|---|---|
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). |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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> |
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<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<Entity> |
SiteManager.findEntities(FieldQuery query)
Returns the Entities that confirm to the parsed Query
|
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> |
EntitySearcher.findEntities(FieldQuery query)
Searches for Entities based on the parsed
FieldQuery |
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). |
| Modifier and Type | Method and Description |
|---|---|
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-2014 The Apache Software Foundation. All Rights Reserved.