public interface EntityQuery extends Query
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
| Modifier and Type | Method and Description |
|---|---|
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.
|
String getName()
boolean isPrefix()
"^"+getName()+".*$"String getEntityType()
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.