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

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

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

Subclasses of SiteException in org.apache.stanbol.entityhub.servicesapi.site
 class ManagedSiteException
           
 

Methods in org.apache.stanbol.entityhub.servicesapi.site that throw SiteException
 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-2013 The Apache Software Foundation. All Rights Reserved.