|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotFoundException | |
---|---|
thewebsemantic | |
thewebsemantic.binding |
Uses of NotFoundException in thewebsemantic |
---|
Methods in thewebsemantic that throw NotFoundException | ||
---|---|---|
|
RDF2Bean.load(java.lang.Class<T> c,
int id)
same as load(String) overloaded for id's of type integer. |
|
|
RDF2Bean.load(java.lang.Class<T> c,
java.lang.String id)
Loads an ontology individual as a java bean, based on annotations or bindings applied to Class c. |
|
|
Includer.load(java.lang.Class<T> c,
java.lang.String id)
|
|
protected
|
RDF2Bean.load(java.lang.Class<T> c,
java.lang.String id,
boolean shallow)
|
|
|
RDF2Bean.load(java.lang.Class<T> c,
java.lang.String id,
java.lang.String[] includes)
Similar to load(Class, String), with the ability to include non-functional Collection based properties. |
|
java.lang.Object |
RDF2Bean.load(java.lang.Object target)
Loads an object from model with the same identifier as target. |
|
T |
RdfBean.load(java.lang.String id)
|
|
|
RDF2Bean.loadDeep(java.lang.Class<T> c,
int id)
loadDeep will load a particular individual and all it's properties, recursively. |
|
|
RDF2Bean.loadDeep(java.lang.Class<T> c,
java.lang.String id)
Same as loadDeep(Class, String) overloaded for id's of type integer. |
|
T |
RdfBean.refresh()
|
Uses of NotFoundException in thewebsemantic.binding |
---|
Methods in thewebsemantic.binding that throw NotFoundException | ||
---|---|---|
static
|
Jenabean.load(java.lang.Class<E> c,
int id)
|
|
static
|
Jenabean.load(java.lang.Class<E> c,
java.lang.String id)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |