| Package | Description |
|---|---|
| org.apache.stanbol.entityhub.servicesapi.site |
| Modifier and Type | Class and Description |
|---|---|
class |
ManagedSiteException |
| Modifier and Type | Method and Description |
|---|---|
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> |
Site.findEntities(FieldQuery query)
Searches for Entities based on the parsed
FieldQuery and returns
the selected Entities including the whole representation. |
QueryResultList<String> |
Site.findReferences(FieldQuery query)
Searches for entities based on the parsed
FieldQuery and returns
the references (ids). |
InputStream |
Site.getContent(String id,
String contentType)
Getter for the Content of the Entity
|
Entity |
Site.getEntity(String id)
Getter for the Entity by the id
|
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.