Uses of Class
cz.cvut.kbss.ontodriver.rdf4j.exception.Rdf4jDriverException
Packages that use Rdf4jDriverException
Package
Description
-
Uses of Rdf4jDriverException in cz.cvut.kbss.ontodriver.rdf4j
Methods in cz.cvut.kbss.ontodriver.rdf4j that throw Rdf4jDriverExceptionModifier and TypeMethodDescriptionvoidRdf4jConnection.commitIfAuto()voidProcedure.execute()Executes the procedure.Collection<Axiom<?>>Rdf4jProperties.getProperties(NamedResource individual, URI context, boolean includeInferred) voidRdf4jDataSource.setRepository(org.eclipse.rdf4j.repository.Repository repository) Sets the underlying repository. -
Uses of Rdf4jDriverException in cz.cvut.kbss.ontodriver.rdf4j.connector
Methods in cz.cvut.kbss.ontodriver.rdf4j.connector that throw Rdf4jDriverExceptionModifier and TypeMethodDescriptionorg.eclipse.rdf4j.repository.RepositoryConnectionRdf4jConnectionProvider.acquireConnection()org.eclipse.rdf4j.repository.RepositoryConnectionStorageConnector.acquireConnection()voidRepoConnection.addStatements(Collection<org.eclipse.rdf4j.model.Statement> statements) Adds the specified statements to the underlying repository.voidStorageConnection.addStatements(Collection<org.eclipse.rdf4j.model.Statement> statements) voidRepoConnection.begin()Explicitly starts a transaction.voidStorageConnection.begin()voidStorageConnection.close()voidRepoConnection.commit()Commits the changes made since transaction beginning.voidStorageConnection.commit()booleanRepoConnection.containsStatement(org.eclipse.rdf4j.model.Resource subject, org.eclipse.rdf4j.model.IRI property, org.eclipse.rdf4j.model.Value value, boolean includeInferred, Set<org.eclipse.rdf4j.model.IRI> contexts) Checks whether the repository contains any statements matching the specified criteria.booleanStorageConnection.containsStatement(org.eclipse.rdf4j.model.Resource subject, org.eclipse.rdf4j.model.IRI property, org.eclipse.rdf4j.model.Value value, boolean includeInferred, Set<org.eclipse.rdf4j.model.IRI> contexts) ConnectionFactory.createStorageConnection()Creates a storage connection.ConnectionFactoryImpl.createStorageConnection()booleanStatementExecutor.executeBooleanQuery(QuerySpecification query) Executes the specified boolean query.booleanStorageConnection.executeBooleanQuery(QuerySpecification query) org.eclipse.rdf4j.query.TupleQueryResultStatementExecutor.executeSelectQuery(QuerySpecification query) Executes the specified query and returns result in form of a RDF4J query result.org.eclipse.rdf4j.query.TupleQueryResultStorageConnection.executeSelectQuery(QuerySpecification query) voidStatementExecutor.executeUpdate(QuerySpecification query) Executes the specified update query.voidStorageConnection.executeUpdate(QuerySpecification query) Collection<org.eclipse.rdf4j.model.Statement>RepoConnection.findStatements(org.eclipse.rdf4j.model.Resource subject, org.eclipse.rdf4j.model.IRI property, org.eclipse.rdf4j.model.Value value, boolean includeInferred) Finds statements corresponding to the specified criteria.Collection<org.eclipse.rdf4j.model.Statement>RepoConnection.findStatements(org.eclipse.rdf4j.model.Resource subject, org.eclipse.rdf4j.model.IRI property, org.eclipse.rdf4j.model.Value value, boolean includeInferred, Set<org.eclipse.rdf4j.model.IRI> contexts) Finds statements corresponding to the specified criteria.Collection<org.eclipse.rdf4j.model.Statement>StorageConnection.findStatements(org.eclipse.rdf4j.model.Resource subject, org.eclipse.rdf4j.model.IRI property, org.eclipse.rdf4j.model.Value value, boolean includeInferred) Collection<org.eclipse.rdf4j.model.Statement>StorageConnection.findStatements(org.eclipse.rdf4j.model.Resource subject, org.eclipse.rdf4j.model.IRI property, org.eclipse.rdf4j.model.Value value, boolean includeInferred, Set<org.eclipse.rdf4j.model.IRI> context) List<org.eclipse.rdf4j.model.Resource>RepoConnection.getContexts()Gets resources representing currently existing contexts in the repository.List<org.eclipse.rdf4j.model.Resource>StorageConnection.getContexts()voidStorageConnector.initializeRepository()booleanGraphDBStorageConnection.isInferred(org.eclipse.rdf4j.model.Statement statement, Set<org.eclipse.rdf4j.model.IRI> contexts) booleanRepoConnection.isInferred(org.eclipse.rdf4j.model.Statement statement, Set<org.eclipse.rdf4j.model.IRI> contexts) Checks whether the specified statement is inferred by the repository.booleanStorageConnection.isInferred(org.eclipse.rdf4j.model.Statement statement, Set<org.eclipse.rdf4j.model.IRI> contexts) voidRepoConnection.removePropertyValues(Collection<SubjectPredicateContext> spc) Removes statements that have the specified subject and predicate pairs.voidStorageConnection.removePropertyValues(Collection<SubjectPredicateContext> spc) voidRepoConnection.removeStatements(Collection<org.eclipse.rdf4j.model.Statement> statements) Removes the specified statements from the underlying repository.voidStorageConnection.removeStatements(Collection<org.eclipse.rdf4j.model.Statement> statements) voidRepoConnection.rollback()Rolls back changes made since transaction beginning.voidStorageConnection.rollback()voidConnectionFactory.setRepository(org.eclipse.rdf4j.repository.Repository repository) Sets the underlying repository.protected <R> RStorageConnection.withConnection(ThrowingFunction<org.eclipse.rdf4j.repository.RepositoryConnection, R> call) Constructors in cz.cvut.kbss.ontodriver.rdf4j.connector that throw Rdf4jDriverExceptionModifierConstructorDescriptionGraphDBStorageConnection(StorageConnector storageConnector, org.eclipse.rdf4j.common.transaction.IsolationLevel isolationLevel) StorageConnector(DriverConfiguration configuration) -
Uses of Rdf4jDriverException in cz.cvut.kbss.ontodriver.rdf4j.connector.init
Methods in cz.cvut.kbss.ontodriver.rdf4j.connector.init that throw Rdf4jDriverExceptionConstructors in cz.cvut.kbss.ontodriver.rdf4j.connector.init that throw Rdf4jDriverException -
Uses of Rdf4jDriverException in cz.cvut.kbss.ontodriver.rdf4j.container
Methods in cz.cvut.kbss.ontodriver.rdf4j.container that throw Rdf4jDriverExceptionModifier and TypeMethodDescriptionContainerHandler.loadContainer(ContainerDescriptor descriptor) Loads the content of a container corresponding to the specified description.<T> voidContainerHandler.persistContainer(ContainerValueDescriptor<T> descriptor) Creates a new container and fills it with the specified values.<T> voidContainerHandler.updateContainer(ContainerValueDescriptor<T> descriptor) Updates the content of an existing container corresponding to the specified descriptor. -
Uses of Rdf4jDriverException in cz.cvut.kbss.ontodriver.rdf4j.list
Methods in cz.cvut.kbss.ontodriver.rdf4j.list that throw Rdf4jDriverExceptionModifier and TypeMethodDescriptionprotected voidReferencedListHandler.clearList(ReferencedListValueDescriptor<?> listDescriptor) protected voidSimpleListHandler.clearList(SimpleListValueDescriptor listValueDescriptor) We are using this code instead of iterator.remove for performance reasons.protected org.eclipse.rdf4j.model.IRIReferencedListHandler.createListHead(ReferencedListValueDescriptor<?> listValueDescriptor, Collection<org.eclipse.rdf4j.model.Statement> statements) protected List<org.eclipse.rdf4j.model.Statement>ReferencedListHandler.createListRest(org.eclipse.rdf4j.model.IRI headNode, ReferencedListValueDescriptor<?> listValueDescriptor) ReferencedListHandler.loadList(ReferencedListDescriptor listDescriptor) Loads axioms representing list described by the specified list descriptor.SimpleListHandler.loadList(SimpleListDescriptor listDescriptor) Loads axioms representing list described by the specified list descriptor.protected voidReferencedListHandler.mergeList(ReferencedListValueDescriptor<?> listDescriptor) protected voidSimpleListHandler.mergeList(SimpleListValueDescriptor listDescriptor) -
Uses of Rdf4jDriverException in cz.cvut.kbss.ontodriver.rdf4j.loader
Methods in cz.cvut.kbss.ontodriver.rdf4j.loader that throw Rdf4jDriverExceptionModifier and TypeMethodDescriptionCollection<Axiom<?>>DefaultContextInferenceStatementLoader.loadAxioms(Set<URI> contexts) Collection<Axiom<?>>GraphDBStatementLoader.loadAxioms(Set<URI> contexts) Collection<Axiom<?>>StatementLoader.loadAxioms(AxiomDescriptor descriptor, Map<org.eclipse.rdf4j.model.IRI, Assertion> properties) Collection<Axiom<?>>StatementLoader.loadAxioms(Set<URI> contexts) -
Uses of Rdf4jDriverException in cz.cvut.kbss.ontodriver.rdf4j.util
Methods in cz.cvut.kbss.ontodriver.rdf4j.util that throw Rdf4jDriverExceptionModifier and TypeMethodDescriptionApply the function to the specified argument.Collection<org.eclipse.rdf4j.model.Value>ListElementStorageHelper.toRdf4jValue(Assertion a, Object value) Maps the specified assertion value to RDF4J value(s).org.eclipse.rdf4j.model.ValueValueConverter.toRdf4jValue(Assertion assertion, Value<?> val) org.eclipse.rdf4j.model.ValueValueConverter.toRdf4jValue(Assertion assertion, Object val) -
Uses of Rdf4jDriverException in cz.cvut.kbss.ontodriver.virtuoso.connector
Methods in cz.cvut.kbss.ontodriver.virtuoso.connector that throw Rdf4jDriverExceptionModifier and TypeMethodDescriptionorg.eclipse.rdf4j.repository.RepositoryConnectionVirtuosoStorageConnector.acquireConnection()