Uses of Class
org.eclipse.lyo.store.StoreAccessException
Packages that use StoreAccessException
-
Uses of StoreAccessException in org.eclipse.lyo.store
Methods in org.eclipse.lyo.store that throw StoreAccessExceptionModifier and TypeMethodDescriptiondefault <T extends IResource>
booleanStore.appendResource(URI namedGraphUri, T resource) Adds an OSLCIResourceinstance in addition to other instances already present on this named graph into the triplestore.<T extends IResource>
booleanStore.appendResources(URI namedGraphUri, Collection<T> resources) Adds OSLCIResourceinstances in addition to other instances already present on this named graph into the triplestore.<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.booleanStore.insertResources(URI namedGraphUri, Object... resources) Insert Jena models representations of OSLCIResourceinstances into the named graph.<T extends IResource>
booleanStore.putResources(URI namedGraphUri, Collection<T> resources) Inserts OSLCIResourceinstances into the triplestore in the designed namedGraph.<T extends IResource>
booleanStore.updateResources(URI namedGraphUri, T... resources) Insert Jena models representations of OSLCIResourceinstances into the named graph. -
Uses of StoreAccessException in org.eclipse.lyo.store.internals
Methods in org.eclipse.lyo.store.internals that throw StoreAccessExceptionModifier and TypeMethodDescription<T extends IResource>
booleanSparqlStoreImpl.appendResources(URI namedGraph, Collection<T> resources) <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) booleanSparqlStoreImpl.insertResources(URI namedGraph, Object... resources) <T extends IResource>
booleanSparqlStoreImpl.putResources(URI uri, Collection<T> resources) <T extends IResource>
booleanSparqlStoreImpl.updateResources(URI namedGraphUri, T... resources)