Uses of Class
org.eclipse.lyo.store.ModelUnmarshallingException
-
Uses of ModelUnmarshallingException in org.eclipse.lyo.store
Modifier and TypeMethodDescription<T extends IResource>
TStore.getResource
(URI namedGraphUri, URI uri, Class<T> clazz) Retrieve a singleIResource
instance specified by the concrete type, unmarshaled from the RDF graph persisted in the triplestore under the given named graph.Store.getResources
(URI namedGraphUri, Class<T> clazz) Retrieve the collection ofIResource
instances specified by the concrete type, unmarshaled from the RDF graph persisted in the triplestore under the given named graph.Store.getResources
(URI namedGraphUri, Class<T> clazz, int limit, int offset) Alternative toStore.getResources(URI, Class)
with paging on the OSLC resource level.Store.getResources
(URI namedGraphUri, Class<T> clazz, String prefixes, String where, String searchTerms, int limit, int offset) Alternative toStore.getResources(URI, Class)
with paging on the OSLC resource level.Store.getResources
(URI namedGraphUri, Class<T> clazz, String prefixes, String where, String searchTerms, int limit, int offset, List<String> additionalDistinctVars, org.apache.jena.arq.querybuilder.SelectBuilder additionalQueryFilter) Alternative toStore.getResources(URI, Class, String, String, String, int, int)
with additional parameters for inlined resources. -
Uses of ModelUnmarshallingException in org.eclipse.lyo.store.internals
Modifier and TypeMethodDescription<T extends IResource>
TSparqlStoreImpl.getResource
(URI namedGraphUri, URI resourceUri, Class<T> clazz) SparqlStoreImpl.getResources
(URI namedGraph, Class<T> clazz) SparqlStoreImpl.getResources
(URI namedGraph, Class<T> clazz, int limit, int offset) SparqlStoreImpl.getResources
(URI namedGraph, Class<T> clazz, String prefixes, String where, String searchTerms, int limit, int offset) SparqlStoreImpl.getResources
(URI namedGraph, Class<T> clazz, String prefixes, String where, String searchTerms, int limit, int offset, List<String> additionalDistinctVars, org.apache.jena.arq.querybuilder.SelectBuilder additionalQueryFilter)