Uses of Class
org.apache.stanbol.enhancer.servicesapi.NoSuchPartException

Packages that use NoSuchPartException
org.apache.stanbol.enhancer.servicesapi Stanbol Enhancer services API 
org.apache.stanbol.enhancer.servicesapi.helper   
 

Uses of NoSuchPartException in org.apache.stanbol.enhancer.servicesapi
 

Methods in org.apache.stanbol.enhancer.servicesapi that throw NoSuchPartException
<T> T
ContentItem.getPart(int index, java.lang.Class<T> clazz)
          A content item may consists of multiple parts, while the part with index 0 should always be a blob, higher position may be used by Enhancer to story arbitrary objects, such objects can be used for accessing the precomputations of EnhancementEngines previous in the chain.
<T> T
ContentItem.getPart(org.apache.clerezza.rdf.core.UriRef uri, java.lang.Class<T> clazz)
          Each part of the content item has a URI.
 org.apache.clerezza.rdf.core.UriRef ContentItem.getPartUri(int index)
          Get the uri of the part at the specified index
 

Uses of NoSuchPartException in org.apache.stanbol.enhancer.servicesapi.helper
 

Methods in org.apache.stanbol.enhancer.servicesapi.helper that throw NoSuchPartException
<T> T
ContentItemImpl.getPart(int index, java.lang.Class<T> clazz)
           
<T> T
ContentItemImpl.getPart(org.apache.clerezza.rdf.core.UriRef uri, java.lang.Class<T> clazz)
           
 org.apache.clerezza.rdf.core.UriRef ContentItemImpl.getPartUri(int index)
           
 



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