Uses of Class
org.apache.stanbol.entityhub.servicesapi.EntityhubException

Packages that use EntityhubException
org.apache.stanbol.entityhub.servicesapi   
org.apache.stanbol.entityhub.servicesapi.site   
org.apache.stanbol.entityhub.servicesapi.yard   
 

Uses of EntityhubException in org.apache.stanbol.entityhub.servicesapi
 

Methods in org.apache.stanbol.entityhub.servicesapi that throw EntityhubException
 Entity Entityhub.delete(String id)
          Deletes the Entity with the parsed id.
 QueryResultList<Representation> Entityhub.find(FieldQuery query)
          Searches for symbols based on the parsed FieldQuery and returns representations as defined by the selected fields of the query.
 QueryResultList<Entity> Entityhub.findEntities(FieldQuery query)
          Searches for Signs based on the parsed FieldQuery and returns the selected Signs including the whole representation.
 QueryResultList<String> Entityhub.findEntityReferences(FieldQuery query)
          Searches for symbols based on the parsed FieldQuery and returns the references (ids).
 Entity Entityhub.getEntity(String entityId)
          Getter for an Entity managed by the Entityhub.
 Entity Entityhub.getMappingById(String id)
          Getter for a MappedEntity based on the ID of the mapping itself.
 Entity Entityhub.getMappingBySource(String source)
          Getter for all mappings by the ID of the source.
 Collection<Entity> Entityhub.getMappingsByTarget(String entityId)
          Getter for all the mappings by the id of the target.
 Entity Entityhub.importEntity(String reference)
          Imports an Entity from a referenced site to the Entityhub.
 boolean Entityhub.isRepresentation(String id)
          Checks if an Entity with the parsed id is managed by the Entityhub.
 Entity Entityhub.lookupLocalEntity(String reference)
          Getter for the locally managed Entity based on a reference to a Entity.
 Entity Entityhub.lookupLocalEntity(String reference, boolean create)
          Getter for the locally managed Entity based on a reference to a Entity.
 Entity Entityhub.setState(String id, ManagedEntityState state)
          Setter for the state of an Entity.
 Entity Entityhub.store(Representation representation)
          Stores (create or updates) the parsed representation within the Entityhub.
 

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

Subclasses of EntityhubException in org.apache.stanbol.entityhub.servicesapi.site
 class ReferencedSiteException
           
 

Uses of EntityhubException in org.apache.stanbol.entityhub.servicesapi.yard
 

Subclasses of EntityhubException in org.apache.stanbol.entityhub.servicesapi.yard
 class YardException
          Used to indicate an error while performing an operation on a yard
 



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