public class ShaclSail extends NotifyingSailWrapper
Constructor and Description |
---|
ShaclSail(NotifyingSail baseSail,
SailRepository shaclSail) |
Modifier and Type | Method and Description |
---|---|
void |
disableValidation() |
void |
enableValidation() |
NotifyingSailConnection |
getConnection()
Opens a connection on the Sail which can be used to query and update data.
|
addSailChangedListener, getBaseSail, removeSailChangedListener, setBaseSail
getDataDir, getDefaultIsolationLevel, getSupportedIsolationLevels, getValueFactory, initialize, isWritable, setDataDir, setFederatedServiceResolver, shutDown, verifyBaseSailSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDataDir, getDefaultIsolationLevel, getSupportedIsolationLevels, getValueFactory, initialize, isWritable, setDataDir, shutDown
public ShaclSail(NotifyingSail baseSail, SailRepository shaclSail)
public NotifyingSailConnection getConnection() throws SailException
Sail
getConnection
in interface NotifyingSail
getConnection
in interface Sail
getConnection
in class NotifyingSailWrapper
SailException
- If no transaction could be started, for example because the Sail is not writable.public void disableValidation()
public void enableValidation()
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.