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, withConnection
createLiteralInternal, createLiteralInternal, createURIInternal, getThreadPool, listObjectsInternal, listSubjectsInternal, merge, supportsThreading
booleanValue, dateTimeValue, dateValue, debugType, decimalValue, doubleValue, floatValue, getLiteralLanguage, getLiteralType, integerValue, intValue, isBlank, isLiteral, isURI, longValue, stringValue, timeValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
booleanValue, dateTimeValue, dateValue, decimalValue, doubleValue, floatValue, getLiteralLanguage, getLiteralType, integerValue, intValue, isBlank, isLiteral, isURI, longValue, stringValue, timeValue
public 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.