Uses of Class
org.apache.stanbol.entityhub.servicesapi.site.ReferencedSiteException

Packages that use ReferencedSiteException
org.apache.stanbol.entityhub.servicesapi.site   
 

Uses of ReferencedSiteException in org.apache.stanbol.entityhub.servicesapi.site
 

Methods in org.apache.stanbol.entityhub.servicesapi.site that throw ReferencedSiteException
 QueryResultList<Representation> ReferencedSite.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> ReferencedSite.findEntities(FieldQuery query)
          Searches for Entities based on the parsed FieldQuery and returns the selected Entities including the whole representation.
 QueryResultList<String> ReferencedSite.findReferences(FieldQuery query)
          Searches for entities based on the parsed FieldQuery and returns the references (ids).
 InputStream ReferencedSite.getContent(String id, String contentType)
          Getter for the Content of the Entity
 Entity ReferencedSite.getEntity(String id)
          Getter for the Entity by the id
 



Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.