|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
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. |
|
|
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 | ||
|---|---|---|
|
ContentItemImpl.getPart(int index,
java.lang.Class<T> clazz)
|
|
|
ContentItemImpl.getPart(org.apache.clerezza.rdf.core.UriRef uri,
java.lang.Class<T> clazz)
|
|
org.apache.clerezza.rdf.core.UriRef |
ContentItemImpl.getPartUri(int index)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||