ImportResult | 
DataStoreConnection.importAxiomsFromTriples(java.lang.String sourceGraphName,
boolean translateAssertions,
java.lang.String destinationGraphName,
UpdateType updateType) | 
 Parses the given source graph into OWL axioms, and imports the axioms into the destination graph. 
 | 
ImportResult | 
DataStoreConnection.importAxiomsFromTriples(java.lang.String sourceGraphName,
boolean translateAssertions,
java.lang.String destinationGraphName,
UpdateType updateType,
ImportNotificationMonitor importNotificationMonitor) | 
 Parses the given source graph into OWL axioms, and imports the axioms into the destination graph. 
 | 
ImportResult | 
DataStoreConnection.importData(java.lang.String defaultGraphName,
UpdateType updateType,
Prefixes prefixes,
java.io.File file) | 
 Imports the data from the given file into the current data store. 
 | 
ImportResult | 
DataStoreConnection.importData(java.lang.String defaultGraphName,
UpdateType updateType,
Prefixes prefixes,
java.io.InputStream inputStream) | 
 Imports the data from the given input stream into the current data store. 
 | 
ImportResult | 
DataStoreConnection.importData(java.lang.String defaultGraphName,
UpdateType updateType,
Prefixes prefixes,
java.lang.String content) | 
 Imports the data from the given string into the current data store. 
 | 
ImportResult | 
DataStoreConnection.importData(java.lang.String defaultGraphName,
UpdateType updateType,
Prefixes prefixes,
java.util.Collection<InputSourceFactory> inputSourceFactories,
java.lang.String formatName,
ImportNotificationMonitor importNotificationMonitor) | 
 Imports the data described by the given input source factories into the current data store. 
 | 
ImportResult | 
DataStoreConnection.importData(java.lang.String defaultGraphName,
UpdateType updateType,
Prefixes prefixes,
InputSourceFactory inputSourceFactory,
java.lang.String formatName,
ImportNotificationMonitor importNotificationMonitor) | 
 Imports the data described by the given input source factory into the current data store
 The graph with the specified name is used as a default graph. 
 | 
ImportResult | 
DataStoreConnection.importData(UpdateType updateType,
Prefixes prefixes,
java.io.File file) | 
 Imports the data from the given file into the current data store. 
 | 
ImportResult | 
DataStoreConnection.importData(UpdateType updateType,
Prefixes prefixes,
java.io.InputStream inputStream) | 
 Imports the data from the given input stream into the current data store. 
 | 
ImportResult | 
DataStoreConnection.importData(UpdateType updateType,
Prefixes prefixes,
java.lang.String content) | 
 Imports the data from the given string into the current data store. 
 | 
ImportResult | 
DataStoreConnection.importData(UpdateType updateType,
Prefixes prefixes,
java.util.Collection<InputSourceFactory> inputSourceFactories,
java.lang.String formatName,
ImportNotificationMonitor importNotificationMonitor) | 
 Imports the data described by the given input source factories into the current data store. 
 | 
ImportResult | 
DataStoreConnection.importData(UpdateType updateType,
Prefixes prefixes,
InputSourceFactory inputSourceFactory,
java.lang.String formatName,
ImportNotificationMonitor importNotificationMonitor) | 
 Imports the data described by the given input source factory into the current data store. 
 |