Uses of Class
tech.oxfordsemantic.jrdfox.client.ImportResult
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.client |
-
Uses of ImportResult in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client that return ImportResult Modifier and Type Method Description 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.Methods in tech.oxfordsemantic.jrdfox.client with parameters of type ImportResult Modifier and Type Method Description void
ImportNotificationMonitor. importProcessFinished(ImportResult importResult, Prefixes prefixes)
Called at the end of importation to notify the monitor about the results.