Uses of Class
org.openrdf.repository.RepositoryResult

Packages that use RepositoryResult
org.openrdf.repository The Repository API: the main API for handling Sesame repositories. 
org.openrdf.repository.base   
org.openrdf.repository.contextaware   
org.openrdf.repository.sail Repository implementation for local storage backends. 
org.openrdf.repository.sparql   
 

Uses of RepositoryResult in org.openrdf.repository
 

Methods in org.openrdf.repository that return RepositoryResult
 RepositoryResult<Resource> RepositoryConnection.getContextIDs()
          Gets all resources that are used as content identifiers.
 RepositoryResult<Namespace> RepositoryConnection.getNamespaces()
          Gets all declared namespaces as a RepositoryResult of Namespace objects.
 RepositoryResult<Statement> RepositoryConnection.getStatements(Resource subj, URI pred, Value obj, boolean includeInferred, Resource... contexts)
          Gets all statements with a specific subject, predicate and/or object from the repository.
 

Uses of RepositoryResult in org.openrdf.repository.base
 

Methods in org.openrdf.repository.base that return RepositoryResult
 RepositoryResult<Resource> RepositoryConnectionWrapper.getContextIDs()
           
 RepositoryResult<Namespace> RepositoryConnectionWrapper.getNamespaces()
           
 RepositoryResult<Statement> RepositoryConnectionWrapper.getStatements(Resource subj, URI pred, Value obj, boolean includeInferred, Resource... contexts)
           
 

Methods in org.openrdf.repository.base with parameters of type RepositoryResult
protected  void RepositoryConnectionWrapper.exportStatements(RepositoryResult<Statement> stIter, RDFHandler handler)
          Exports all statements contained in the supplied statement iterator and all relevant namespace information to the supplied RDFHandler.
 

Uses of RepositoryResult in org.openrdf.repository.contextaware
 

Methods in org.openrdf.repository.contextaware that return RepositoryResult
 RepositoryResult<Statement> ContextAwareConnection.getStatements(Resource subj, URI pred, Value obj, Resource... contexts)
          Gets all statements with a specific subject, predicate and/or object from the repository.
 

Uses of RepositoryResult in org.openrdf.repository.sail
 

Methods in org.openrdf.repository.sail that return RepositoryResult
protected
<E> RepositoryResult<E>
SailRepositoryConnection.createRepositoryResult(CloseableIteration<? extends E,SailException> sailIter)
          Wraps a CloseableIteration coming from a Sail in a RepositoryResult object, applying the required conversions
 RepositoryResult<Resource> SailRepositoryConnection.getContextIDs()
           
 RepositoryResult<Namespace> SailRepositoryConnection.getNamespaces()
           
 RepositoryResult<Statement> SailRepositoryConnection.getStatements(Resource subj, URI pred, Value obj, boolean includeInferred, Resource... contexts)
           
 

Uses of RepositoryResult in org.openrdf.repository.sparql
 

Methods in org.openrdf.repository.sparql that return RepositoryResult
 RepositoryResult<Resource> SPARQLConnection.getContextIDs()
           
 RepositoryResult<Namespace> SPARQLConnection.getNamespaces()
           
 RepositoryResult<Statement> SPARQLConnection.getStatements(Resource subj, URI pred, Value obj, boolean includeInferred, Resource... contexts)
           
 



Copyright © 2001-2012 Aduna. All Rights Reserved.