| java.lang.Object org.openrdf.repository.base.RepositoryConnectionBase org.openrdf.repository.http.HTTPRepositoryConnection
HTTPRepositoryConnection | class HTTPRepositoryConnection extends RepositoryConnectionBase (Code) | | RepositoryConnection that communicates with a server using the HTTP protocol.
Methods in this class may throw the specific RepositoryException subclasses
UnautorizedException and NotAllowedException, the semantics of which are
defined by the HTTP protocol.
See Also: org.openrdf.http.protocol.UnauthorizedException See Also: org.openrdf.http.protocol.NotAllowedException author: Arjohn Kampman author: Herko ter Horst |
Method Summary | |
protected void | addInputStreamOrReader(Object inputStreamOrReader, String baseURI, RDFFormat dataFormat, Resource... contexts) | protected void | addWithoutCommit(Resource subject, URI predicate, Value object, Resource... contexts) | public void | clear(Resource... contexts) | public void | clearNamespaces() | public void | close() | public void | commit() | protected RepositoryResult<E> | createRepositoryResult(Iterable<? extends E> elements) Creates a RepositoryResult for the supplied element set. | public void | exportStatements(Resource subj, URI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts) | public RepositoryResult<Resource> | getContextIDs() | public String | getNamespace(String prefix) | public RepositoryResult<Namespace> | getNamespaces() | public HTTPRepository | getRepository() | public RepositoryResult<Statement> | getStatements(Resource subj, URI pred, Value obj, boolean includeInferred, Resource... contexts) | public BooleanQuery | prepareBooleanQuery(QueryLanguage ql, String queryString, String baseURI) | public GraphQuery | prepareGraphQuery(QueryLanguage ql, String queryString, String baseURI) | public Query | prepareQuery(QueryLanguage ql, String queryString, String baseURI) Unsupported method, throws an
UnsupportedOperationException . | public TupleQuery | prepareTupleQuery(QueryLanguage ql, String queryString, String baseURI) | public void | removeNamespace(String prefix) | protected void | removeWithoutCommit(Resource subject, URI predicate, Value object, Resource... contexts) | public void | rollback() | public void | setNamespace(String prefix, String name) | public long | size(Resource... contexts) |
createRepositoryResult | protected RepositoryResult<E> createRepositoryResult(Iterable<? extends E> elements)(Code) | | Creates a RepositoryResult for the supplied element set.
|
rollback | public void rollback()(Code) | | |
Fields inherited from org.openrdf.repository.base.RepositoryConnectionBase | final protected Logger logger(Code)(Java Doc)
|
Methods inherited from org.openrdf.repository.base.RepositoryConnectionBase | public void add(File file, String baseURI, RDFFormat dataFormat, Resource... contexts) throws IOException, RDFParseException, RepositoryException(Code)(Java Doc) public void add(URL url, String baseURI, RDFFormat dataFormat, Resource... contexts) throws IOException, RDFParseException, RepositoryException(Code)(Java Doc) public void add(InputStream in, String baseURI, RDFFormat dataFormat, Resource... contexts) throws IOException, RDFParseException, RepositoryException(Code)(Java Doc) public void add(Reader reader, String baseURI, RDFFormat dataFormat, Resource... contexts) throws IOException, RDFParseException, RepositoryException(Code)(Java Doc) public void add(Iterable<? extends Statement> statements, Resource... contexts) throws RepositoryException(Code)(Java Doc) public void add(Iteration<? extends Statement, E> statementIter, Resource... contexts) throws RepositoryException, E(Code)(Java Doc) public void add(Statement st, Resource... contexts) throws RepositoryException(Code)(Java Doc) public void add(Resource subject, URI predicate, Value object, Resource... contexts) throws RepositoryException(Code)(Java Doc) protected void addInputStreamOrReader(Object inputStreamOrReader, String baseURI, RDFFormat dataFormat, Resource... contexts) throws IOException, RDFParseException, RepositoryException(Code)(Java Doc) protected void addWithoutCommit(Statement st, Resource... contexts) throws RepositoryException(Code)(Java Doc) abstract protected void addWithoutCommit(Resource subject, URI predicate, Value object, Resource... contexts) throws RepositoryException(Code)(Java Doc) protected void autoCommit() throws RepositoryException(Code)(Java Doc) public void clear(Resource... contexts) throws RepositoryException(Code)(Java Doc) public void close() throws RepositoryException(Code)(Java Doc) public void export(RDFHandler handler, Resource... contexts) throws RepositoryException, RDFHandlerException(Code)(Java Doc) protected void finalize() throws Throwable(Code)(Java Doc) public Repository getRepository()(Code)(Java Doc) public boolean hasStatement(Resource subj, URI pred, Value obj, boolean includeInferred, Resource... contexts) throws RepositoryException(Code)(Java Doc) public boolean hasStatement(Statement st, boolean includeInferred, Resource... contexts) throws RepositoryException(Code)(Java Doc) public boolean isAutoCommit() throws RepositoryException(Code)(Java Doc) public boolean isEmpty() throws RepositoryException(Code)(Java Doc) public boolean isOpen() throws RepositoryException(Code)(Java Doc) public BooleanQuery prepareBooleanQuery(QueryLanguage ql, String query) throws MalformedQueryException, RepositoryException(Code)(Java Doc) public GraphQuery prepareGraphQuery(QueryLanguage ql, String query) throws MalformedQueryException, RepositoryException(Code)(Java Doc) public Query prepareQuery(QueryLanguage ql, String query) throws MalformedQueryException, RepositoryException(Code)(Java Doc) public TupleQuery prepareTupleQuery(QueryLanguage ql, String query) throws MalformedQueryException, RepositoryException(Code)(Java Doc) public void remove(Iterable<? extends Statement> statements, Resource... contexts) throws RepositoryException(Code)(Java Doc) public void remove(Iteration<? extends Statement, E> statementIter, Resource... contexts) throws RepositoryException, E(Code)(Java Doc) public void remove(Statement st, Resource... contexts) throws RepositoryException(Code)(Java Doc) public void remove(Resource subject, URI predicate, Value object, Resource... contexts) throws RepositoryException(Code)(Java Doc) protected void removeWithoutCommit(Statement st, Resource... contexts) throws RepositoryException(Code)(Java Doc) abstract protected void removeWithoutCommit(Resource subject, URI predicate, Value object, Resource... contexts) throws RepositoryException(Code)(Java Doc) public void setAutoCommit(boolean autoCommit) throws RepositoryException(Code)(Java Doc)
|
|
|