|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EntityQuery
A simple Search service that is intended for Entity lookup based on
Results of such queries will be Representation with the
following fields
Enum.name()
Specific implementations may add additional fields. All fields MUST BE part
of the list returned by QueryResultList.getSelectedFields().
TODO: define the URIs of the results
| Method Summary | |
|---|---|
String |
getEntityType()
The type of the entity TODO: currently symbols define only a required name and description, but often it is also the type that is used to filter individuals. |
String |
getName()
Getter for the name/name fragment of the entity to search |
boolean |
isPrefix()
If Prefix is enabled, the parsed name is interpreted as prefix. |
| Methods inherited from interface org.apache.stanbol.entityhub.servicesapi.query.Query |
|---|
clone, getLimit, getOffset, getQueryType, setLimit, setOffset |
| Method Detail |
|---|
String getName()
boolean isPrefix()
"^"+getName()+".*$"
String getEntityType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||