public class ContextAwareSesameConnectionBackend extends SesameConnectionBackend
SesameConnectionBackend that considers only data from the provided contexts.| Constructor and Description | 
|---|
ContextAwareSesameConnectionBackend(org.openrdf.repository.RepositoryConnection connection,
                                   boolean includeInferred,
                                   org.openrdf.model.Resource... contexts)
Create a new  
ContextAwareSesameConnectionBackend that considers only data from the provided contexts. | 
ContextAwareSesameConnectionBackend(org.openrdf.repository.RepositoryConnection connection,
                                   org.openrdf.model.Resource... contexts)
Create a new  
ContextAwareSesameConnectionBackend that considers only data from the provided contexts. | 
| Modifier and Type | Method and Description | 
|---|---|
static ContextAwareSesameConnectionBackend | 
withConnection(org.openrdf.repository.RepositoryConnection connection,
              boolean includeInferred,
              org.openrdf.model.Resource... contexts)
Create a new  
ContextAwareSesameConnectionBackend that considers only data from the provided contexts. | 
static ContextAwareSesameConnectionBackend | 
withConnection(org.openrdf.repository.RepositoryConnection connection,
              org.openrdf.model.Resource... contexts)
Create a new  
ContextAwareSesameConnectionBackend that considers only data from the provided contexts. | 
createLiteral, createLiteral, createURI, listObjects, listSubjects, withConnection, withConnectioncreateLiteralInternal, createLiteralInternal, createURIInternal, getThreadPool, listObjectsInternal, listSubjectsInternal, merge, supportsThreadingbooleanValue, dateTimeValue, dateValue, debugType, decimalValue, doubleValue, floatValue, getLiteralLanguage, getLiteralType, integerValue, intValue, isBlank, isLiteral, isURI, longValue, stringValue, timeValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbooleanValue, dateTimeValue, dateValue, decimalValue, doubleValue, floatValue, getLiteralLanguage, getLiteralType, integerValue, intValue, isBlank, isLiteral, isURI, longValue, stringValue, timeValuepublic ContextAwareSesameConnectionBackend(org.openrdf.repository.RepositoryConnection connection,
                                   org.openrdf.model.Resource... contexts)
ContextAwareSesameConnectionBackend that considers only data from the provided contexts.connection - the RepositoryConnection to use.contexts - the contexts to look for, providing an empty array here will revert the functionality to SesameConnectionBackend.public ContextAwareSesameConnectionBackend(org.openrdf.repository.RepositoryConnection connection,
                                   boolean includeInferred,
                                   org.openrdf.model.Resource... contexts)
ContextAwareSesameConnectionBackend that considers only data from the provided contexts.connection - the RepositoryConnection to use.includeInferred - contexts - the contexts to look for, providing an empty array here will revert the functionality to SesameConnectionBackend.public static ContextAwareSesameConnectionBackend withConnection(org.openrdf.repository.RepositoryConnection connection, org.openrdf.model.Resource... contexts)
ContextAwareSesameConnectionBackend that considers only data from the provided contexts.connection - the RepositoryConnection to use.contexts - the contexts to look for, providing an empty array here will revert the functionality to SesameConnectionBackend.public static ContextAwareSesameConnectionBackend withConnection(org.openrdf.repository.RepositoryConnection connection, boolean includeInferred, org.openrdf.model.Resource... contexts)
ContextAwareSesameConnectionBackend that considers only data from the provided contexts.connection - the RepositoryConnection to use.includeInferred - contexts - the contexts to look for, providing an empty array here will revert the functionality to SesameConnectionBackend.Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.