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

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

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

Methods in org.apache.stanbol.entityhub.servicesapi.site that throw ManagedSiteException
 void ManagedSite.delete(String id)
          Deletes the Entity with the parsed id.
 void ManagedSite.deleteAll()
          Deletes all Entities and their Mappings from the Entityhub.
 void ManagedSite.store(Iterable<Representation> representation)
          Stores (create or updates) the parsed representations.
 void ManagedSite.store(Representation representation)
          Stores (create or updates) the parsed representation.
 



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