Uses of Class
org.eclipse.lyo.store.StoreAccessException
-
Uses of StoreAccessException in org.eclipse.lyo.store
Modifier and TypeMethodDescriptiondefault <T extends IResource>
booleanStore.appendResource
(URI namedGraphUri, T resource) Adds an OSLCIResource
instance 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 OSLCIResource
instances 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 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.boolean
Store.insertResources
(URI namedGraphUri, Object... resources) Insert Jena models representations of OSLCIResource
instances into the named graph.<T extends IResource>
booleanStore.putResources
(URI namedGraphUri, Collection<T> resources) Inserts OSLCIResource
instances into the triplestore in the designed namedGraph.<T extends IResource>
booleanStore.updateResources
(URI namedGraphUri, T... resources) Insert Jena models representations of OSLCIResource
instances into the named graph. -
Uses of StoreAccessException in org.eclipse.lyo.store.internals
Modifier 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) boolean
SparqlStoreImpl.insertResources
(URI namedGraph, Object... resources) <T extends IResource>
booleanSparqlStoreImpl.putResources
(URI uri, Collection<T> resources) <T extends IResource>
booleanSparqlStoreImpl.updateResources
(URI namedGraphUri, T... resources)