Uses of Class
org.eclipse.lyo.store.ModelUnmarshallingException
Packages that use ModelUnmarshallingException
-
Uses of ModelUnmarshallingException in org.eclipse.lyo.store
Methods in org.eclipse.lyo.store that throw ModelUnmarshallingExceptionModifier and TypeMethodDescription<T extends IResource>
TStore.getResource(URI namedGraphUri, URI uri, Class<T> clazz) Retrieve a singleIResourceinstance 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 ofIResourceinstances 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
Methods in org.eclipse.lyo.store.internals that throw ModelUnmarshallingExceptionModifier 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)